Searched refs:plmnNumeric (Results 1 – 9 of 9) sorted by relevance
/base/telephony/core_service/services/network_search/src/ |
D | operator_name.cpp | 416 … 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()
|
D | network_search_manager.cpp | 639 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/ |
D | telephony_types.h | 219 std::string plmnNumeric = ""; member
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
D | napi_radio.h | 187 std::string plmnNumeric = ""; member
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 750 plmnNumeric: string; property
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file.cpp | 217 … 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()
|
D | sim_file.cpp | 451 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/ |
D | event_listener_handler.cpp | 614 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/ |
D | napi_radio.cpp | 327 asyncContext->plmnNumeric = networkState->GetPlmnNumeric(); in NativeGetNetworkState() 344 … NapiUtil::SetPropertyStringUtf8(env, callbackValue, "plmnNumeric", asyncContext->plmnNumeric); in GetNetworkStateCallback()
|