/base/telephony/core_service/frameworks/cj/telephony_radio/src/ |
H A D | telephony_radio_utils.h | 273 char* plmnNumeric; member
|
H A D | telephony_radio_impl.cpp | 207 .plmnNumeric = nullptr, in GetNetworkState() 231 cnetworkState.plmnNumeric = MallocCString(networkState->GetPlmnNumeric()); in GetNetworkState()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_utils.h | 235 char* plmnNumeric; member
|
H A D | observer_event_handler.cpp | 483 std::string plmnNumeric = networkState->GetPlmnNumeric(); in WorkNetworkStateUpdated() local 492 .plmnNumeric = MallocCString(plmnNumeric), in WorkNetworkStateUpdated()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name.cpp | 469 "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 D | network_search_manager.cpp | 708 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 D | napi_radio.h | 189 std::string plmnNumeric = ""; member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 633 std::string plmnNumeric = ""; member
|
/base/telephony/core_service/services/sim/src/ |
H A D | icc_file.cpp | 285 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 D | sim_file.cpp | 573 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 D | event_listener_handler.cpp | 742 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 D | napi_radio.cpp | 401 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 D | zero_branch_test.cpp | 2927 opl->plmnNumeric = "123"; in HWTEST_F()
|