Searched refs:GetDeviceInfoList (Results 1 – 10 of 10) sorted by relevance
62 bool DistributedDatabase::GetDeviceInfoList(std::vector<DeviceInfo> &deviceList) in GetDeviceInfoList() function in OHOS::Notification::DistributedDatabase
166 virtual std::string GetDeviceInfoList(std::vector<DmDeviceInfo> &deviceInfoList) = 0;197 std::string GetDeviceInfoList(std::vector<DmDeviceInfo> &deviceInfoList) override;
117 bool GetDeviceInfoList(std::vector<DeviceInfo> &deviceList);
495 EXPECT_EQ(true, database_->GetDeviceInfoList(deviceList));508 EXPECT_EQ(false, database_->GetDeviceInfoList(deviceList));522 EXPECT_EQ(false, database_->GetDeviceInfoList(deviceList));
152 std::string DmRadarHelper::GetDeviceInfoList(std::vector<DmDeviceInfo> &deviceInfoList) in GetDeviceInfoList() function in OHOS::DistributedHardware::DmRadarHelper
208 EXPECT_EQ(database_->GetDeviceInfoList(deviceInfos), true);
307 bool DistributedDatabase::GetDeviceInfoList(std::vector<DeviceInfo> &deviceList) in GetDeviceInfoList() function in OHOS::Notification::DistributedDatabase
272 if (database_->GetDeviceInfoList(deviceList) == ERR_OK && deviceList.empty()) { in OnDeviceDisconnected()
781 std::string DmRadarHelper::GetDeviceInfoList(std::vector<DmDeviceInfo> &deviceInfoList) in GetDeviceInfoList() function in OHOS::DistributedHardware::DmRadarHelper
649 radarInfo.discoverDevList = GetDmRadarHelperObj()->GetDeviceInfoList(deviceInfoList); in GetTrustedDeviceList()