/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/ |
A D | os_msg.h | 264 #define os_msg_send(p_handle, p_msg, wait_ms) \ argument 344 #define os_msg_recv(p_handle, p_msg, wait_ms) \ argument 425 #define os_msg_peek(p_handle, p_msg, wait_ms) \ argument
|
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/ |
A D | u_driver_main.c | 31 int _loop_msg_handler(int crpc_handle, u_cdev_msg_t *p_msg) { in _loop_msg_handler() 36 int _cdev_fops_handler(int reply_handle, u_cdev_msg_t *p_msg) { in _cdev_fops_handler() 72 u_cdev_msg_t *p_msg = NULL; in main_thread_req_arrived() local
|
A D | device_vfs_core.c | 94 int _cdev_fops_handler(int crpc_handle, u_cdev_msg_t *p_msg) { in _cdev_fops_handler() 274 int _loop_msg_handler(int crpc_handle, u_cdev_msg_t *p_msg) { in _loop_msg_handler() 299 u_cdev_msg_t *p_msg = NULL; in u_device_rpc_msg_arrived() local
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_transport.c | 74 genie_transport_model_param_t *p_msg = NULL; in genie_transport_find_by_tid() local 126 struct net_buf_simple *p_msg = p_pub->msg; in genie_transport_model_send() local 302 genie_transport_model_param_t *p_msg = NULL; in transport_remove_by_tid() local 481 genie_transport_model_param_t *p_msg = NULL; in retransmit_timer_cb() local 566 genie_transport_model_param_t *p_msg = NULL; in genie_transport_ack() local
|
A D | genie_vendor_model.c | 22 int genie_model_handle_mesg(genie_transport_model_param_t *p_msg) in genie_model_handle_mesg() 212 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(3 + 1 + 4); //opcode + tid + TransMIC in genie_model_get_indicate() local
|
A D | genie_event.c | 233 static genie_event_e _genie_event_handle_vnd_msg(genie_transport_model_param_t *p_msg) in _genie_event_handle_vnd_msg() 241 int genie_down_msg(genie_down_mesg_type msg_type, uint32_t opcode, void *p_msg) in genie_down_msg()
|
A D | genie_ais.c | 50 static void _ais_server_indicate(uint8_t msg_id, uint8_t cmd, uint8_t *p_msg, uint16_t len) in _ais_server_indicate() 111 void genie_ais_notify(uint8_t msg_id, uint8_t cmd, uint8_t *p_msg, uint16_t len) in genie_ais_notify() 350 static void _ais_server_msg_handle(struct bt_conn *p_conn, ais_pdu_t *p_msg, uint16_t len) in _ais_server_msg_handle()
|
A D | genie_ota.c | 185 bool genie_ota_parse_pdu(ais_pdu_t *p_msg) in genie_ota_parse_pdu()
|
A D | genie_provision.c | 165 static int _ultra_prov_send(uint8_t type, uint8_t *p_msg, uint8_t len) in _ultra_prov_send()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/ |
A D | light_lightness_srv.c | 24 static void _light_lightness_prepare_buf(struct bt_mesh_model *model, struct net_buf_simple *p_msg,… in _light_lightness_prepare_buf() 100 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 5 + 4); in _light_lightness_status() local 216 …ght_lightness_linear_prepare_buf(struct bt_mesh_model *model, struct net_buf_simple *p_msg, bool i… in _light_lightness_linear_prepare_buf() 252 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 5 + 4); in _light_lightness_linear_status() local 402 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 2 + 4); in _light_lightness_last_status() local 436 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 2 + 4); in _light_lightness_defatult_status() local 470 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 5 + 4); in _light_lightness_range_status() local
|
A D | light_ctl_srv.c | 26 static void _ctl_prepare_buf(struct bt_mesh_model *model, struct net_buf_simple *p_msg, bool is_ack) in _ctl_prepare_buf() 103 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 9 + 4); in _ctl_status() local 254 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 5 + 4); in _ctl_temp_range_status() local 285 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 6 + 4); in _ctl_defatult_status() local 465 static void _ctl_temp_prepear_buf(struct bt_mesh_model *model, struct net_buf_simple *p_msg, bool i… in _ctl_temp_prepear_buf() 490 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 9 + 4); in _ctl_temp_status() local 654 struct net_buf_simple *p_msg = model->pub->msg; in ble_mesh_light_ctl_temp_publication() local
|
/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/ |
A D | light.c | 427 sig_model_msg *p_msg = (sig_model_msg *)p_arg; in light_ctl_event_handler() local 443 genie_transport_model_param_t *p_msg = (genie_transport_model_param_t *)p_arg; in light_ctl_event_handler() local 453 genie_down_msg_t *p_msg = (genie_down_msg_t *)p_arg; in light_ctl_event_handler() local
|
/AliOS-Things-master/components/genie_service/core/src/sig_models/ |
A D | sig_model_scene_srv.c | 16 static void _scene_prepare_buf(struct bt_mesh_model *p_model, struct net_buf_simple *p_msg, bool is… in _scene_prepare_buf() 27 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(1 + 2 + 4); in _scene_status() local
|
A D | sig_model_lightness_srv.c | 17 static void _lightness_prepare_buf(struct bt_mesh_model *p_model, struct net_buf_simple *p_msg, boo… in _lightness_prepare_buf() 52 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 5 + 4); in _lightness_status() local
|
A D | sig_model_light_ctl_srv.c | 16 static void _ctl_prepare_buf(struct bt_mesh_model *p_model, struct net_buf_simple *p_msg, bool is_a… in _ctl_prepare_buf() 54 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 9 + 4); in _ctl_status() local
|
A D | sig_model_onoff_srv.c | 17 static void _gen_onoff_prepear_buf(struct bt_mesh_model *p_model, struct net_buf_simple *p_msg, boo… in _gen_onoff_prepear_buf() 52 struct net_buf_simple *p_msg = NET_BUF_SIMPLE(2 + 3 + 4); in _gen_onoff_status() local
|
A D | sig_model_event.c | 288 sig_model_msg *p_msg = (sig_model_msg *)p_arg; in sig_model_event() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/ |
A D | vendor_model_cli.c | 176 vnd_model_msg *p_msg = NULL; in _vendor_model_retry_timer_cb() local 236 struct net_buf_simple *p_msg = p_pub->msg; in ble_mesh_vendor_cli_model_msg_send() local
|
A D | vendor_model_srv.c | 176 vnd_model_msg *p_msg = NULL; in _vendor_model_retry_timer_cb() local 236 struct net_buf_simple *p_msg = p_pub->msg; in ble_mesh_vendor_srv_model_msg_send() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/ |
A D | osif_customer.c | 94 bool os_msg_send_intern(void *p_handle, void *p_msg, uint32_t wait_ms, in os_msg_send_intern() 106 bool os_msg_recv_intern(void *p_handle, void *p_msg, uint32_t wait_ms, in os_msg_recv_intern()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v10.0.1_IAR/ |
A D | osif_freertos.c | 593 bool osif_msg_send(void *p_handle, void *p_msg, uint32_t wait_ms) in osif_msg_send() 638 bool osif_msg_recv(void *p_handle, void *p_msg, uint32_t wait_ms) in osif_msg_recv() 682 bool osif_msg_peek(void *p_handle, void *p_msg, uint32_t wait_ms) in osif_msg_peek()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v8.1.2/ |
A D | osif_freertos.c | 594 bool osif_msg_send(void *p_handle, void *p_msg, uint32_t wait_ms) in osif_msg_send() 639 bool osif_msg_recv(void *p_handle, void *p_msg, uint32_t wait_ms) in osif_msg_recv() 683 bool osif_msg_peek(void *p_handle, void *p_msg, uint32_t wait_ms) in osif_msg_peek()
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | iotx_coap_api.c | 63 char *p_msg = NULL; in iotx_calc_sign() local 87 char *p_msg = NULL; in iotx_calc_sign_with_seq() local
|
/AliOS-Things-master/components/linkkit/iot_http/ |
A D | iotx_http_api.c | 113 static int iotx_calc_sign(const char *p_device_secret, const char *p_msg, in iotx_calc_sign()
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_cdev_msg.h | 166 #define IE_FOR_EACH(p_msg) \ argument
|