Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/src/
Doperator_name.cpp416 … numeric.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in GetCustEons()
417 if (numeric.compare(opl->plmnNumeric) == 0 && in GetCustEons()
562 opl->plmnNumeric = oplString.back(); in UpdateOplCust()
563 if (!opl->plmnNumeric.empty()) { in UpdateOplCust()
Dnetwork_search_manager.cpp639 std::string plmnNumeric = ""; in SetNetworkSelectionMode() local
641 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
643 …ntSender_->SendBase(slotId, RadioEvent::RADIO_SET_NETWORK_SELECTION_MODE, selectMode, plmnNumeric); in SetNetworkSelectionMode()
656 std::string plmnNumeric = ""; in SetNetworkSelectionMode() local
658 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
661 slotId, RadioEvent::RADIO_SET_NETWORK_SELECTION_MODE, &callback, selectMode, plmnNumeric); in SetNetworkSelectionMode()
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h219 std::string plmnNumeric = ""; member
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h187 std::string plmnNumeric = ""; member
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts750 plmnNumeric: string; property
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp217 … plmn.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in ObtainEons()
218 if (plmn.compare(opl->plmnNumeric) == 0 && in ObtainEons()
Dsim_file.cpp451 file->plmnNumeric = plmn; in ParseOpl()
457 file->plmnNumeric.c_str(), file->lacStart, file->lacEnd, file->pnnRecordId); in ParseOpl()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp614 std::string plmnNumeric = networkState->GetPlmnNumeric(); in WorkNetworkStateUpdated() local
622 SetPropertyToNapiObject(env, callbackValue, "plmnNumeric", plmnNumeric); in WorkNetworkStateUpdated()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp327 asyncContext->plmnNumeric = networkState->GetPlmnNumeric(); in NativeGetNetworkState()
344 … NapiUtil::SetPropertyStringUtf8(env, callbackValue, "plmnNumeric", asyncContext->plmnNumeric); in GetNetworkStateCallback()