Home
last modified time | relevance | path

Searched refs:wlanIp (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp75 std::string wlanIp;
231 return InstantIsParaMatch(rInfo->wlanIp, conn->appInfo.peerData.addr);
266 return InstantIsParaMatch(rInfo->wlanIp, conn->peerIp);
287 remoteInfo->wlanIp = appInfo->peerData.addr;
350 remoteInfo->wlanIp = std::string(conn->peerIp);
487 return InstantIsParaMatch(rInfo->wlanIp, info->info.peerData.addr);
598 (void)InstSetPeerDeviceIdForRemoteInfo(remoteInfo->wlanIp, std::string(info.socketInfo.addr));
671 InstantIsParaMatch(rInfo->wlanIp, info->connOpt.socketOption.addr);
681 InstSetPeerDeviceIdForRemoteInfo(remoteInfo->wlanIp, info->connOpt.socketOption.addr);
846 remoteInfo->wlanIp
[all...]
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp446 constexpr char wlanIp[] = "1.1.1.1"; in HWTEST_F() local
449 (void)strncpy_s(deviceInfo->addr[0].info.ip.ip, IP_STR_MAX_LEN, wlanIp, strlen(wlanIp)); in HWTEST_F()

Completed in 4 milliseconds