Searched refs:strOptClientId (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | dhcp_controller.cpp | 51 ifname, result->iptype, result->strOptClientId, in OnSuccess() 113 ptr->ipAddr_ = result->strOptClientId; in Process()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_dhcp_controller.cpp | 89 dhcpResult.ipAddr = result->strOptClientId; in OnDhcpSuccess()
|
/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 44 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 D | if_config.cpp | 309 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 D | sta_state_machine_test.cpp | 274 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 D | sta_state_machine.cpp | 3269 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 D | p2p_state_machine.cpp | 912 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 D | dhcp_event.cpp | 32 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 20 milliseconds