Searched refs:gateway (Results 1 - 14 of 14) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_data_parcel.h | 91 /** Network gateway address. */ 92 std::string gateway = ""; member
|
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | message_parcel_utils_test.cpp | 63 config.wifiIpConfig.staticIpAddress.gateway.family = -1; in HWTEST_F() 64 config.wifiIpConfig.staticIpAddress.gateway.addressIpv4 = 0; in HWTEST_F() 106 ASSERT_TRUE(config2.wifiIpConfig.staticIpAddress.gateway.family == -1); in HWTEST_F() 107 ASSERT_TRUE(config2.wifiIpConfig.staticIpAddress.gateway.addressIpv4 == 0); in HWTEST_F()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_data.cpp | 258 dataCallResultInfo.gateway = dc.gateway; in BuildDataCallResultList() 280 dataCallResult->gateway = iSetupDataCallResultInfo.gateway; in BuildDataCallResultInfo()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_data_defs.h | 90 char *gateway; member
|
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
H A D | pdpcontextlistupdated_fuzzer.cpp | 58 response.gateway = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
|
/base/customization/enterprise_device_management/common/native/src/plugin_utils/ |
H A D | message_parcel_utils.cpp | 48 WriteIpAddress(data, config.wifiIpConfig.staticIpAddress.gateway); in WriteWifiDeviceConfig() 110 ReadIpAddress(data, config.wifiIpConfig.staticIpAddress.gateway); in ReadWifiDeviceConfig()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_data.cpp | 112 result.gateway = (response->gateway == nullptr) ? "" : response->gateway; in SwitchRilDataToHal()
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | cellular_data_state_machine.cpp | 323 dataCallInfo.address.c_str(), dataCallInfo.dns.c_str(), dataCallInfo.gateway.c_str()); in UpdateNetworkInfo() 328 std::vector<AddressInfo> routeInfoArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.gateway); in UpdateNetworkInfo()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_data.c | 350 NextULongFromHex(&lineStr, &addr); // default gateway in GetLinkInformation() 352 (*ppDcr)[activeIndex].gateway = strdup(readBuf); in GetLinkInformation() 526 if (pDcrs[i].gateway != NULL) { in FreeDataCallResponse() 527 free(pDcrs[i].gateway); in FreeDataCallResponse()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1342 cout << "[setupDataCallResultInfo] -->[gateway] : " << setupDataCallResultInfo.gateway << endl;
in PdpContextListUpdated() 1378 cout << "[setupDataCallResultInfo] -->[gateway] : " << setupDataCallResultInfo.gateway << endl;
in ActivatePdpContextResponse() 1409 cout << "[setupDataCallResultInfo] -->[gateway] : " << setupDataCallResultInfo.gateway << endl;
in GetPdpContextListResponse()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 1514 "dns:%{public}s dnsSec:%{public}s gateway:%{public}s maxTransferUnit:%{public}d pCscfPrimAddr:%{public}s " in PdpContextListUpdated() 1520 setupDataCallResultInfo.gateway.c_str(), setupDataCallResultInfo.maxTransferUnit, in PdpContextListUpdated() 1544 "dns:%{public}s dnsSec:%{public}s gateway:%{public}s maxTransferUnit:%{public}d pCscfPrimAddr:%{public}s " in ActivatePdpContextResponse() 1550 setupDataCallResultInfo.gateway.c_str(), setupDataCallResultInfo.maxTransferUnit, in ActivatePdpContextResponse() 1576 "dns:%{public}s dnsSec:%{public}s gateway:%{public}s maxTransferUnit:%{public}d pCscfPrimAddr:%{public}s " in GetPdpContextListResponse() 1582 setupDataCallResultInfo.gateway.c_str(), setupDataCallResultInfo.maxTransferUnit, in GetPdpContextListResponse()
|
H A D | zero_branch_test.cpp | 526 pDataCall.gateway = const_cast<char *>(NUMBER); in HWTEST_F() 1358 dataCallResponse.gateway = const_cast<char *>(NUMBER); in HWTEST_F()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_state_machine_test.cpp | 1542 dataCallInfo.gateway = ""; in HWTEST_F() 1562 dataCallInfo.gateway = "192.168.1.1"; in HWTEST_F() 1580 dataCallInfo.gateway = "192.168.1.1"; in HWTEST_F()
|
/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/ |
H A D | wifi_manager_addon.cpp | 452 !JsObjectToUint(env, staticIp, "gateway", true,
in ConfigStaticIp() 453 ipConfig.staticIpAddress.gateway.addressIpv4) ||
in ConfigStaticIp()
|
Completed in 20 milliseconds