Home
last modified time | relevance | path

Searched defs:context (Results 1 – 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dnet.h231 coap_register_response_handler(coap_context_t *context, in coap_register_response_handler()
246 coap_register_nack_handler(coap_context_t *context, in coap_register_nack_handler()
259 coap_register_ping_handler(coap_context_t *context, in coap_register_ping_handler()
272 coap_register_pong_handler(coap_context_t *context, in coap_register_pong_handler()
Dcoap_session_internal.h31 struct coap_context_t *context; /**< endpoint's context */ member
Dcoap_session.h84 struct coap_context_t *context; /**< session's context */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DMQTTClientPersistence.h219 void* context; member
DMQTTAsync.h608 void* context; member
1116 void* context; member
1241 void* context; member
DClients.h154 void* context; /* calling context - used when calling disconnect_internal */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_slave.h93 hi_void* context; /* the callback argument */ member
Dhcc_host.c1374 …32 hcc_hmac_rx_wifi_post_func(hi_u8 hcc_subtype, const hcc_netbuf_stru *hcc_netbuf, hi_u8 *context)
1477 hi_s32 hcc_oam_rx_log_func(hi_u8 hcc_subtype, const hcc_netbuf_stru *hcc_netbuf, hi_u8 *context)
Dhcc_host.h97 hi_void *context; /* the callback argument */ member
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_btsnoop_net.c384 static void *rtk_listen_fn_(void *context) in rtk_listen_fn_()
Duserial_vendor.c87 void *context; // a context that's passed back to the *_ready functions.. member
1004 static void userial_coex_handler(void *context) in userial_coex_handler()
1732 static void userial_recv_H4_rawdata(void *context) in userial_recv_H4_rawdata()
Drtk_parse.c1342 static void timeout_handler(int signo, siginfo_t *info, void *context) in timeout_handler()