Home
last modified time | relevance | path

Searched refs:GetNetworkIdFromCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h48 int32_t GetNetworkIdFromCache(const std::string &udid, std::string &networkId);
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp380 int32_t SoftbusCache::GetNetworkIdFromCache(const std::string &udid, std::string &networkId) in GetNetworkIdFromCache() function in OHOS::DistributedHardware::SoftbusCache
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp680 return SoftbusCache::GetInstance().GetNetworkIdFromCache(udid, networkId); in GetNetworkIdByUdid()