Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 - 25 of 61) sorted by relevance

123

/third_party/node/test/node-api/test_make_callback/
H A Dtest.js80 function endpoint($Object) { function
/third_party/node/test/addons/make-callback/
H A Dtest.js60 function endpoint($Object) { function
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.h29 Endpoint *endpoint; member
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_request.cpp22 int32_t UsbRequest::Initialize(const USBDevicePipe &pipe, const USBEndpoint &endpoint) in Initialize() argument
H A Dusb_device_pipe.cpp53 int32_t USBDevicePipe::BulkTransfer(const USBEndpoint &endpoint, std::vector<uint8_t> &bufferData, int32_t timeOut) in BulkTransfer() argument
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_request.h37 void SetEndpoint(const USBEndpoint &endpoint) in SetEndpoint() argument
H A Dusb_interface.h194 const USBEndpoint &endpoint = endpoints_[i]; in ToString() local
H A Dusb_endpoint.h37 explicit USBEndpoint(const cJSON *endpoint) in USBEndpoint() argument
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp170 auto endpoint = interface.GetEndpoint(0); in HWTEST_F() local
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_ipc_adapter.h44 Endpoint *endpoint; member
H A Dsamgr_mini_ipc_adapter.c37 void Listen(Endpoint *endpoint, int token, const char *service, const char *feature) in Listen() argument
44 Endpoint *endpoint = g_remoteRegister.endpoint; in Dispatch() local
81 Endpoint *endpoint in HandleIpc() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dend_point_test.cpp150 std::shared_ptr<EndpointMock> endpoint = nullptr; in HWTEST_F() local
165 std::shared_ptr<EndpointMock> endpoint = std::make_shared<EndpointMock>(); in HWTEST_F() local
187 std::shared_ptr<EndpointMock> endpoint = std::make_shared<EndpointMock>(); in HWTEST_F() local
209 std::shared_ptr<EndpointMock> endpoint in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_system_api_adapter_impl.cpp30 ProcessSystemApiAdapterImpl::ProcessSystemApiAdapterImpl(std::shared_ptr<Endpoint> endpoint) in ProcessSystemApiAdapterImpl() argument
H A Dprocess_communication_impl.cpp24 ProcessCommunicationImpl::ProcessCommunicationImpl(std::shared_ptr<Endpoint> endpoint) in ProcessCommunicationImpl() argument
/third_party/libcoap/src/
H A Dcoap_netif.c35 coap_netif_available_ep(coap_endpoint_t *endpoint) { in coap_netif_available_ep() argument
40 coap_netif_dgrm_listen(coap_endpoint_t *endpoint, in coap_netif_dgrm_listen() argument
99 coap_netif_dgrm_read_ep(coap_endpoint_t *endpoint, coap_packet_t *packet) { in coap_netif_dgrm_read_ep() argument
158 coap_netif_strm_listen(coap_endpoint_t *endpoint, const coap_address_t *listen_addr) coap_netif_strm_listen() argument
170 coap_netif_strm_accept(coap_endpoint_t *endpoint, coap_session_t *session) coap_netif_strm_accept() argument
265 coap_netif_close_ep(coap_endpoint_t *endpoint) coap_netif_close_ep() argument
[all...]
/base/usb/usb_manager/test/native/mock/src/
H A Dusb_event_mock_test.cpp205 auto endpoint = interface.GetEndpoint(0); in HWTEST_F() local
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c166 static int dw_hdmi_qp_i2s_get_dai_id(struct snd_soc_component *component, struct device_node *endpoint) in dw_hdmi_qp_i2s_get_dai_id() argument
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c173 dw_hdmi_qp_i2s_get_dai_id(struct snd_soc_component *component, struct device_node *endpoint) dw_hdmi_qp_i2s_get_dai_id() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp189 Status DistributedKvDataManager::SetEndpoint(std::shared_ptr<Endpoint> endpoint) in SetEndpoint() argument
/third_party/node/src/
H A Dnode_report_utils.cc21 uv_getnameinfo_t endpoint; in ReportEndpoint() local
/third_party/libcoap/include/coap3/
H A Dcoap_io_internal.h49 coap_endpoint_t *endpoint; /**< Used by the epoll logic for a listening member
/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h119 USBEndpoint endpoint; member
/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp127 USBEndpoint endpoint; in AddEndpoint() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_io.h67 struct coap_endpoint_t *endpoint; /* Used by the epoll logic for a listening endpoint. member
H A Dnet.h167 coap_endpoint_t *endpoint; /**< the endpoints used for listening */ member

Completed in 11 milliseconds

123