Home
last modified time | relevance | path

Searched refs:GetLongOperatorName (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h67 std::string GetLongOperatorName() const;
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp106 std::string name = networkState->GetLongOperatorName(); in Conv2TelNetworkState()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp329 plmn = networkState->GetLongOperatorName(); in NotifyCdmaSpnChanged()
401 plmn = networkState->GetLongOperatorName(); in GetPlmn()
756 std::string longOperatorName = networkState->GetLongOperatorName(); in TrySetLongOperatorNameWithTranslation()
H A Dnetwork_search_state.cpp61 … networkState_->GetLongOperatorName().c_str(), networkState_->GetShortOperatorName().c_str(), in SetOperatorInfo()
H A Dnetwork_search_manager.cpp534 auto longOperatorName = inner->networkSearchState_->GetNetworkStatus()->GetLongOperatorName(); in GetOperatorName()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp195 operatorName_ = networkState->GetLongOperatorName(); in GetNetworkOperator()
391 operatorName_ = networkState->GetLongOperatorName(); in QueryAgIndicator()
975 interface_.operatorName_ = networkState->GetLongOperatorName(); in OnNetworkStateUpdated()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp240 std::string NetworkState::GetLongOperatorName() const in GetLongOperatorName() function in OHOS::Telephony::NetworkState
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp133 TELEPHONY_LOGI("GetLongOperatorName():%{public}s", result->GetLongOperatorName().c_str()); in TestGetNetworkState()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp731 std::string longOperatorName = networkState->GetLongOperatorName(); in WorkNetworkStateUpdated()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp562 EXPECT_STRNE(result->GetLongOperatorName().c_str(), "");
591 EXPECT_STRNE(result->GetLongOperatorName().c_str(), "");
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp399 asyncContext->longOperatorName = networkState->GetLongOperatorName(); in NativeGetNetworkState()