Home
last modified time | relevance | path

Searched refs:gateway (Results 1 - 14 of 14) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_data_parcel.h91 /** Network gateway address. */
92 std::string gateway = ""; member
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dmessage_parcel_utils_test.cpp63 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 Dtel_ril_data.cpp258 dataCallResultInfo.gateway = dc.gateway; in BuildDataCallResultList()
280 dataCallResult->gateway = iSetupDataCallResultInfo.gateway; in BuildDataCallResultInfo()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h90 char *gateway; member
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp58 response.gateway = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dmessage_parcel_utils.cpp48 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 Dhril_data.cpp112 result.gateway = (response->gateway == nullptr) ? "" : response->gateway; in SwitchRilDataToHal()
/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp323 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 Dat_data.c350 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 Dril_callback_test.cpp1342 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 Dril_callback_test.cpp1514 "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 Dzero_branch_test.cpp526 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 Dcellular_state_machine_test.cpp1542 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 Dwifi_manager_addon.cpp452 !JsObjectToUint(env, staticIp, "gateway", true, in ConfigStaticIp()
453 ipConfig.staticIpAddress.gateway.addressIpv4) || in ConfigStaticIp()

Completed in 20 milliseconds