Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_port_manager.cpp104 int32_t UsbPortManager::GetSupportedModes(int32_t portId, int32_t &supportedModes) in GetSupportedModes()
119 int32_t portId = 0; in QueryPort() local
147 void UsbPortManager::UpdatePort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode) in UpdatePort()
178 void UsbPortManager::RemovePort(int32_t portId) in RemovePort()
Dusb_service.cpp542 int32_t UsbService::GetSupportedModes(int32_t portId, int32_t &supportedModes) in GetSupportedModes()
560 int32_t UsbService::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole()
1257 void UsbService::UpdateUsbPort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode) in UpdateUsbPort()
/base/usb/usb_manager/test/native/mock/src/
Dusb_impl_mock.cpp75 int32_t MockUsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mod… in QueryPort()
98 int32_t MockUsbImpl::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole()
Dusb_event_mock_test.cpp270 int32_t portId = DEFAULT_PORT_ID; variable
304 int32_t portId = DEFAULT_PORT_ID; variable
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp189 int32_t UsbSrvClient::GetSupportedModes(int32_t portId, int32_t &result) in GetSupportedModes()
200 int32_t UsbSrvClient::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole()
/base/usb/usb_manager/interfaces/kits/js/napi/include/
Dusb_async_context.h80 int32_t portId; member
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp330 int32_t portId = 0; in DoGetSupportedModes() local
342 int32_t portId = 0; in DoSetPortRole() local
Dusb_srv_proxy.cpp537 int32_t UsbServerProxy::GetSupportedModes(int32_t portId, int32_t &supportedModes) in GetSupportedModes()
559 int32_t UsbServerProxy::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole()