Home
last modified time | relevance | path

Searched defs:portId (Results 1 - 8 of 8) sorted by relevance

/base/usb/usb_manager/test/native/mock/src/
H A Dusb_impl_mock.cpp75 int32_t MockUsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort() argument
98 int32_t MockUsbImpl::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole() argument
H A Dusb_event_mock_test.cpp268 int32_t portId = DEFAULT_PORT_ID; in HWTEST_F() local
302 int32_t portId = DEFAULT_PORT_ID; in HWTEST_F() local
/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h80 int32_t portId; member
/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp105 int32_t UsbPortManager::GetSupportedModes(int32_t portId, int32_t &supportedModes) in GetSupportedModes() argument
120 int32_t portId = 0; in QueryPort() local
148 void UsbPortManager::UpdatePort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode) in UpdatePort() argument
179 RemovePort(int32_t portId) RemovePort() argument
[all...]
H A Dusb_service.cpp627 int32_t UsbService::GetSupportedModes(int32_t portId, int32_t &supportedModes) in GetSupportedModes() argument
646 int32_t UsbService::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole() argument
1691 void UsbService::UpdateUsbPort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode) in UpdateUsbPort() argument
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp232 int32_t UsbSrvClient::GetSupportedModes(int32_t portId, int32_t &result) in GetSupportedModes() argument
243 int32_t UsbSrvClient::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole() argument
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp563 int32_t UsbServerProxy::GetSupportedModes(int32_t portId, int32_t &supportedModes) in GetSupportedModes() argument
585 int32_t UsbServerProxy::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole() argument
H A Dusb_srv_stub.cpp410 int32_t portId = 0; in DoGetSupportedModes() local
423 int32_t portId = 0; in DoSetPortRole() local

Completed in 12 milliseconds