/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 162 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 D | resource_config_helper.cpp | 50 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 D | ui_ability.cpp | 346 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 D | res_config_impl.cpp | 267 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 D | hap_manager.cpp | 238 if (this->overrideResConfig_->GetMcc() != MCC_UNDEFINED) { in getCompleteOverrideConfig() 239 completeOverrideConfig->SetMcc(this->overrideResConfig_->GetMcc()); in getCompleteOverrideConfig()
|
H A D | native_resource_manager.cpp | 408 configuration->mcc = resConfig.GetMcc(); in OH_ResourceManager_GetConfiguration()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | resource_config_helper.h | 39 std::string GetMcc();
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | emergency_utils.cpp | 54 std::string mcc = config.GetMcc(slotId); in IsEmergencyCallProcessing()
|
H A D | cellular_call_config.cpp | 815 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 D | res_config.h | 64 virtual uint32_t GetMcc() const = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_config_impl.h | 134 uint32_t GetMcc() const;
|
H A D | hap_parser.h | 183 static uint32_t GetMcc(uint32_t value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | resource_configuration.h | 115 uint32_t GetMcc() const in GetMcc() function
|
H A D | system_properties.h | 393 static int32_t GetMcc() in GetMcc() function
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 184 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 D | resource_convertor.cpp | 104 newResCfg->SetMcc(config.GetMcc()); in ConvertConfigToGlobal()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service.h | 388 std::string GetMcc(const std::string &imsi) const;
|
H A D | sta_service.cpp | 350 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 D | cellular_call_config.h | 281 std::string GetMcc(int32_t slotId_);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 77 virtual std::string GetMcc() const;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 742 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 D | resource_manager_napi_utils.cpp | 547 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 D | wifistaserver_fuzzer.cpp | 492 pStaService->GetMcc(imsi); in GetImsiFuzzTest()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2056 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 D | cell_information.cpp | 68 std::string CellInformation::GetMcc() const in GetMcc() function in OHOS::Telephony::CellInformation
|