Searched refs:usbPortManager_ (Results 1 – 2 of 2) sorted by relevance
70 usbPortManager_ = std::make_shared<UsbPortManager>(); in UsbService()87 if (usbPortManager_ == nullptr) { in SetUsbd()91 usbPortManager_->SetUsbd(usbd); in SetUsbd()153 if (usbPortManager_ == nullptr) { in OnStart()158 usbPortManager_->Init(); in OnStart()474 if (usbPortManager_ == nullptr) { in GetPorts()478 return usbPortManager_->GetPorts(ports); in GetPorts()492 if (usbPortManager_ == nullptr) { in GetSupportedModes()496 return usbPortManager_->GetSupportedModes(portId, supportedModes); in GetSupportedModes()969 if (usbPortManager_ == nullptr) { in UpdateUsbPort()[all …]
152 std::shared_ptr<UsbPortManager> usbPortManager_; variable