Home
last modified time | relevance | path

Searched refs:GetShortOperatorName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h72 std::string GetShortOperatorName() const;
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp111 name = networkState->GetShortOperatorName(); in Conv2TelNetworkState()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp249 std::string NetworkState::GetShortOperatorName() const in GetShortOperatorName() function in OHOS::Telephony::NetworkState
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_state.cpp61 … networkState_->GetLongOperatorName().c_str(), networkState_->GetShortOperatorName().c_str(), in SetOperatorInfo()
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp134 TELEPHONY_LOGI("GetShortOperatorName():%{public}s", result->GetShortOperatorName().c_str()); in TestGetNetworkState()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp732 std::string shortOperatorName = networkState->GetShortOperatorName(); in WorkNetworkStateUpdated()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp563 EXPECT_STRNE(result->GetShortOperatorName().c_str(), "");
592 EXPECT_STRNE(result->GetShortOperatorName().c_str(), "");
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp400 asyncContext->shortOperatorName = networkState->GetShortOperatorName(); in NativeGetNetworkState()