Home
last modified time | relevance | path

Searched refs:GetMcc (Results 1 - 18 of 18) sorted by relevance

/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp158 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 Demergency_utils.cpp54 std::string mcc = config.GetMcc(slotId); in IsEmergencyCallProcessing()
H A Dcellular_call_config.cpp819 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 Dres_config_impl.h134 uint32_t GetMcc() const;
H A Dhap_parser.h186 static uint32_t GetMcc(uint32_t value);
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h64 virtual uint32_t GetMcc() const = 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 Dnative_resource_manager.cpp408 configuration->mcc = resConfig.GetMcc(); in OH_ResourceManager_GetConfiguration()
H A Dhap_manager.cpp239 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 Devent_listener_handler.cpp193 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 Dcell_information.h77 virtual std::string GetMcc() const;
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h286 std::string GetMcc(int32_t slotId_);
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp680 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 Dresource_manager_napi_utils.cpp547 SetIntProperty(env, context, result, "mcc", static_cast<int>(cfg->GetMcc())); in CreateConfig()
/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()
/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp68 std::string CellInformation::GetMcc() const in GetMcc() function in OHOS::Telephony::CellInformation
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp220 config.GetMcc(SIM1_SLOTID); in HWTEST_F()
/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()

Completed in 28 milliseconds