Home
last modified time | relevance | path

Searched defs:p_msg (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/
A Dos_msg.h264 #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 Du_driver_main.c31 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 Ddevice_vfs_core.c94 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 Dgenie_transport.c74 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 Dgenie_vendor_model.c22 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 Dgenie_event.c233 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 Dgenie_ais.c50 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 Dgenie_ota.c185 bool genie_ota_parse_pdu(ais_pdu_t *p_msg) in genie_ota_parse_pdu()
A Dgenie_provision.c165 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 Dlight_lightness_srv.c24 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 Dlight_ctl_srv.c26 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 Dlight.c427 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 Dsig_model_scene_srv.c16 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 Dsig_model_lightness_srv.c17 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 Dsig_model_light_ctl_srv.c16 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 Dsig_model_onoff_srv.c17 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 Dsig_model_event.c288 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 Dvendor_model_cli.c176 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 Dvendor_model_srv.c176 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 Dosif_customer.c94 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 Dosif_freertos.c593 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 Dosif_freertos.c594 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 Diotx_coap_api.c63 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 Diotx_http_api.c113 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 Du_cdev_msg.h166 #define IE_FOR_EACH(p_msg) \ argument

Completed in 50 milliseconds

12