Home
last modified time | relevance | path

Searched refs:randGlobalIpV6Address (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_device_config.h281 char randGlobalIpV6Address[DEVICE_IPV6_MAX_LEN]; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp305 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 Dwifi_c_device.cpp442 …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 Dwifi_msg.h770 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 Dwifi_net_agent_test.cpp162 wifiIpV6Info.randGlobalIpV6Address = "TEST3";
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp280 ipv6Info.randGlobalIpV6Address = "0"; in TryToSaveIpV6ResultTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp521 (void)WriteString(reply, info.randGlobalIpV6Address.c_str()); in OnGetIpV6Info()
H A Dwifi_device_stub.cpp952 reply.WriteString(info.randGlobalIpV6Address); in OnGetIpV6Info()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp4457 (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 Dwifi_napi_device.cpp977 SetValueUtf8String(env, "randomGlobalIpv6Address", ipInfo.randGlobalIpV6Address, result); in IpV6InfoToJsObj()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp1480 info.randGlobalIpV6Address = reply.ReadString(); in GetIpv6Info()