Searched refs:response (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 391 * is made in response to a MQTTAsync_connect call, because the onSuccess 429 /** The data returned on completion of an unsuccessful API call in the response callback onFailure. */ 441 /** The data returned on completion of an unsuccessful API call in the response callback onFailure. */ 464 /** The data returned on completion of a successful API call in the response callback onSuccess. */ 493 /** The data returned on completion of a successful API call in the response callback onSuccess. */ 543 * @param response Any success data associated with the API completion. 545 typedef void MQTTAsync_onSuccess(void* context, MQTTAsync_successData* response); 556 * @param response Any success data associated with the API completion. 558 typedef void MQTTAsync_onSuccess5(void* context, MQTTAsync_successData5* response); 568 * @param response Failur [all...] |
H A D | MQTTClient.h | 980 DLLExport void MQTTResponse_free(MQTTResponse response);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | block.h | 142 * Adds the appropriate part of @p data to the @p response pdu. If blocks are 151 * @param response The response pdu. 164 coap_pdu_t *response,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | fanotify.h | 38 unsigned response; member
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | block.c | 413 if (copy_to_user(&(ic_ptr->response), ic->response, sizeof(ic->response))) {
in mmc_blk_ioctl_copy_to_user() 441 /* Accumulate any response error bits seen */
in card_busy_detect() 559 memcpy(&idata->ic.response, cmd.resp, sizeof(cmd.resp));
in mmc_blk_ioctl_cmd_ext() 723 /* copy to user if data and response */
in mmc_blk_ioctl_multi_cmd() 1238 * in the response for the following CMD18/25. And if argument of
in mmc_blk_eval_resp_error() 1241 * the host drivers due to missing data response(for write)/data(for
in mmc_blk_eval_resp_error() 1248 /* If there is no error yet, check R1 response */
in mmc_blk_eval_resp_error() 1714 * response mod [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgnan.h | 322 /* Data request Responder's response */ 426 bool response; member 715 /* ranging quest and response iovar handler */
|
H A D | wl_cfg80211.c | 6649 /* increate dwell time to receive probe response or detect Beacon in wl_cfg80211_connect() 6849 /* No response from firmware. Indicate connect result in wl_cfg80211_wait_for_disconnection() 7708 wl_stats_report_t *request = NULL, *response = NULL; in wl_cfg80211_ifstats_counters() local 7792 /* Reuse request to process response */ in wl_cfg80211_ifstats_counters() 7793 response = (wl_stats_report_t *)pbuf; in wl_cfg80211_ifstats_counters() 7796 if (response->version != WL_STATS_REPORT_REQUEST_VERSION_V2) { in wl_cfg80211_ifstats_counters() 7801 xtlv = (bcm_xtlv_t *)(response->data); in wl_cfg80211_ifstats_counters() 7807 if ((response->length > WLC_IOCTL_MEDLEN) || in wl_cfg80211_ifstats_counters() 7808 (response->length < expected_resp_len)) { in wl_cfg80211_ifstats_counters() 7810 WL_ERR(("Illegal response lengt in wl_cfg80211_ifstats_counters() [all...] |
Completed in 26 milliseconds