Home
last modified time | relevance | path

Searched refs:UpdatePort (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_port_manager.h42 void UpdatePort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode);
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_port.h60 int32_t UpdatePort(int32_t mode, const sptr<HDI::Usb::V1_1::IUsbdSubscriber> &subscriber);
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_port.cpp206 int32_t UsbdPort::UpdatePort(int32_t mode, const sptr<IUsbdSubscriber> &subscriber) in UpdatePort() function in OHOS::HDI::Usb::V1_1::UsbdPort
H A Dusb_impl.cpp987 return UsbdPort::GetInstance().UpdatePort(PORT_MODE_HOST, subscriber); in UsbdPnpLoaderEventReceived()
990 return UsbdPort::GetInstance().UpdatePort(PORT_MODE_DEVICE, subscriber); in UsbdPnpLoaderEventReceived()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp147 void UsbPortManager::UpdatePort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode) in UpdatePort() function in OHOS::USB::UsbPortManager
H A Dusb_service.cpp1516 usbPortManager_->UpdatePort(portId, powerRole, dataRole, mode); in UpdateUsbPort()