/AliOS-Things-master/components/kv/src/ |
A D | kv_aos.c | 43 int aos_kv_set(const char *key, const void *value, int len, int sync) in aos_kv_set() 63 int aos_kv_secure_set(const char *key, const void *value, int len, int sync) in aos_kv_secure_set()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_kv.c | 19 int aos_kv_set(const char *key, const void *value, int len, int sync) in aos_kv_set()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | vfs_fat_oldproto.py | 32 def sync(self): member in RAMFS_OLD
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | StreamBuf.h | 94 int sync() in sync() function
|
/AliOS-Things-master/components/uservice/src/ |
A D | event_svr.c | 156 static void event_call(struct event_param *param, int cmd_id, int sync) in event_call() 167 void event_publish_fd(uint32_t event_id, void *data, int sync) in event_publish_fd()
|
/AliOS-Things-master/components/posix/src/ |
A D | fs.c | 81 void sync(void) in sync() function
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | vfs.h | 69 mp_obj_t sync[2]; member
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm_mqtt.c | 326 int sync = 0; in _mqtt_sub() local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/ |
A D | zfstream.cpp | 206 int gzfilebuf::sync() { in sync() function in gzfilebuf
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | zfstream.cc | 299 gzfilebuf::sync() in sync() function in gzfilebuf
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/transq_msg/ |
A D | transq_msg.h | 79 unsigned char sync; member
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_localsetup.c | 29 int sync) in __alcs_localsetup_kv_set()
|
A D | alcs_mqtt.c | 63 int len, int sync) in __alcs_mqtt_kv_set()
|
/AliOS-Things-master/components/vfs/include/aos/ |
A D | vfs.h | 116 int (*sync)(file_t *fp); member
|
/AliOS-Things-master/components/amp_adapter/portfiles/aos/ |
A D | vfs.h | 116 int (*sync)(file_t *fp); member
|
/AliOS-Things-master/components/amp_adapter/ |
A D | vfs.h | 116 int (*sync)(file_t *fp); member
|
/AliOS-Things-master/components/linkkit/wrappers/os/ |
A D | HAL_OS_rhino.c | 266 int HAL_Kv_Set(const char *key, const void *val, int len, int sync) in HAL_Kv_Set()
|
/AliOS-Things-master/components/drivers/core/fbdev/include/ |
A D | fb.h | 86 uint32_t sync; member
|
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_OS_yoc.c | 36 int HAL_Kv_Set(const char *key, const void *val, int len, int sync) in HAL_Kv_Set()
|
/AliOS-Things-master/components/vfs/include/ |
A D | vfs_types.h | 111 int32_t (*sync) (vfs_file_t *fp); member
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_aos.h | 107 static inline int os_kv_set(const char *key, const void *buffer, int len, int sync) in os_kv_set()
|
A D | uvoice_amp.h | 115 static inline int os_kv_set(const char *key, const void *buffer, int len, int sync) in os_kv_set()
|
A D | uvoice_alios.h | 172 static inline int os_kv_set(const char *key, const void *buffer, int len, int sync) in os_kv_set()
|
A D | uvoice_linux.h | 133 static inline int os_kv_set(const char *key, const void *buffer, int len, int sync) in os_kv_set()
|
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/ |
A D | lfs1.h | 133 int (*sync)(const struct lfs1_config *c); member
|