/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/ |
A D | mdns.c | 924 if (!reply->pbuf) { in mdns_add_answer() 927 if (!reply->pbuf) { in mdns_add_answer() 941 if (reply->write_offset + answer_len > reply->pbuf->tot_len) { in mdns_add_answer() 951 res = pbuf_take_at(reply->pbuf, &field32, sizeof(field32), reply->write_offset); in mdns_add_answer() 964 res = pbuf_take_at(reply->pbuf, buf, (u16_t)buf_length, reply->write_offset); in mdns_add_answer() 1190 if (reply->legacy_query) { in mdns_add_srv_answer() 1501 struct mdns_outpacket reply; in mdns_handle_question() local 1524 reply.unicast_reply = 1; in mdns_handle_question() 1700 if (reply.pbuf) { in mdns_handle_question() 1702 pbuf_free(reply.pbuf); in mdns_handle_question() [all …]
|
/AliOS-Things-master/components/amp/components/at/src/ |
A D | amp_at.c | 117 char *reply = NULL; in amp_at_get_cimi() local 119 reply = aos_malloc(64); in amp_at_get_cimi() 121 snprintf(reply, 64, "\nAT+CIMI\nIMEI=%s\n", imei); in amp_at_get_cimi() 122 amp_at_send_no_reply(reply, strlen(reply), true); in amp_at_get_cimi() 123 aos_free(reply); in amp_at_get_cimi()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_dbus.c | 205 … DBusMessage *reply = dbus.connection_send_with_reply_and_block(conn, msg, 300, NULL); in SDL_DBus_CallMethodInternal() local 206 if (reply) { in SDL_DBus_CallMethodInternal() 216 …if ((firstarg == DBUS_TYPE_INVALID) || dbus.message_get_args_valist(reply, NULL, firstarg, ap_repl… in SDL_DBus_CallMethodInternal() 219 dbus.message_unref(reply); in SDL_DBus_CallMethodInternal() 306 … DBusMessage *reply = dbus.connection_send_with_reply_and_block(conn, msg, 300, NULL); in SDL_DBus_QueryPropertyOnConnection() local 307 if (reply) { in SDL_DBus_QueryPropertyOnConnection() 309 dbus.message_iter_init(reply, &iter); in SDL_DBus_QueryPropertyOnConnection() 317 dbus.message_unref(reply); in SDL_DBus_QueryPropertyOnConnection()
|
A D | SDL_fcitx.c | 218 DBusMessage *reply = NULL; in FcitxCreateInputContext() local 227 reply = dbus->connection_send_with_reply_and_block(dbus->session_conn, msg, 300, NULL); in FcitxCreateInputContext() 228 if (reply) { in FcitxCreateInputContext() 229 … if (dbus->message_get_args(reply, NULL, DBUS_TYPE_OBJECT_PATH, ic_path, DBUS_TYPE_INVALID)) { in FcitxCreateInputContext() 232 dbus->message_unref(reply); in FcitxCreateInputContext()
|
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/ |
A D | mac_support.cpp | 18 *reply, long handlerRefcon) in HandleQuitMessage() argument 26 *reply, long handlerRefcon) in HandleReopenMessage() argument 34 *reply, long handlerRefcon) in HandleWildCardMessage() argument
|
/AliOS-Things-master/components/linksdk/components/task/ |
A D | aiot_task_api.c | 185 static void _task_free_update_reply(task_update_reply_t *reply) in _task_free_update_reply() argument 188 if (NULL == reply) { in _task_free_update_reply() 192 if (reply->task_id) { in _task_free_update_reply() 193 sysdep->core_sysdep_free(reply->task_id); in _task_free_update_reply() 328 task_get_list_reply_t *reply) in _task_parse_get_list_reply() argument 333 reply->number = num; in _task_parse_get_list_reply() 346 reply->tasks = array; in _task_parse_get_list_reply() 404 task_get_list_reply_t *reply = &(recv.data.get_list_reply); in _task_recv_get_reply_handler() local 405 …if ((res = _task_parse_get_list_reply(task_handle, tasks_value, tasks_len, reply)) == STATE_SUCCES… in _task_recv_get_reply_handler() 433 task_get_list_reply_t *reply = &(recv.data.get_list_reply); in _task_recv_get_reply_handler() local [all …]
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_assert.c | 242 var reply = window.prompt(str, "i"); in SDL_PromptAssertion() 243 if (reply === null) { in SDL_PromptAssertion() 244 reply = "i"; in SDL_PromptAssertion() 246 return allocate(intArrayFromString(reply), 'i8', ALLOC_NORMAL); in SDL_PromptAssertion()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_switch.c | 327 … SwitchSubcommandInputPacket_t *reply = (SwitchSubcommandInputPacket_t *)&ctx->m_rgucReadBuffer[1]; in ReadSubcommandReply() local 328 if (reply->ucSubcommandID == expectedID && (reply->ucSubcommandAck & 0x80)) { in ReadSubcommandReply() 329 return reply; in ReadSubcommandReply() 402 SwitchSubcommandInputPacket_t *reply = NULL; in WriteSubcommand() local 404 while (!reply && nRetries--) { in WriteSubcommand() 412 reply = ReadSubcommandReply(ctx, ucCommandID); in WriteSubcommand() 416 *ppReply = reply; in WriteSubcommand() 418 return reply != NULL; in WriteSubcommand() 554 SwitchSubcommandInputPacket_t *reply = NULL; in LoadStickCalibration() local 561 …nd(ctx, k_eSwitchSubcommandIDs_SPIFlashRead, (uint8_t *)&readParams, sizeof(readParams), &reply)) { in LoadStickCalibration() [all …]
|
/AliOS-Things-master/solutions/linkkit_genie_demo/ |
A D | genie_demo.c | 84 …ser_report_reply_event_handler(const int devid, const int msgid, const int code, const char *reply, in user_report_reply_event_handler() argument 89 (reply == NULL) ? ("NULL") : (reply)); in user_report_reply_event_handler()
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_report.c | 225 char reply[TOPIC_LEN_MAX] = { 0 }; in awss_online_switchap() local 226 awss_build_topic(TOPIC_SWITCHAP_REPLY, reply, TOPIC_LEN_MAX); in awss_online_switchap() 227 awss_cmp_mqtt_send(reply, packet, packet_len, 1); in awss_online_switchap()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_inic.h | 50 u32 reply:1; // bit[16], request to send a reply message member
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | aiot_bootstrap_api.c | 174 char *reply = NULL, *reply_fmt = "{\"id\":\"%s\",\"code\":200,\"data\":{}}"; in _bootstrap_alink_reply() local 182 …res = core_sprintf(bootstrap_handle->sysdep, &reply, reply_fmt, reply_src, sizeof(reply_src)/sizeo… in _bootstrap_alink_reply() 188 … aiot_mqtt_pub(bootstrap_handle->mqtt_handle, topic, (uint8_t *)reply, (uint32_t)strlen(reply), 0); in _bootstrap_alink_reply() 190 bootstrap_handle->sysdep->core_sysdep_free(reply); in _bootstrap_alink_reply()
|
/AliOS-Things-master/components/py_engine/engine/shared/runtime/ |
A D | pyexec.c | 247 char reply[3] = { window & 0xff, window >> 8, 0x01 }; in mp_reader_new_stdin() local 248 mp_hal_stdout_tx_strn(reply, sizeof(reply)); in mp_reader_new_stdin()
|
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/ |
A D | awss_registrar.c | 172 char reply[TOPIC_LEN_MAX] = { 0 }; in awss_enrollee_checkin() local 218 awss_build_topic(TOPIC_ZC_CHECKIN_REPLY, reply, TOPIC_LEN_MAX); in awss_enrollee_checkin() 219 awss_cmp_mqtt_send(reply, packet, packet_len, 1); in awss_enrollee_checkin()
|
/AliOS-Things-master/components/sensor/ |
A D | README.md | 265 [LK-0A08] DM recv generic reply
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | modlinkkit.c | 82 const int code, const char *reply, in user_report_reply_event_handler() argument
|