Home
last modified time | relevance | path

Searched refs:DOMAIN_TYPE_CS (Results 1 – 6 of 6) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dnetwork_state.cpp307 if (domainType == DomainType::DOMAIN_TYPE_CS) { in SetNetworkType()
317 if (domainType == DomainType::DOMAIN_TYPE_CS) { in SetNetworkState()
326 if (domainType == DomainType::DOMAIN_TYPE_CS) { in SetRoaming()
/base/telephony/core_service/services/network_search/src/
Dnetwork_register.cpp88 networkSearchState_->SetNetworkState(regStatus, DomainType::DOMAIN_TYPE_CS); in ProcessCsRegister()
91 networkSearchState_->SetNetworkType(tech, DomainType::DOMAIN_TYPE_CS); in ProcessCsRegister()
96 networkSearchState_->SetNetworkStateToRoaming(roam, DomainType::DOMAIN_TYPE_CS); in ProcessCsRegister()
105 …SysEvent::WriteNetworkStateBehaviorEvent(slotId_, static_cast<int32_t>(DomainType::DOMAIN_TYPE_CS), in ProcessCsRegister()
Doperator_name.cpp117 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_CS); in GsmOperatorInfo()
142 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_CS); in CdmaOperatorInfo()
Dnetwork_search_handler.cpp473 networkSearchState->SetNetworkState(regState, DomainType::DOMAIN_TYPE_CS); in RadioOffOrUnavailableState()
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_search_types.h42 DOMAIN_TYPE_CS, enumerator
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp391 result->SetOperatorInfo("", "", "", DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation()
393 result->SetNetworkType(RadioTech::RADIO_TECHNOLOGY_LTE, DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation()
394 result->SetRoaming(RoamingType::ROAMING_STATE_UNKNOWN, DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation()
395 result->SetNetworkState(RegServiceState::REG_STATE_POWER_OFF, DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation()