Searched refs:GetIPAddrTypeFromCache (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 96 static int32_t GetIPAddrTypeFromCache(const std::string &deviceId, const std::string &ip,
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_listener.cpp | 657 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 D | softbus_listener.cpp | 998 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 D | device_manager_service.cpp | 1313 …if (SoftbusListener::GetIPAddrTypeFromCache(targetId.deviceId, targetId.wifiIp, ipAddrType) == DM_… in BindTarget()
|