Home
last modified time | relevance | path

Searched refs:GetMnc (Results 1 - 14 of 14) sorted by relevance

/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp159 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMnc())); in JudgmentDataGsm()
171 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMnc())); in JudgmentDataLte()
184 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMnc())); in JudgmentDataNr()
198 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(wcdmaCellInfo->GetMnc())); in JudgmentDataUmts()
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h136 uint32_t GetMnc() const;
H A Dhap_parser.h193 static uint32_t GetMnc(uint32_t value);
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h66 virtual uint32_t GetMnc() const = 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 Dnative_resource_manager.cpp409 configuration->mnc = resConfig.GetMnc(); in OH_ResourceManager_GetConfiguration()
H A Dhap_manager.cpp242 if (this->overrideResConfig_->GetMnc() != MNC_UNDEFINED) { in getCompleteOverrideConfig()
243 completeOverrideConfig->SetMnc(this->overrideResConfig_->GetMnc()); in getCompleteOverrideConfig()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp194 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
208 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
222 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
235 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h83 virtual std::string GetMnc() const;
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp682 configKey.mnc = GetMnc(kp->value_); in CreateResConfigFromKeyParams()
742 uint32_t HapParser::GetMnc(uint32_t value) in GetMnc() function in OHOS::Global::Resource::HapParser
/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()
/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()
/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp73 std::string CellInformation::GetMnc() const in GetMnc() function in OHOS::Telephony::CellInformation
/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 25 milliseconds