Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/utils/
Dcellular_data_net_agent.cpp76 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RegisterNetSupplier() local
190 void CellularDataNetAgent::RegisterSlotType(int32_t supplierId, int32_t radioTech) in RegisterSlotType()
Dcellular_data_utils.cpp159 std::string CellularDataUtils::ConvertRadioTechToRadioName(const int32_t radioTech) in ConvertRadioTechToRadioName()
/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_callback_impl.cpp54 RadioTech radioTech = RadioTech::RADIO_TECHNOLOGY_UNKNOWN; in NetCapabilitiesChange() local
Dnet_connect_adapter_impl.cpp93 RadioTech radioTech = RadioTech::RADIO_TECHNOLOGY_UNKNOWN; in GetDefaultNetConnect() local
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp301 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RefreshTcpBufferSizes() local
320 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in RefreshConnectionBandwidths() local
Ddefault.cpp111 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in ProcessDataConnectionDrsOrRatChanged() local
Dincall_data_state_machine.cpp102 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in CanActiveDataByRadioTech() local
Dcellular_data_state_machine.cpp111 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in DoConnect() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_core_service_test.cpp135 int32_t radioTech = TELEPHONY_ERROR; variable
293 int32_t radioTech = TELEPHONY_ERROR; variable
Dnetwork_search_test.cpp484 int32_t radioTech = -1; variable
538 int32_t radioTech = -1; variable
Dzero_branch_test.cpp1004 int32_t radioTech; variable
2175 int32_t radioTech; variable
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp409 LinkBandwidthInfo DataConnectionManager::GetBandwidthsByRadioTech(const int32_t radioTech) in GetBandwidthsByRadioTech()
437 std::string DataConnectionManager::GetTcpBufferByRadioTech(const int32_t radioTech) in GetTcpBufferByRadioTech()
Dcellular_data_handler.cpp605 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in AttemptEstablishDataConnection() local
644 bool CellularDataHandler::EstablishDataConnection(sptr<ApnHolder> &apnHolder, int32_t radioTech) in EstablishDataConnection()
865 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in MsgEstablishDataConnection() local
1434 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in PsDataRatChanged() local
1690 bool CellularDataHandler::IsSingleConnectionEnabled(int32_t radioTech) in IsSingleConnectionEnabled()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp147 int32_t radioTech = INVALID_VALUE; in TestGetPsRadioTech() local
155 int32_t radioTech = INVALID_VALUE; in TestGetCsRadioTech() local
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts3061 radioTech: string; property
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h175 std::string radioTech = ""; member
/base/telephony/core_service/services/core/src/
Dcore_service_stub.cpp339 int32_t radioTech = 0; in OnGetPsRadioTech() local
355 int32_t radioTech = 0; in OnGetCsRadioTech() local
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp855 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.cpp673 static std::string GetRadioTechName(int32_t radioTech) in GetRadioTechName()