Home
last modified time | relevance | path

Searched defs:ports (Results 1 - 13 of 13) sorted by relevance

/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_core_test.cpp580 auto ports = usbSrvClient.GetPorts(portlist); in HWTEST_F() local
/base/usb/usb_manager/test/native/mock/src/
H A Dusb_core_mock_test.cpp544 auto ports = usbSrv_->GetPorts(portList); in HWTEST_F() local
/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp82 int32_t UsbPortManager::GetPorts(std::vector<UsbPort> &ports) in GetPorts() argument
220 std::vector<UsbPort> ports; in DumpGetSupportPort() local
[all...]
H A Dusb_service.cpp608 int32_t UsbService::GetPorts(std::vector<UsbPort> &ports) in GetPorts() argument
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp512 int32_t UsbServerProxy::GetPorts(std::vector<UsbPort> &ports) in GetPorts() argument
546 int32_t UsbServerProxy::ParseUsbPort(MessageParcel &reply, std::vector<UsbPort> &ports) in ParseUsbPort() argument
H A Dusb_srv_stub.cpp377 std::vector<UsbPort> ports; in DoGetPorts() local
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp809 std::vector<UsbPort> ports; in CoreGetPorts() local
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp902 PostWebMessage(std::string& message, std::vector<std::string>& ports, std::string& targetUrl) PostWebMessage() argument
H A Dwebview_ffi.cpp873 std::vector<std::string> ports = nativeWebviewCtl->CreateWebMessagePorts(); in FfiOHOSWebviewCtlCreateWebMessagePorts() local
901 int32_t GetSendPorts(CArrI64 ports, std::vector<std::string>& sendPorts) in GetSendPorts() argument
922 int32_t FfiOHOSWebviewCtlPostMessage(int64_t id, char* name, CArrI64 ports, char* uri) in FfiOHOSWebviewCtlPostMessage() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp498 ErrCode WebviewController::PostWebMessage(std::string& message, std::vector<std::string>& ports, std::string& targetUrl) in PostWebMessage() argument
H A Dnapi_webview_controller.cpp1886 std::vector<std::string> ports = webviewController->CreateWebMessagePorts(); in CreateWebMessagePorts() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp392 PostWebMessage( const ArkWebString& message, const ArkWebStringVector& ports, const ArkWebString& target_uri) PostWebMessage() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp450 PostWebMessage( const std::string& message, const std::vector<std::string>& ports, const std::string& target_uri) PostWebMessage() argument

Completed in 37 milliseconds