Searched refs:randGlobalIpV6Address (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_device_config.h | 281 char randGlobalIpV6Address[DEVICE_IPV6_MAX_LEN]; member
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_net_agent.cpp | 305 if (!wifiIpV6Info.randGlobalIpV6Address.empty()) { 306 netIpv6Addr->address_ = wifiIpV6Info.randGlobalIpV6Address; 308 …etLinkIPInfo randGlobalIpv6:%{public}s", MacAnonymize(wifiIpV6Info.randGlobalIpV6Address).c_str());
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_device.cpp | 442 …if (memcpy_s(result->randGlobalIpV6Address, DEVICE_IPV6_MAX_LEN, ipInfo.randGlobalIpV6Address.c_st… in GetIpV6InfoFromCpp() 443 ipInfo.randGlobalIpV6Address.size() + 1) != EOK) { in GetIpV6InfoFromCpp()
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 770 std::string randGlobalIpV6Address; member 783 randGlobalIpV6Address = ""; in IpV6Info()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_net_agent_test.cpp | 162 wifiIpV6Info.randGlobalIpV6Address = "TEST3";
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | sta_state_machine_test.cpp | 280 ipv6Info.randGlobalIpV6Address = "0"; in TryToSaveIpV6ResultTest()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub_lite.cpp | 521 (void)WriteString(reply, info.randGlobalIpV6Address.c_str()); in OnGetIpV6Info()
|
H A D | wifi_device_stub.cpp | 952 reply.WriteString(info.randGlobalIpV6Address); in OnGetIpV6Info()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 4457 (ipv6Info.randGlobalIpV6Address != result->strOptRandIpv6Addr) || in TryToSaveIpV6Result() 4463 ipv6Info.randGlobalIpV6Address = result->strOptRandIpv6Addr; in TryToSaveIpV6Result() 4481 … ipv6Info.randGlobalIpV6Address.c_str(), ipv6Info.gateway.c_str(), ipv6Info.netmask.c_str(), in TryToSaveIpV6Result()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_device.cpp | 977 SetValueUtf8String(env, "randomGlobalIpv6Address", ipInfo.randGlobalIpV6Address, result); in IpV6InfoToJsObj()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_proxy.cpp | 1480 info.randGlobalIpV6Address = reply.ReadString(); in GetIpv6Info()
|