Home
last modified time | relevance | path

Searched refs:GetMcc (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp162 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMcc())); in JudgmentDataGsm()
174 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMcc())); in JudgmentDataLte()
187 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMcc())); in JudgmentDataNr()
201 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(wcdmaCellInfo->GetMcc())); in JudgmentDataUmts()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp50 std::string ResourceConfigHelper::GetMcc() in GetMcc() function in OHOS::AbilityRuntime::ResourceConfigHelper
133 TAG_LOGD(AAFwkTag::ABILITY, "set mcc: %{public}u", resConfig->GetMcc()); in UpdateResConfig()
H A Dui_ability.cpp346 resourceConfig.GetHasPointerDevice().c_str(), resourceConfig.GetMcc().c_str(), in InitConfigurationProperties()
357 resourceConfig.GetHasPointerDevice().c_str(), resourceConfig.GetMcc().c_str(), in InitConfigurationProperties()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp267 uint32_t ResConfigImpl::GetMcc() const in GetMcc() function in OHOS::Global::Resource::ResConfigImpl
393 if (this->GetMcc() != other.GetMcc()) { in Copy()
394 this->SetMcc(other.GetMcc()); in Copy()
H A Dhap_manager.cpp238 if (this->overrideResConfig_->GetMcc() != MCC_UNDEFINED) { in getCompleteOverrideConfig()
239 completeOverrideConfig->SetMcc(this->overrideResConfig_->GetMcc()); in getCompleteOverrideConfig()
H A Dnative_resource_manager.cpp408 configuration->mcc = resConfig.GetMcc(); in OH_ResourceManager_GetConfiguration()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dresource_config_helper.h39 std::string GetMcc();
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Demergency_utils.cpp54 std::string mcc = config.GetMcc(slotId); in IsEmergencyCallProcessing()
H A Dcellular_call_config.cpp815 std::string mcc = GetMcc(slotId); in MergeEccCallList()
872 std::string CellularCallConfig::GetMcc(int32_t slotId) in GetMcc() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h64 virtual uint32_t GetMcc() const = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h134 uint32_t GetMcc() const;
H A Dhap_parser.h183 static uint32_t GetMcc(uint32_t value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h115 uint32_t GetMcc() const in GetMcc() function
H A Dsystem_properties.h393 static int32_t GetMcc() in GetMcc() function
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp184 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion()
198 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion()
212 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion()
225 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp104 newResCfg->SetMcc(config.GetMcc()); in ConvertConfigToGlobal()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.h388 std::string GetMcc(const std::string &imsi) const;
H A Dsta_service.cpp350 std::string StaService::GetMcc(const std::string &imsi) const in GetMcc() function in OHOS::Wifi::StaService
401 EAP_AUTH_WLAN_MCC + GetMcc(imsi) + EAP_AUTH_PERMANENT_SUFFIX; in UpdateEapConfig()
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h281 std::string GetMcc(int32_t slotId_);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h77 virtual std::string GetMcc() const;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp742 configKey.mcc = GetMcc(kp->value_); in CreateResConfigFromKeyParams()
799 uint32_t HapParser::GetMcc(uint32_t value) in GetMcc() function in OHOS::Global::Resource::HapParser
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp547 SetIntProperty(env, context, result, "mcc", static_cast<int>(cfg->GetMcc())); in CreateConfig()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp492 pStaService->GetMcc(imsi); in GetImsiFuzzTest()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2056 NapiUtil::SetPropertyStringUtf8(env, data, "mcc", gsmCellInfo->GetMcc()); in JudgmentDataGsm()
2070 NapiUtil::SetPropertyStringUtf8(env, data, "mcc", lteCellInfo->GetMcc()); in JudgmentDataLte()
2084 NapiUtil::SetPropertyStringUtf8(env, data, "mcc", wcdmaCellInfo->GetMcc()); in JudgmentDataWcdma()
2109 NapiUtil::SetPropertyStringUtf8(env, data, "mcc", tdscdmaCellInfo->GetMcc()); in JudgmentDataTdscdma()
2122 NapiUtil::SetPropertyStringUtf8(env, data, "mcc", nrCellCellInfo->GetMcc()); in JudgmentDataNr()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp68 std::string CellInformation::GetMcc() const in GetMcc() function in OHOS::Telephony::CellInformation

12