/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 158 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMcc())); in JudgmentDataGsm() 170 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMcc())); in JudgmentDataLte() 183 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMcc())); in JudgmentDataNr() 197 refInfo.cellId.mcc = static_cast<unsigned short>(std::stoi(wcdmaCellInfo->GetMcc())); in JudgmentDataUmts()
|
/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 | 819 std::string mcc = GetMcc(slotId); in MergeEccCallList() 876 std::string CellularCallConfig::GetMcc(int32_t slotId) in GetMcc() function in OHOS::Telephony::CellularCallConfig
|
/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 | 186 static uint32_t GetMcc(uint32_t value);
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_config.h | 64 virtual uint32_t GetMcc() const = 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 | native_resource_manager.cpp | 408 configuration->mcc = resConfig.GetMcc();
in OH_ResourceManager_GetConfiguration()
|
H A D | hap_manager.cpp | 239 if (this->overrideResConfig_->GetMcc() != MCC_UNDEFINED) { in getCompleteOverrideConfig() 240 completeOverrideConfig->SetMcc(this->overrideResConfig_->GetMcc()); in getCompleteOverrideConfig()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 193 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion() 207 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion() 221 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion() 234 SetPropertyToNapiObject(env, val, "mcc", info.GetMcc()); in DataOfNetworkConversion()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 77 virtual std::string GetMcc() const;
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_config.h | 286 std::string GetMcc(int32_t slotId_);
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 680 configKey.mcc = GetMcc(kp->value_); in CreateResConfigFromKeyParams() 737 uint32_t HapParser::GetMcc(uint32_t value) in GetMcc() function in OHOS::Global::Resource::HapParser
|
/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()
|
/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()
|
/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
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 220 config.GetMcc(SIM1_SLOTID); in HWTEST_F()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 123 cellLte->Init(atoi(cellLte->GetMcc().c_str()), atoi(cellLte->GetMnc().c_str()), cellLte->GetCellId()); in PrintCellInformation()
|