Home
last modified time | relevance | path

Searched refs:strOptClientId (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp51 ifname, result->iptype, result->strOptClientId, in OnSuccess()
113 ptr->ipAddr_ = result->strOptClientId; in Process()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp89 dhcpResult.ipAddr = result->strOptClientId; in OnDhcpSuccess()
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h44 char strOptClientId[DHCP_MAX_FILE_BYTES]; /* your (client) IP */ member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dif_config.cpp309 dhcpResult->strOptClientId, in SetIfDnsAndRoute()
315 AddIfRoute(WifiConfigCenter::GetInstance().GetStaIfaceName(), dhcpResult->strOptClientId, dhcpResult->strOptSubnet, in SetIfDnsAndRoute()
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp274 if (snprintf_s(result1.strOptClientId, sizeof(result1.strOptClientId), sizeof(result1.strOptClientId) - 1, in TryToSaveIpV6ResultTest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3269 if (strcpy_s(result.strOptClientId, INET_ADDRSTRLEN, in ConfigStaticIpAddress()
3271 WIFI_LOGE("ConfigStaticIpAddress strOptClientId strcpy_s failed!"); in ConfigStaticIpAddress()
3294 if (strcpy_s(result.strOptClientId, INET_ADDRSTRLEN, in ConfigStaticIpAddress()
3296 WIFI_LOGE("ConfigStaticIpAddress strOptClientId strcpy_s failed!"); in ConfigStaticIpAddress()
3318 if (strcpy_s(result.strOptClientId, INET_ADDRSTRLEN, in ConfigStaticIpAddress()
3320 WIFI_LOGE("ConfigStaticIpAddress strOptClientId strcpy_s failed!"); in ConfigStaticIpAddress()
3339 if (strcpy_s(result.strOptClientId, INET_ADDRSTRLEN, in ConfigStaticIpAddress()
3341 WIFI_LOGE("ConfigStaticIpAddress strOptClientId strcpy_s failed!"); in ConfigStaticIpAddress()
4225 if (strcpy_s(dest->strOptClientId, DHCP_MAX_FILE_BYTES, source->strOptClientId) ! in SaveDhcpResult()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp912 currGroup.SetGcIpAddress(result->strOptClientId); in OnSuccess()
918 WifiNetAgent::GetInstance().AddRoute(ifname, result->strOptClientId, IpTools::GetMaskLength(result->strOptSubnet)); in OnSuccess()
921 std::string clientIp = result->strOptClientId; in OnSuccess()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp32 if (strcpy_s(dhcpResult.strOptClientId, DHCP_MAX_FILE_BYTES, result.strYourCli.c_str()) != EOK) { in ResultInfoCopy()
33 DHCP_LOGE("ResultInfoCopy strOptClientId strcpy_s failed!"); in ResultInfoCopy()

Completed in 13 milliseconds