Searched refs:AddDevice (Results 1 – 13 of 13) sorted by relevance
64 AddDevice(devNode); in ScanAndAddDevices()70 void Enumerator::AddDevice(const std::string &devNode) const in AddDevice() function in OHOS::Msdp::DeviceStatus::Enumerator74 devMgr_->AddDevice(devNode); in AddDevice()
151 AddDevice(devNode); in HandleInotifyEvent()157 void Monitor::AddDevice(const std::string &devNode) const in AddDevice() function in OHOS::Msdp::DeviceStatus::Monitor161 devMgr_->AddDevice(devNode); in AddDevice()
48 void DeviceManager::HotplugHandler::AddDevice(const std::string &devNode) in AddDevice() function in OHOS::Msdp::DeviceStatus::DeviceManager::HotplugHandler50 devMgr_.AddDevice(devNode); in AddDevice()168 std::shared_ptr<IDevice> DeviceManager::AddDevice(const std::string &devNode) in AddDevice() function in OHOS::Msdp::DeviceStatus::DeviceManager
24 virtual void AddDevice(const std::string &devNode) = 0;
39 void AddDevice(const std::string &devNode) const;
59 void AddDevice(const std::string &devNode) override;83 std::shared_ptr<IDevice> AddDevice(const std::string &devNode);
50 void AddDevice(const std::string &devNode) const;
37 bool AddDevice(UsbDevice *dev);
100 bool AddDevice(uint8_t busNum, uint8_t devAddr);
87 pms->AddDevice(busNum, devAddr); in DeviceEvent()
69 bool UsbHostManager::AddDevice(UsbDevice *dev) in AddDevice() function in OHOS::USB::UsbHostManager
878 bool UsbService::AddDevice(uint8_t busNum, uint8_t devAddr) in AddDevice() function in OHOS::USB::UsbService913 usbHostManger_->AddDevice(devInfo); in AddDevice()
68 syncOptions.AddDevice(deviceId); in UpdateCrossingSwitchState()