Home
last modified time | relevance | path

Searched refs:eventid_start_pos (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_msg_process.c402 int res = 0, eventid_start_pos = 0, eventid_end_pos = 0; in dm_msg_proc_thing_event_post_reply() local
410 &eventid_start_pos); in dm_msg_proc_thing_event_post_reply()
421 dm_log_info("Event Id: %.*s", eventid_end_pos - eventid_start_pos - 1, in dm_msg_proc_thing_event_post_reply()
422 source->uri + eventid_start_pos + 1); in dm_msg_proc_thing_event_post_reply()
432 if ((strlen("property") == eventid_end_pos - eventid_start_pos - 1) && in dm_msg_proc_thing_event_post_reply()
433 (memcmp("property", source->uri + eventid_start_pos + 1, in dm_msg_proc_thing_event_post_reply()
434 eventid_end_pos - eventid_start_pos - 1) == 0)) { in dm_msg_proc_thing_event_post_reply()
438 (char *)source->uri + eventid_start_pos + 1, in dm_msg_proc_thing_event_post_reply()
439 eventid_end_pos - eventid_start_pos - 1, &response); in dm_msg_proc_thing_event_post_reply()

Completed in 4 milliseconds