Searched defs:read_cb (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | settings.c | 141 static inline int mesh_x_set(settings_read_cb read_cb, void *cb_arg, void *out, size_t read_len) in mesh_x_set() 161 static int net_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in net_set() 187 static int iv_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in iv_set() 213 static int seq_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in seq_set() 274 static int rpl_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in rpl_set() 322 static int net_key_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in net_key_set() 389 static int app_key_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in app_key_set() 557 static int hb_pub_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in hb_pub_set() 601 static int cfg_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in cfg_set() 765 static int sig_mod_set(const char *name, size_t len_rd, settings_read_cb read_cb, void *cb_arg) in sig_mod_set() [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/ |
A D | settings.c | 202 settings_read_cb read_cb, in settings_call_set_handler()
|
A D | settings_line.c | 22 int (*read_cb)(void *ctx, off_t off, char *buf, size_t *len); member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | settings.c | 116 static int set(const char *name, size_t len_rd, settings_read_cb read_cb, in set()
|
A D | keys.c | 299 static int keys_set(const char *name, size_t len_rd, settings_read_cb read_cb, in keys_set()
|
A D | gatt.c | 4182 static int ccc_set(const char *name, size_t len_rd, settings_read_cb read_cb, in ccc_set() 4247 static int ccc_set_direct(const char *key, size_t len, settings_read_cb read_cb, in ccc_set_direct() 4558 static int sc_set(const char *name, size_t len_rd, settings_read_cb read_cb, in sc_set() 4636 static int cf_set(const char *name, size_t len_rd, settings_read_cb read_cb, in cf_set() 4699 settings_read_cb read_cb, void *cb_arg) in db_hash_set()
|
A D | att.c | 1124 static u8_t read_cb(const struct bt_gatt_attr *attr, void *user_data) in read_cb() function
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/ |
A D | module_repl.c | 163 JSValue read_cb = argv[0]; in native_repl_setReadHandler() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_fs.h | 75 …lv_fs_res_t (*read_cb)(struct _lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_… member
|
/AliOS-Things-master/components/littlevgl/src/lv_hal/ |
A D | lv_hal_indev.h | 78 bool (*read_cb)(struct _lv_indev_drv_t * indev_drv, lv_indev_data_t * data); member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 21972 duk_debug_read_function read_cb, in duk_debugger_attach() 22126 duk_debug_read_function read_cb, in duk_debugger_attach()
|
Completed in 257 milliseconds