/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | beacon.c | 48 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in cache_check() local 62 static void cache_add(u8_t data[21], struct bt_mesh_subnet *sub) in cache_add() 69 struct bt_mesh_subnet *sub = user_data; in beacon_complete() local 92 void bt_mesh_beacon_create(struct bt_mesh_subnet *sub, struct net_buf_simple *buf) in bt_mesh_beacon_create() 120 #define BEACON_THRESHOLD(sub) (K_SECONDS(10 * ((sub)->beacons_last + 1)) - K_SECONDS(5)) argument 137 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in secure_beacon_send() local 247 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in update_beacon_observation() local 285 struct bt_mesh_subnet *sub; in secure_beacon_recv() local 436 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in bt_mesh_beacon_enable() local
|
A D | net.c | 293 int friend_cred_update(struct bt_mesh_subnet *sub) in friend_cred_update() 382 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, const u8_t **enc, const u8_t… in friend_cred_get() 417 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, const u8_t **enc, const u8_t… in friend_cred_get() 423 u8_t bt_mesh_net_flags(struct bt_mesh_subnet *sub) in bt_mesh_net_flags() 438 int bt_mesh_net_beacon_update(struct bt_mesh_subnet *sub) in bt_mesh_net_beacon_update() 458 struct bt_mesh_subnet *sub; in bt_mesh_net_create() local 510 void bt_mesh_net_revoke_keys(struct bt_mesh_subnet *sub) in bt_mesh_net_revoke_keys() 530 bool bt_mesh_kr_update(struct bt_mesh_subnet *sub, u8_t new_kr, bool new_key) in bt_mesh_kr_update() 621 void bt_mesh_net_sec_update(struct bt_mesh_subnet *sub) in bt_mesh_net_sec_update() 975 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in bt_mesh_subnet_find() local [all …]
|
A D | proxy.c | 342 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in proxy_send_beacons() local 350 void bt_mesh_proxy_beacon_send(struct bt_mesh_subnet *sub) in bt_mesh_proxy_beacon_send() 372 void bt_mesh_proxy_identity_start(struct bt_mesh_subnet *sub) in bt_mesh_proxy_identity_start() 381 void bt_mesh_proxy_identity_stop(struct bt_mesh_subnet *sub) in bt_mesh_proxy_identity_stop() 398 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in bt_mesh_proxy_identity_enable() local 430 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in bt_mesh_proxy_identity_disable() local 1098 static int node_id_adv(struct bt_mesh_subnet *sub) in node_id_adv() 1139 static int net_id_adv(struct bt_mesh_subnet *sub) in net_id_adv() 1168 static bool advertise_subnet(struct bt_mesh_subnet *sub) in advertise_subnet() 1182 struct bt_mesh_subnet *sub; in next_sub() local [all …]
|
A D | provisioner_main.c | 251 struct bt_mesh_subnet *sub = NULL; in provisioner_upper_init() local 362 struct bt_mesh_subnet *sub = NULL; in provisioner_net_key_get() local 780 struct bt_mesh_subnet *sub = NULL; in provisioner_check_net_key() local 802 struct bt_mesh_subnet *sub = NULL; in provisioner_check_net_idx() local 1025 struct bt_mesh_subnet *sub = NULL; in bt_mesh_provisioner_local_net_key_add() local 1124 struct bt_mesh_subnet *sub = NULL; in bt_mesh_provisioner_local_net_key_get() local 1151 struct bt_mesh_subnet *sub = NULL; in bt_mesh_provisioner_local_net_key_delete() local 1399 struct bt_mesh_subnet *sub = NULL; in bt_mesh_temp_prov_net_idx_set() local
|
A D | cfg_srv.c | 424 struct bt_mesh_subnet *sub; in app_key_set() local 881 struct bt_mesh_subnet *sub; in gatt_proxy_set() local 2095 struct bt_mesh_subnet *sub; in net_key_add() local 2179 struct bt_mesh_subnet *sub; in net_key_update() local 2267 struct bt_mesh_subnet *sub; in net_key_del() local 2347 struct bt_mesh_subnet *sub; in node_identity_get() local 2383 struct bt_mesh_subnet *sub; in node_identity_set() local 2687 struct bt_mesh_subnet *sub; in friend_set() local 2775 struct bt_mesh_subnet *sub; in lpn_hb_send() local 2802 struct bt_mesh_subnet *sub; in krp_get() local [all …]
|
A D | settings.c | 324 struct bt_mesh_subnet *sub; in net_key_set() local 845 static int subnet_init(struct bt_mesh_subnet *sub) in subnet_init() 953 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in mesh_commit() local 1312 static void store_net_key(struct bt_mesh_subnet *sub, bool p_key) in store_net_key() 1408 struct bt_mesh_subnet *sub; in store_pending_keys() local 1703 void bt_mesh_store_subnet(struct bt_mesh_subnet *sub, bool p_key) in bt_mesh_store_subnet() 1776 void bt_mesh_clear_subnet(struct bt_mesh_subnet *sub, bool p_key) in bt_mesh_clear_subnet()
|
A D | lpn.c | 492 struct bt_mesh_subnet *sub = rx->sub; in bt_mesh_lpn_friend_offer() local 928 struct bt_mesh_subnet *sub = rx->sub; in bt_mesh_lpn_friend_update() local
|
A D | friend.c | 331 struct bt_mesh_subnet *sub; in create_friend_pdu() local 428 struct bt_mesh_subnet *sub = bt_mesh_subnet_get(frnd->net_idx); in encode_update() local 1276 void bt_mesh_friend_clear_incomplete(struct bt_mesh_subnet *sub, u16_t src, u16_t dst, u64_t *seq_a… in bt_mesh_friend_clear_incomplete()
|
A D | transport.c | 91 struct bt_mesh_subnet *sub; member 105 struct bt_mesh_subnet *sub; member 1021 static int send_ack(struct bt_mesh_subnet *sub, u16_t src, u16_t dst, u8_t ttl, u64_t *seq_auth, bt… in send_ack()
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | viper_binop_arith_uint.py | 15 def sub(x: uint, y: uint): function
|
A D | viper_binop_arith.py | 17 def sub(x: int, y: int): function
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffobjs.c | 187 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_init() local 239 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_select() local 311 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_request() local 665 CFF_FontRecDict sub = &cff->subfonts[i - 1]->font_dict; in cff_face_init() local
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | FileSystemUtils.cc | 54 std::string sub; in CreateDirectory() local 134 std::wstring sub; in CreateDirectory() local
|
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | re1.5.h | 66 int sub; member 123 const char *sub[MAXSUB]; member
|
A D | compilecode.c | 81 int sub = 0; in _compilecode() local
|
/AliOS-Things-master/components/ucamera/src/device/wifi/dechunk/ |
A D | dechunk.c | 29 void *memstr(void *src, size_t src_len, char *sub) in memstr()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_fcitx.c | 90 DBusMessageIter iter, array, sub; in Fcitx_GetPreeditString() local 219 DBusMessageIter args, array, sub; in FcitxCreateInputContext() local
|
A D | SDL_dbus.c | 308 DBusMessageIter iter, sub; in SDL_DBus_QueryPropertyOnConnection() local
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | inflate.c | 43 } sub; /* submode */ member
|
A D | infcodes.c | 47 } sub; /* submode */ member
|
A D | infutil.h | 47 } sub; /* submode */ member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 2470 struct gatt_sub *sub = &subscriptions[i]; in gatt_sub_find_free() local 2488 struct gatt_sub *sub, *free_sub; in gatt_sub_add() local 2516 struct gatt_sub *sub; in bt_gatt_notification() local 2545 struct gatt_sub *sub; in bt_gatt_mult_notification() local 2600 struct gatt_sub *sub; in remove_subscriptions() local 3890 struct gatt_sub *sub; in gatt_write_ccc_rsp() local 3940 struct gatt_sub *sub; in bt_gatt_subscribe() local 3997 struct gatt_sub *sub; in bt_gatt_unsubscribe() local 4059 struct gatt_sub *sub; in add_subscriptions() local 4862 struct gatt_sub *sub = &subscriptions[i]; in find_gatt_sub() local [all …]
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 1348 struct bt_mesh_subnet *sub; in cmd_net_key_update() local 1393 struct bt_mesh_subnet *sub; in cmd_app_key_update() local 1468 struct bt_mesh_subnet *sub = NULL; in cmd_krp_get() local 1508 struct bt_mesh_subnet *sub; in cmd_local_revoke_keys() local 2332 static void hb_sub_print(struct bt_mesh_cfg_hb_sub *sub) in hb_sub_print() 2346 struct bt_mesh_cfg_hb_sub sub; in hb_sub_get() local 2368 struct bt_mesh_cfg_hb_sub sub; in hb_sub_set() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | sub.cc | 32 namespace sub { namespace
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 265 struct bt_mesh_subnet sub[CONFIG_BT_MESH_SUBNET_COUNT]; member 296 struct bt_mesh_subnet *sub; member 311 struct bt_mesh_subnet *sub; member
|