Home
last modified time | relevance | path

Searched refs:plmnNumeric (Results 1 - 13 of 13) sorted by relevance

/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h273 char* plmnNumeric; member
H A Dtelephony_radio_impl.cpp207 .plmnNumeric = nullptr, in GetNetworkState()
231 cnetworkState.plmnNumeric = MallocCString(networkState->GetPlmnNumeric()); in GetNetworkState()
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h235 char* plmnNumeric; member
H A Dobserver_event_handler.cpp483 std::string plmnNumeric = networkState->GetPlmnNumeric(); in WorkNetworkStateUpdated() local
492 .plmnNumeric = MallocCString(plmnNumeric), in WorkNetworkStateUpdated()
/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp469 "OperatorName::GetCustEons numeric:%{public}s, opl->plmnNumeric:%{public}s, lac:%{public}d, " in GetCustEons()
471 numeric.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in GetCustEons()
472 if (numeric.compare(opl->plmnNumeric) == 0 && in GetCustEons()
727 opl->plmnNumeric = oplString.back(); in UpdateOplCust()
728 if (!opl->plmnNumeric.empty()) { in UpdateOplCust()
H A Dnetwork_search_manager.cpp708 std::string plmnNumeric = ""; in SetNetworkSelectionMode() local
712 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
714 operatorInfo = plmnNumeric + "," + operatorCurrentRadio; in SetNetworkSelectionMode()
728 std::string plmnNumeric = ""; in SetNetworkSelectionMode() local
732 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
734 operatorInfo = plmnNumeric + "," + operatorCurrentRadio; in SetNetworkSelectionMode()
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h189 std::string plmnNumeric = ""; member
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h633 std::string plmnNumeric = ""; member
/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp285 TELEPHONY_LOGD("ObtainEons plmn:%{public}s, opl->plmnNumeric:%{public}s, lac:%{public}d, " in ObtainEons()
287 plmn.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in ObtainEons()
288 if (plmn.compare(opl->plmnNumeric) == 0 && in ObtainEons()
H A Dsim_file.cpp573 file->plmnNumeric = plmn; in ParseOpl()
581 TELEPHONY_LOGI("plmnNumeric: %{public}s, lacStart: %{public}d, lacEnd: %{public}d, pnnRecordId: %{public}d", in ParseOpl()
582 file->plmnNumeric.c_str(), file->lacStart, file->lacEnd, file->pnnRecordId); in ParseOpl()
604 file->plmnNumeric = plmn; in ParseOpl5g()
612 TELEPHONY_LOGD("plmnNumeric: %{public}s, lacStart: %{public}d, lacEnd: %{public}d, pnnRecordId: %{public}d", in ParseOpl5g()
613 file->plmnNumeric.c_str(), file->lacStart, file->lacEnd, file->pnnRecordId); in ParseOpl5g()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp742 std::string plmnNumeric = networkState->GetPlmnNumeric(); in WorkNetworkStateUpdated() local
750 SetPropertyToNapiObject(env, callbackValue, "plmnNumeric", plmnNumeric); in WorkNetworkStateUpdated()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp401 asyncContext->plmnNumeric = networkState->GetPlmnNumeric(); in NativeGetNetworkState()
418 NapiUtil::SetPropertyStringUtf8(env, callbackValue, "plmnNumeric", asyncContext->plmnNumeric); in GetNetworkStateCallback()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2927 opl->plmnNumeric = "123"; in HWTEST_F()

Completed in 30 milliseconds