Home
last modified time | relevance | path

Searched refs:GetMnc (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp163 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMnc())); in JudgmentDataGsm()
175 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMnc())); in JudgmentDataLte()
188 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMnc())); in JudgmentDataNr()
202 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(wcdmaCellInfo->GetMnc())); in JudgmentDataUmts()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp58 std::string ResourceConfigHelper::GetMnc() in GetMnc() function in OHOS::AbilityRuntime::ResourceConfigHelper
140 TAG_LOGD(AAFwkTag::ABILITY, "set mnc: %{public}u", resConfig->GetMnc()); in UpdateResConfig()
H A Dui_ability.cpp347 resourceConfig.GetMnc().c_str()); in InitConfigurationProperties()
358 resourceConfig.GetMnc().c_str()); in InitConfigurationProperties()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp272 uint32_t ResConfigImpl::GetMnc() const in GetMnc() function in OHOS::Global::Resource::ResConfigImpl
396 if (this->GetMnc() != other.GetMnc()) { in Copy()
397 this->SetMnc(other.GetMnc()); in Copy()
H A Dhap_manager.cpp241 if (this->overrideResConfig_->GetMnc() != MNC_UNDEFINED) { in getCompleteOverrideConfig()
242 completeOverrideConfig->SetMnc(this->overrideResConfig_->GetMnc()); in getCompleteOverrideConfig()
H A Dnative_resource_manager.cpp409 configuration->mnc = resConfig.GetMnc(); in OH_ResourceManager_GetConfiguration()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dresource_config_helper.h41 std::string GetMnc();
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h66 virtual uint32_t GetMnc() const = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h136 uint32_t GetMnc() const;
H A Dhap_parser.h190 static uint32_t GetMnc(uint32_t value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h125 uint32_t GetMnc() const in GetMnc() function
H A Dsystem_properties.h398 static int32_t GetMnc() in GetMnc() function
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp185 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
199 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
213 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
226 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp105 newResCfg->SetMnc(config.GetMnc()); in ConvertConfigToGlobal()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.h389 std::string GetMnc(const std::string &imsi, const int mncLen) const;
H A Dsta_service.cpp355 std::string StaService::GetMnc(const std::string &imsi, const int mncLen) const in GetMnc() function in OHOS::Wifi::StaService
391 mnc = "0" + GetMnc(imsi, EAP_AUTH_MIN_MNC_LEN); in UpdateEapConfig()
393 mnc = GetMnc(imsi, EAP_AUTH_MAX_MNC_LEN); in UpdateEapConfig()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h83 virtual std::string GetMnc() const;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp744 configKey.mnc = GetMnc(kp->value_); in CreateResConfigFromKeyParams()
804 uint32_t HapParser::GetMnc(uint32_t value) in GetMnc() function in OHOS::Global::Resource::HapParser
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp548 SetIntProperty(env, context, result, "mnc", static_cast<int>(cfg->GetMnc())); in CreateConfig()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp493 pStaService->GetMnc(imsi, mncLen); in GetImsiFuzzTest()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2057 NapiUtil::SetPropertyStringUtf8(env, data, "mnc", gsmCellInfo->GetMnc()); in JudgmentDataGsm()
2071 NapiUtil::SetPropertyStringUtf8(env, data, "mnc", lteCellInfo->GetMnc()); in JudgmentDataLte()
2085 NapiUtil::SetPropertyStringUtf8(env, data, "mnc", wcdmaCellInfo->GetMnc()); in JudgmentDataWcdma()
2110 NapiUtil::SetPropertyStringUtf8(env, data, "mnc", tdscdmaCellInfo->GetMnc()); in JudgmentDataTdscdma()
2123 NapiUtil::SetPropertyStringUtf8(env, data, "mnc", nrCellCellInfo->GetMnc()); in JudgmentDataNr()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp73 std::string CellInformation::GetMnc() const in GetMnc() function in OHOS::Telephony::CellInformation
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp730 …AceResConfig deviceResConfig = AceResConfig(SystemProperties::GetMcc(), SystemProperties::GetMnc(), in GetCurrentDeviceResTag()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service_test.cpp751 pStaService->GetMnc(imsi, mncLen); in GetMncTest()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp123 …cellLte->Init(atoi(cellLte->GetMcc().c_str()), atoi(cellLte->GetMnc().c_str()), cellLte->GetCellId… in PrintCellInformation()

12