Searched refs:GetDeviceInfoFromCache (Results 1 – 5 of 5) sorted by relevance
505 return GetDeviceInfoFromCache(id); in GetDeviceInfo()508 DeviceInfo DeviceManagerAdapter::GetDeviceInfoFromCache(const std::string &id) in GetDeviceInfoFromCache() function in OHOS::DistributedData::DeviceManagerAdapter618 return GetDeviceInfoFromCache(id).uuid; in ToUUID()623 return GetDeviceInfoFromCache(id).udid; in ToUDID()653 return GetDeviceInfoFromCache(id).networkId; in ToNetworkID()
38 int32_t GetDeviceInfoFromCache(std::vector<DmDeviceInfo> &deviceInfoList);
95 DeviceInfo GetDeviceInfoFromCache(const std::string &id);
182 int32_t SoftbusCache::GetDeviceInfoFromCache(std::vector<DmDeviceInfo> &deviceInfoList) in GetDeviceInfoFromCache() function in OHOS::DistributedHardware::SoftbusCache
637 int32_t ret = SoftbusCache::GetInstance().GetDeviceInfoFromCache(deviceInfoList); in GetTrustedDeviceList()