Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h39 int32_t GetUdidFromCache(const char *networkId, std::string &udid);
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp216 int32_t SoftbusCache::GetUdidFromCache(const char *networkId, std::string &udid) in GetUdidFromCache() function in OHOS::DistributedHardware::SoftbusCache
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp274 return SoftbusCache::GetInstance().GetUdidFromCache(networkId, udid); in GetUdidByNetworkId()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp670 return SoftbusCache::GetInstance().GetUdidFromCache(networkId, udid); in GetUdidByNetworkId()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1676 SoftbusCache::GetInstance().GetUdidFromCache(networkId.c_str(), udid); in HandleDeviceNotTrust()