Home
last modified time | relevance | path

Searched defs:radioTech (Results 1 – 15 of 15) sorted by relevance

/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_adapter_impl.cpp91 RadioTech radioTech = RadioTech::RADIO_TECHNOLOGY_UNKNOWN; in GetDefaultNetConnect() local
Dnet_connect_callback_impl.cpp52 RadioTech radioTech = RadioTech::RADIO_TECHNOLOGY_UNKNOWN; in NetCapabilitiesChange() local
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp260 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RefreshTcpBufferSizes() local
279 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RefreshConnectionBandwidths() local
Dcellular_data_state_machine.cpp87 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in DoConnect() local
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp306 LinkBandwidthInfo DataConnectionManager::GetBandwidthsByRadioTech(const int32_t radioTech) in GetBandwidthsByRadioTech()
334 std::string DataConnectionManager::GetTcpBufferByRadioTech(const int32_t radioTech) in GetTcpBufferByRadioTech()
Dcellular_data_handler.cpp518 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in AttemptEstablishDataConnection() local
565 bool CellularDataHandler::EstablishDataConnection(sptr<ApnHolder> &apnHolder, int32_t radioTech) in EstablishDataConnection()
1036 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in PsDataRatChanged() local
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_utils.cpp217 std::string CellularDataUtils::ConvertRadioTechToRadioName(const int32_t radioTech) in ConvertRadioTechToRadioName()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp139 int32_t radioTech = INVALID_VALUE; in TestGetPsRadioTech() local
147 int32_t radioTech = INVALID_VALUE; in TestGetCsRadioTech() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp621 int32_t radioTech; variable
1247 int32_t radioTech; variable
Dnetwork_search_test.cpp450 int32_t radioTech = -1; variable
504 int32_t radioTech = -1; variable
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts1011 radioTech: string; property
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h173 std::string radioTech = ""; member
/base/telephony/core_service/services/core/src/
Dcore_service_stub.cpp153 int32_t radioTech = 0; in OnGetPsRadioTech() local
165 int32_t radioTech = 0; in OnGetCsRadioTech() local
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp749 for (uint32_t radioTech = RADIO_TECHNOLOGY_GSM; radioTech <= RADIO_TECHNOLOGY_NR; radioTech++) { in ConvertRadioProtocolTech() local
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp563 static std::string GetRadioTechName(int32_t radioTech) in GetRadioTechName()