Home
last modified time | relevance | path

Searched refs:GetDeviceInfoFromCache (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h38 int32_t GetDeviceInfoFromCache(std::vector<DmDeviceInfo> &deviceInfoList);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp505 return GetDeviceInfoFromCache(id);
508 DeviceInfo DeviceManagerAdapter::GetDeviceInfoFromCache(const std::string &id)
618 return GetDeviceInfoFromCache(id).uuid;
623 return GetDeviceInfoFromCache(id).udid;
653 return GetDeviceInfoFromCache(id).networkId;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h95 DeviceInfo GetDeviceInfoFromCache(const std::string &id);
/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp182 int32_t SoftbusCache::GetDeviceInfoFromCache(std::vector<DmDeviceInfo> &deviceInfoList) in GetDeviceInfoFromCache() function in OHOS::DistributedHardware::SoftbusCache
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp660 int32_t ret = SoftbusCache::GetInstance().GetDeviceInfoFromCache(deviceInfoList); in GetTrustedDeviceList()

Completed in 5 milliseconds