Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp505 return GetDeviceInfoFromCache(id); in GetDeviceInfo()
508 DeviceInfo DeviceManagerAdapter::GetDeviceInfoFromCache(const std::string &id) in GetDeviceInfoFromCache() function in OHOS::DistributedData::DeviceManagerAdapter
618 return GetDeviceInfoFromCache(id).uuid; in ToUUID()
623 return GetDeviceInfoFromCache(id).udid; in ToUDID()
653 return GetDeviceInfoFromCache(id).networkId; in ToNetworkID()
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h38 int32_t GetDeviceInfoFromCache(std::vector<DmDeviceInfo> &deviceInfoList);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h95 DeviceInfo GetDeviceInfoFromCache(const std::string &id);
/ohos5.0/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
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp637 int32_t ret = SoftbusCache::GetInstance().GetDeviceInfoFromCache(deviceInfoList); in GetTrustedDeviceList()