Home
last modified time | relevance | path

Searched refs:GetIPAddrTypeFromCache (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h96 static int32_t GetIPAddrTypeFromCache(const std::string &deviceId, const std::string &ip,
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp657 int32_t ret = softbusListener->GetIPAddrTypeFromCache(deviceId, ip, addrType);
672 int32_t ret = softbusListener->GetIPAddrTypeFromCache(deviceId, ip, addrType);
689 int32_t ret = softbusListener->GetIPAddrTypeFromCache(deviceId, ip, addrType);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp998 int32_t SoftbusListener::GetIPAddrTypeFromCache(const std::string &deviceId, const std::string &ip, in GetIPAddrTypeFromCache() function in OHOS::DistributedHardware::SoftbusListener
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1313 …if (SoftbusListener::GetIPAddrTypeFromCache(targetId.deviceId, targetId.wifiIp, ipAddrType) == DM_… in BindTarget()