Home
last modified time | relevance | path

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

/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h141 std::string strVendor; /* your (client) vendor */ member
162 strVendor = ""; in DhcpResult()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp54 data.WriteString(result.strVendor); in OnIpSuccessChanged()
134 data.WriteString(result.strVendor); in OnDhcpOfferReport()
H A Ddhcp_client_callback_proxy_lite.cpp62 (void)WriteString(&data, result.strVendor.c_str()); in OnIpSuccessChanged()
H A Ddhcp_client_service_impl.cpp413 result.strVendor = ipResult.strOptVendor; in DhcpIpv4ResultSuccess()
419 "strVendor:%{public}s, uLeaseTime:%{public}u, uAddTime:%{public}u, uGetTime:%{public}u.", in DhcpIpv4ResultSuccess()
422 result.strRouter2.c_str(), result.strVendor.c_str(), result.uLeaseTime, result.uAddTime, result.uGetTime); in DhcpIpv4ResultSuccess()
460 result.strVendor = ipResult.strOptVendor; in DhcpOfferResultSuccess()
595 "strVendor:%{public}s, strLinkIpv6Addr:%{private}s, strRandIpv6Addr:%{private}s, uLeaseTime:%{public}u, " in DhcpIpv6ResulCallback()
599 result.strRouter2.c_str(), result.strVendor.c_str(), result.strLinkIpv6Addr.c_str(), in DhcpIpv6ResulCallback()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp130 result.strVendor = data.ReadString(); in RemoteOnIpSuccessChanged()
176 result.strVendor = data.ReadString(); in RemoteOnDhcpOfferReport()
H A Ddhcp_client_callback_stub_lite.cpp144 result.strVendor = (char *)ReadString(data, &readLen); in RemoteOnIpSuccessChanged()
H A Ddhcp_event.cpp53 if (strcpy_s(dhcpResult.strOptVendor, DHCP_MAX_FILE_BYTES, result.strVendor.c_str()) != EOK) { in ResultInfoCopy()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp4327 LOGI("gateway1=%{private}s, gateway2=%{private}s, strDns1=%{private}s, strDns2=%{private}s, strVendor=%{public}s, \ in OnSuccess()
4415 std::string strVendor = result->strOptVendor; in TryToSaveIpV4Result() local
4418 (strVendor.find("ANDROID_METERED") == std::string::npos && in TryToSaveIpV4Result()
4419 strVendor.find("OPEN_HARMONY") == std::string::npos) ? 0 : 1; in TryToSaveIpV4Result()
4422 (strVendor.find("hostname:") != std::string::npos && in TryToSaveIpV4Result()
4425 pStaStateMachine->linkedInfo.platformType = strVendor; in TryToSaveIpV4Result()

Completed in 11 milliseconds