Searched refs:RunGetDevice (Results 1 – 4 of 4) sorted by relevance
82 …int32_t RunGetDevice(std::packaged_task<std::shared_ptr<IDevice>(int32_t)> &task, int32_t id) cons…
305 return this->RunGetDevice(std::ref(task), id); in GetDevice()323 int32_t DeviceManager::RunGetDevice(std::packaged_task<std::shared_ptr<IDevice>(int32_t)> &task, in RunGetDevice() function in OHOS::Msdp::DeviceStatus::DeviceManager