Home
last modified time | relevance | path

Searched refs:GetPlmnNumeric (Results 1 – 9 of 9) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_state.h74 std::string GetPlmnNumeric() const;
/base/telephony/core_service/services/network_search/src/
Doperator_name.cpp257 std::string numeric = networkState->GetPlmnNumeric(); in NotifyGsmSpnChanged()
289 std::string numeric = networkState->GetPlmnNumeric(); in NotifyCdmaSpnChanged()
350 std::string numeric = networkState->GetPlmnNumeric(); in GetPlmn()
Dnetwork_search_state.cpp61 networkState_->GetPlmnNumeric().c_str(), slotId_); in SetOperatorInfo()
Dnetwork_search_manager.cpp477 auto event = inner->networkSearchState_->GetNetworkStatus()->GetPlmnNumeric(); in GetOperatorNumeric()
695 std::string plmn = inner->networkSearchState_->GetNetworkStatus()->GetPlmnNumeric(); in GetIsoCountryCodeForNetwork()
/base/telephony/core_service/frameworks/native/src/
Dnetwork_state.cpp227 std::string NetworkState::GetPlmnNumeric() const in GetPlmnNumeric() function in OHOS::Telephony::NetworkState
/base/telephony/core_service/services/network_search/test/
Dtest.cpp131 TELEPHONY_LOGI("GetPlmnNumeric():%{public}s", result->GetPlmnNumeric().c_str()); in TestGetNetworkState()
376 … networkInfo->SetOperateInformation("CHINA MOBILE", "CMCC", networkState->GetPlmnNumeric().c_str(), in TestSetNetworkSelectionMode()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp656 std::string plmnNumeric = networkState->GetPlmnNumeric(); in WorkNetworkStateUpdated()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp532 EXPECT_STRNE(result->GetPlmnNumeric().c_str(), "");
561 EXPECT_STRNE(result->GetPlmnNumeric().c_str(), "");
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp390 asyncContext->plmnNumeric = networkState->GetPlmnNumeric(); in NativeGetNetworkState()