Searched refs:DOMAIN_TYPE_CS (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | network_state.cpp | 338 if (domainType == DomainType::DOMAIN_TYPE_CS) { in SetNetworkType() 348 if (domainType == DomainType::DOMAIN_TYPE_CS) { in SetNetworkState() 357 if (domainType == DomainType::DOMAIN_TYPE_CS) { in SetRoaming()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | network_search_types.h | 43 DOMAIN_TYPE_CS, enumerator
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_register.cpp | 103 UpdateNetworkSearchState(regStatus, tech, roam, DomainType::DOMAIN_TYPE_CS); in ProcessCsRegister() 107 …SysEvent::WriteNetworkStateBehaviorEvent(slotId_, static_cast<int32_t>(DomainType::DOMAIN_TYPE_CS), in ProcessCsRegister()
|
H A D | operator_name.cpp | 127 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_CS); in GsmOperatorInfo() 148 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_CS); in CdmaOperatorInfo() 759 networkSearchState_->SetLongOperatorName(longOperatorName, DomainType::DOMAIN_TYPE_CS); in TrySetLongOperatorNameWithTranslation()
|
H A D | network_search_handler.cpp | 785 networkSearchState->SetNetworkState(regState, DomainType::DOMAIN_TYPE_CS); in RadioOffOrUnavailableState()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 422 result->SetOperatorInfo("", "", "", DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation() 424 result->SetNetworkType(RadioTech::RADIO_TECHNOLOGY_LTE, DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation() 425 result->SetRoaming(RoamingType::ROAMING_STATE_UNKNOWN, DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation() 426 result->SetNetworkState(RegServiceState::REG_STATE_POWER_OFF, DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation() 429 result->SetLongOperatorName("", DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation()
|