Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_message_cache.c75 int dm_msg_cache_insert(int msgid, int devid, iotx_dm_event_types_t type, in dm_msg_cache_insert()
107 int dm_msg_cache_search(_IN_ int msgid, _OU_ dm_msg_cache_node_t **node) in dm_msg_cache_search()
131 int dm_msg_cache_remove(int msgid) in dm_msg_cache_remove()
A Dimpl_linkkit.c74 int msgid; member
86 int msgid; member
165 char *msgid, char *rrpcid, in _linkkit_service_list_insert()
333 int msgid, void *semaphore, in _iotx_linkkit_upstream_sync_callback_list_insert()
366 static int _iotx_linkkit_upstream_sync_callback_list_remove(int msgid) in _iotx_linkkit_upstream_sync_callback_list_remove()
387 int msgid, iotx_linkkit_upstream_sync_callback_node_t **node) in _iotx_linkkit_upstream_sync_callback_list_search()
1473 int res = 0, msgid = 0, code = 0; in _iotx_linkkit_slave_connect() local
1591 int res = 0, msgid = 0, code = 0; in _iotx_linkkit_subdev_delete_topo() local
1817 int res = 0, msgid = 0, code = 0; in _iotx_linkkit_subdev_login() local
1875 int res = 0, msgid = 0, code = 0; in _iotx_linkkit_subdev_logout() local
[all …]
A Ddm_message_cache.h14 int msgid; member
A Ddm_api.c477 int iotx_dm_send_service_response(_IN_ int devid, _IN_ char *msgid, in iotx_dm_send_service_response()
504 int iotx_dm_send_property_get_response(_IN_ int devid, _IN_ char *msgid, in iotx_dm_send_property_get_response()
588 int iotx_dm_send_rrpc_response(_IN_ int devid, _IN_ char *msgid, in iotx_dm_send_rrpc_response()
2207 _IN_ int devid, _IN_ int msgid, _IN_ iotx_dm_error_code_t code, in iotx_dm_deprecated_legacy_send_service_response()
2222 int iotx_dm_deprecated_send_service_response(_IN_ int devid, _IN_ int msgid, in iotx_dm_deprecated_send_service_response()
A Ddm_manager.c1225 _IN_ int msgid, _IN_ int devid, _IN_ const char *service_prefix, in _dm_mgr_upstream_request_assemble()
1662 _IN_ int devid, _IN_ char *msgid, _IN_ int msgid_len, in _dm_mgr_upstream_response_assemble()
1686 int dm_mgr_upstream_thing_service_response(_IN_ int devid, _IN_ char *msgid, in dm_mgr_upstream_thing_service_response()
1739 _IN_ int devid, _IN_ char *msgid, _IN_ int msgid_len, in dm_mgr_upstream_thing_property_get_response()
1793 int dm_mgr_upstream_rrpc_response(_IN_ int devid, _IN_ char *msgid, in dm_mgr_upstream_rrpc_response()
2506 _IN_ int devid, _IN_ int msgid, _IN_ iotx_dm_error_code_t code, in dm_mgr_deprecated_upstream_thing_service_response()
A Ddm_message.h66 int msgid; member
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_gateway.c170 int msgid, void *semaphore, in _linkkit_gateway_upstream_sync_callback_list_insert()
229 int msgid, linkkit_gateway_upstream_sync_callback_node_t **node) in _linkkit_gateway_upstream_sync_callback_list_search()
332 int msgid, linkkit_gateway_upstream_async_callback_node_t **node) in _linkkit_gateway_upstream_async_callback_list_search()
1698 int res = 0, msgid = 0, code = 0, devid = 0; in linkkit_gateway_subdev_register() local
1877 int res = 0, msgid = 0, code = 0, devid = 0; in linkkit_gateway_subdev_unregister() local
2022 int res = 0, msgid = 0, code = 0; in linkkit_gateway_subdev_login() local
2094 int res = 0, msgid = 0, code = 0; in linkkit_gateway_subdev_logout() local
2223 int res = 0, msgid = 0, code = 0, event_reply_value = 0; in linkkit_gateway_trigger_event_json_sync() local
2366 int res = 0, msgid = 0, code = 0, property_reply_value = 0; in linkkit_gateway_post_property_json_sync() local
2555 int res = 0, index = 0, msgid = 0, code = 0; in linkkit_gateway_post_extinfos() local
[all …]
A Dimpl_gateway.h33 int msgid; member
40 int msgid; member
A Dimpl_solo.c97 int msgid, handle_post_cb_fp_t callback) in _linkkit_solo_upstream_callback_list_insert()
133 static int _linkkit_solo_upstream_callback_list_remove(int msgid) in _linkkit_solo_upstream_callback_list_remove()
153 int msgid, linkkit_solo_upstream_callback_node_t **node) in _linkkit_solo_upstream_callback_list_search()
1154 int res = 0, devid = 0, msgid = 0, post_event_reply = 0; in linkkit_trigger_event() local
1204 int res = 0, devid = 0, msgid = 0, property_identifier_len = 0, in linkkit_post_property() local
A Dimpl_solo.h26 int msgid; member
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_cmp_coap.c128 int awss_cmp_coap_cancel_packet(uint16_t msgid) in awss_cmp_coap_cancel_packet()
137 void *cb, uint16_t *msgid) in awss_cmp_coap_send()
150 void *req, void *cb, uint16_t *msgid, char qos) in awss_cmp_coap_send_resp()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Ddev_reset_api.h12 int msgid; member
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPServer.c232 unsigned short *msgid) in CoAPServerMultiCast_send()
269 unsigned short *msgid, char qos) in CoAPServerResp_send()
A DCoAPMessage.c262 int CoAPMessageId_cancel(CoAPContext *context, unsigned short msgid) in CoAPMessageId_cancel()
327 unsigned short msgid) in CoAPAckMessage_send()
342 unsigned short msgid) in CoAPRestMessage_send()
456 unsigned short msgid) in CoAPRequestMessage_ack_send()
/AliOS-Things-master/components/mqtt/example/
A Dmqtt_example.c124 unsigned int msgid = 0; in mqtt_comp_example() local
/AliOS-Things-master/solutions/linkkit_genie_demo/
A Dgenie_demo.c84 static int user_report_reply_event_handler(const int devid, const int msgid, const int code, const … in user_report_reply_event_handler()
94 static int user_trigger_event_reply_event_handler(const int devid, const int msgid, const int code,… in user_trigger_event_reply_event_handler()
/AliOS-Things-master/components/linkkit/wifi_provision/dev_ap/
A Dawss_dev_ap.c25 uint16_t msgid; member
369 uint16_t msgid = -1; in wifimgr_process_dev_ap_switchap_request() local
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c62 CoAPMessage *message, char observe, unsigned short msgid, in do_sendmsg()
99 char observe, unsigned short msgid, CoAPLenString *token) in alcs_sendrsp()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodlinkkit.c81 static int user_report_reply_event_handler(const int devid, const int msgid, in user_report_reply_event_handler()
90 const int devid, const int msgid, const int code, const char *eventid, in user_trigger_event_reply_event_handler()
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPMessage.c158 unsigned short msgid) in Cloud_CoAPAckMessage_send()
A DCloud_CoAPExport.h21 unsigned short msgid; member
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPMessage_common.c173 int CoAPMessageId_set(CoAPMessage *message, unsigned short msgid) in CoAPMessageId_set()
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c495 cJSON *msgid = cJSON_GetObjectItem(value_text, "id"); in uagent_on_recv_handler() local
/AliOS-Things-master/components/linkkit/iot_coap/
A Diotx_coap_internal.h180 unsigned short msgid; member
/AliOS-Things-master/components/linksdk/components/diag/
A Ddiag_private.h82 uint32_t msgid; member

Completed in 43 milliseconds

12