Home
last modified time | relevance | path

Searched refs:SetLongOperatorName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_state.h52 void SetLongOperatorName(const std::string &longName, DomainType domainType);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h41 void SetLongOperatorName(const std::string &longName, DomainType domainType);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_state.cpp485 void NetworkSearchState::SetLongOperatorName(const std::string &longName, DomainType domainType) in SetLongOperatorName() function in OHOS::Telephony::NetworkSearchState
489 networkState_->SetLongOperatorName(longName, domainType); in SetLongOperatorName()
H A Doperator_name.cpp759 networkSearchState_->SetLongOperatorName(longOperatorName, DomainType::DOMAIN_TYPE_CS); in TrySetLongOperatorNameWithTranslation()
760 networkSearchState_->SetLongOperatorName(longOperatorName, DomainType::DOMAIN_TYPE_PS); in TrySetLongOperatorNameWithTranslation()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp423 void NetworkState::SetLongOperatorName(const std::string &longName, DomainType domainType) in SetLongOperatorName() function in OHOS::Telephony::NetworkState
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp429 result->SetLongOperatorName("", DomainType::DOMAIN_TYPE_CS); in PrintNetworkStateInformation()
H A Dzero_branch_test.cpp2040 networkSearchState->SetLongOperatorName(longName, DomainType::DOMAIN_TYPE_PS);