Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bwindow.cc123 BMessage msg(BWIN_SET_TITLE); in HAIKU_SetWindowTitle() local
133 BMessage msg(BWIN_MOVE_WINDOW); in HAIKU_SetWindowPosition() local
140 BMessage msg(BWIN_RESIZE_WINDOW); in HAIKU_SetWindowSize() local
147 BMessage msg(BWIN_SET_BORDERED); in HAIKU_SetWindowBordered() local
153 BMessage msg(BWIN_SET_RESIZABLE); in HAIKU_SetWindowResizable() local
159 BMessage msg(BWIN_SHOW_WINDOW); in HAIKU_ShowWindow() local
164 BMessage msg(BWIN_HIDE_WINDOW); in HAIKU_HideWindow() local
174 BMessage msg(BWIN_MAXIMIZE_WINDOW); in HAIKU_MaximizeWindow() local
179 BMessage msg(BWIN_MINIMIZE_WINDOW); in HAIKU_MinimizeWindow() local
184 BMessage msg(BWIN_RESTORE_WINDOW); in HAIKU_RestoreWindow() local
[all …]
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPSerialize_common.c11 int CoAPSerialize_Header(CoAPMessage *msg, unsigned char *buf, in CoAPSerialize_Header()
28 int CoAPSerialize_Token(CoAPMessage *msg, unsigned char *buf, in CoAPSerialize_Token()
88 unsigned short CoAPSerialize_Options(CoAPMessage *msg, unsigned char *buf, in CoAPSerialize_Options()
129 unsigned short CoAPSerialize_OptionsLen(CoAPMessage *msg) in CoAPSerialize_OptionsLen()
147 int CoAPSerialize_Payload(CoAPMessage *msg, unsigned char *buf, int buflen) in CoAPSerialize_Payload()
162 unsigned short CoAPSerialize_MessageLength(CoAPMessage *msg) in CoAPSerialize_MessageLength()
177 int CoAPSerialize_Message(CoAPMessage *msg, unsigned char *buf, in CoAPSerialize_Message()
A DCoAPDeserialize_common.c11 int CoAPDeserialize_Header(CoAPMessage *msg, unsigned char *buf) in CoAPDeserialize_Header()
23 int CoAPDeserialize_Token(CoAPMessage *msg, unsigned char *buf) in CoAPDeserialize_Token()
98 int CoAPDeserialize_Options(CoAPMessage *msg, unsigned char *buf, int buflen) in CoAPDeserialize_Options()
123 int CoAPDeserialize_Payload(CoAPMessage *msg, unsigned char *buf, int buflen) in CoAPDeserialize_Payload()
138 int CoAPDeserialize_Message(CoAPMessage *msg, unsigned char *buf, int buflen) in CoAPDeserialize_Message()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dtcpip.c73 #define TCPIP_MBOX_FETCH(mbox, msg) sys_timeouts_mbox_fetch(mbox, msg) argument
76 #define TCPIP_MBOX_FETCH(mbox, msg) sys_mbox_fetch(mbox, msg) argument
92 struct tcpip_msg *msg; in tcpip_thread() local
181 struct tcpip_msg *msg; in tcpip_signal_netif_event() local
287 struct tcpip_msg *msg; in tcpip_callback_with_block() local
322 struct tcpip_msg *msg; in tcpip_timeout() local
349 struct tcpip_msg *msg; in tcpip_untimeout() local
468 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new() local
484 tcpip_callbackmsg_delete(struct tcpip_callback_msg* msg) in tcpip_callbackmsg_delete()
497 tcpip_trycallback(struct tcpip_callback_msg* msg) in tcpip_trycallback()
A Dapi_msg.c545 pcb_new(struct api_msg *msg)
611 struct api_msg *msg = (struct api_msg*)m; local
1008 struct api_msg *msg = (struct api_msg*)m; local
1110 struct api_msg *msg = (struct api_msg*)m; local
1218 struct api_msg *msg = (struct api_msg*)m; local
1289 struct api_msg *msg = (struct api_msg*)m; local
1313 struct api_msg *msg = (struct api_msg*)m; local
1394 struct api_msg *msg = (struct api_msg*)m; local
1449 struct api_msg *msg = (struct api_msg*)m; local
1474 struct api_msg *msg = (struct api_msg*)m; local
[all …]
/AliOS-Things-master/components/linksdk/components/data-model/
A Daiot_dm_api.c149 static int32_t _dm_prepare_send_topic(dm_handle_t *dm_handle, const aiot_dm_msg_t *msg, char **topi… in _dm_prepare_send_topic()
300 …ic int32_t _dm_send_property_post(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *msg) in _dm_send_property_post()
305 static int32_t _dm_send_event_post(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *msg) in _dm_send_event_post()
331 static int32_t _dm_send_raw_data(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *msg) in _dm_send_raw_data()
342 …atic int32_t _dm_send_desired_get(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *msg) in _dm_send_desired_get()
347 …c int32_t _dm_send_desired_delete(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *msg) in _dm_send_desired_delete()
424 static void _dm_recv_generic_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdat… in _dm_recv_generic_reply_handler()
480 static void _dm_recv_property_set_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_property_set_handler()
598 static void _dm_recv_raw_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_raw_data_handler()
627 static void _dm_recv_up_raw_reply_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *use… in _dm_recv_up_raw_reply_data_handler()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppapi.c62 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_ppp_set_default() local
95 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_ppp_set_notify_phase_callback() local
130 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_pppos_create() local
171 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_pppoe_create() local
216 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_pppol2tp_create() local
270 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_ppp_connect() local
303 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_ppp_listen() local
335 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_ppp_close() local
367 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_ppp_free() local
398 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m; in pppapi_do_ppp_ioctl() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_normal.c61 uint8_t msg; in hci_if_task() local
118 uint8_t msg = HCI_IF_MSG_OPEN; in hci_if_open() local
143 uint8_t msg = HCI_IF_MSG_CLOSE; in hci_if_close() local
152 uint8_t msg; in hci_if_write() local
172 uint8_t msg = HCI_IF_MSG_RX_CFM; in hci_if_confirm() local
/AliOS-Things-master/components/SDL2/src/main/haiku/
A DSDL_BApp.h212 void _HandleBasicWindowEvent(BMessage *msg, int32 sdlEventType) { in _HandleBasicWindowEvent()
224 void _HandleMouseMove(BMessage *msg) { in _HandleMouseMove()
258 void _HandleMouseButton(BMessage *msg) { in _HandleMouseButton()
273 void _HandleMouseWheel(BMessage *msg) { in _HandleMouseWheel()
288 void _HandleKey(BMessage *msg) { in _HandleKey()
316 void _HandleMouseFocus(BMessage *msg) { in _HandleMouseFocus()
335 void _HandleKeyboardFocus(BMessage *msg) { in _HandleKeyboardFocus()
354 void _HandleWindowMoved(BMessage *msg) { in _HandleWindowMoved()
370 void _HandleWindowResized(BMessage *msg) { in _HandleWindowResized()
386 bool _GetWinID(BMessage *msg, int32 *winID) { in _GetWinID()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dmbox.c83 void k_mbox_post(k_mbox_t *mb, void *msg) in k_mbox_post()
129 int k_mbox_trypost(k_mbox_t *mb, void *msg) in k_mbox_trypost()
184 int k_mbox_fetch(k_mbox_t *mb, void **msg, uint32_t timeout) in k_mbox_fetch()
245 int k_mbox_tryfetch(k_mbox_t *mb, void **msg) in k_mbox_tryfetch()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/cli/
A Dlight_ctl_cli.c84 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 9 + 4); in ble_mesh_light_ctl_set() local
134 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_ctl_get() local
169 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 7 + 4); in ble_mesh_light_ctl_temp_set() local
217 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_ctl_temp_get() local
252 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 6 + 4); in ble_mesh_light_ctl_def_set() local
293 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_ctl_def_get() local
328 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 4 + 4); in ble_mesh_light_ctl_temp_range_set() local
368 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_ctl_temp_range_get() local
A Dlight_lightness_cli.c97 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_lightness_get() local
133 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in ble_mesh_light_lightness_set() local
180 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_lightness_linear_get() local
217 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in ble_mesh_light_lightness_linear_set() local
263 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_lightness_last_get() local
298 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_lightness_def_get() local
334 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 2 + 4); in ble_mesh_light_lightness_def_set() local
373 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_light_lightness_range_get() local
409 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 4 + 4); in ble_mesh_light_lightness_range_set() local
A Dgeneric_onoff_cli.c19 static void _generic_onoff_cli_prepear_buf(struct bt_mesh_model *model, struct net_buf_simple *msg,… in _generic_onoff_cli_prepear_buf()
55 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_generic_onoff_get() local
86 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 4 + 4); in ble_mesh_generic_onoff_set() local
121 struct net_buf_simple *msg; in ble_mesh_generic_onoff_cli_publish() local
A Dgeneric_level_cli.c52 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 0 + 4); in ble_mesh_generic_level_get() local
87 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in ble_mesh_generic_level_set() local
135 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 7 + 4); in ble_mesh_generic_level_delta_set() local
182 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in ble_mesh_generic_level_move_set() local
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_vendor_model.c76 genie_transport_model_param_t msg; in genie_model_analyze() local
179 genie_transport_model_param_t msg; in genie_model_confirm() local
211 genie_transport_model_param_t msg; in genie_model_get_indicate() local
255 genie_transport_model_param_t msg; in genie_model_confirm_tg() local
314 genie_transport_model_param_t msg; in genie_model_transparent_ack() local
/AliOS-Things-master/components/py_engine/modules/ulog/
A Dmodlog.c91 const char *msg = mp_obj_str_get_str(log); in debug_log_out() local
107 const char *msg = mp_obj_str_get_str(log); in info_log_out() local
123 const char *msg = mp_obj_str_get_str(log); in warn_log_out() local
139 const char *msg = mp_obj_str_get_str(log); in error_log_out() local
155 const char *msg = mp_obj_str_get_str(log); in fatal_log_out() local
/AliOS-Things-master/components/lwip/lwip2.0.0/port/
A Dsys_arch.c206 void sys_mbox_post(sys_mbox_t *mb, void *msg) in sys_mbox_post()
247 err_t sys_mbox_trypost(sys_mbox_t *mb, void *msg) in sys_mbox_trypost()
298 u32_t sys_arch_mbox_fetch(sys_mbox_t *mb, void **msg, u32_t timeout) in sys_arch_mbox_fetch()
351 u32_t sys_arch_mbox_tryfetch(sys_mbox_t *mb, void **msg) in sys_arch_mbox_tryfetch()
435 void sys_mbox_post(sys_mbox_t *mb, void *msg) in sys_mbox_post()
445 err_t sys_mbox_trypost(sys_mbox_t *mb, void *msg) in sys_mbox_trypost()
469 u32_t sys_arch_mbox_fetch(sys_mbox_t *mb, void **msg, u32_t timeout) in sys_arch_mbox_fetch()
510 u32_t sys_arch_mbox_tryfetch(sys_mbox_t *mb, void **msg) in sys_arch_mbox_tryfetch()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/log/
A Dmodule_log.c199 const char *msg = ulog_get_output_format_msg(ctx); in native_debug_log_out() local
213 const char *msg = ulog_get_output_format_msg(ctx); in native_info_log_out() local
227 const char *msg = ulog_get_output_format_msg(ctx); in native_warn_log_out() local
241 const char *msg = ulog_get_output_format_msg(ctx); in native_error_log_out() local
255 const char *msg = ulog_get_output_format_msg(ctx); in native_fatal_log_out() local
/AliOS-Things-master/components/py_engine/engine/py/
A Dwarning.c36 void mp_warning(const char *category, const char *msg, ...) { in mp_warning()
50 void mp_emitter_warning(pass_kind_t pass, const char *msg) { in mp_emitter_warning()
/AliOS-Things-master/components/ota/ota_agent/transport/
A Dota_transport_mqtt.c195 static int ota_mqtt_publish(void *mqtt_client, const char *name, char *msg, char *pk, char *dn) in ota_mqtt_publish()
223 static void ota_mqtt_sub_cb(void *mqtt_client, void *msg, void *pctx) in ota_mqtt_sub_cb()
264 char msg[OTA_MSG_LEN] = {0}; in ota_transport_inform() local
291 char msg[OTA_MSG_LEN] = {0}; in ota_transport_inform_otaver() local
360 char msg[OTA_MSG_LEN] = {0}; in ota_transport_status() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/
A Dgeneric_onoff_srv.c22 static void _generic_onoff_prepear_buf(struct bt_mesh_model *model, struct net_buf_simple *msg, boo… in _generic_onoff_prepear_buf()
48 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 3 + 4); in _generic_onoff_status() local
141 struct net_buf_simple *msg; in _generic_onoff_perpare_publication() local
160 struct net_buf_simple *msg; in ble_mesh_generic_onoff_publication() local
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A Dtinytest_macros.h71 #define tt_abort_printf(msg) TT_DIE(msg) argument
73 #define tt_abort_msg(msg) TT_DIE(("%s", msg)) argument
77 #define tt_failprint_f(msg) TT_FAIL(msg) argument
79 #define tt_fail_msg(msg) TT_FAIL(("%s", msg)) argument
89 #define tt_want_(b, msg, fail) \ argument
101 #define tt_want_msg(b, msg) \ argument
105 #define tt_assert_msg(b, msg) \ argument
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dwebsocket_basic.py10 def ws_read(msg, sz): argument
16 def ws_write(msg, sz): argument
/AliOS-Things-master/solutions/linksdk_demo/
A Ddata_model_basic_demo.c256 aiot_dm_msg_t msg; in demo_send_property_post() local
268 aiot_dm_msg_t msg; in demo_send_event_post() local
281 aiot_dm_msg_t msg; in demo_send_get_desred_requset() local
293 aiot_dm_msg_t msg; in demo_send_delete_desred_requset() local
/AliOS-Things-master/solutions/flower_demo/
A Ddata_model_basic_demo.c262 aiot_dm_msg_t msg; in demo_send_property_post() local
274 aiot_dm_msg_t msg; in demo_send_event_post() local
287 aiot_dm_msg_t msg; in demo_send_get_desred_requset() local
299 aiot_dm_msg_t msg; in demo_send_delete_desred_requset() local

Completed in 342 milliseconds

12345678910>>...13