/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 159 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 D | res_config_impl.h | 136 uint32_t GetMnc() const;
|
H A D | hap_parser.h | 193 static uint32_t GetMnc(uint32_t value);
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_config.h | 66 virtual uint32_t GetMnc() const = 0;
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_config_impl.cpp | 272 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 D | native_resource_manager.cpp | 409 configuration->mnc = resConfig.GetMnc();
in OH_ResourceManager_GetConfiguration()
|
H A D | hap_manager.cpp | 242 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 D | event_listener_handler.cpp | 194 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 D | cell_information.h | 83 virtual std::string GetMnc() const;
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 682 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 D | resource_manager_napi_utils.cpp | 548 SetIntProperty(env, context, result, "mnc", static_cast<int>(cfg->GetMnc())); in CreateConfig()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2057 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 D | cell_information.cpp | 73 std::string CellInformation::GetMnc() const in GetMnc() function in OHOS::Telephony::CellInformation
|
/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()
|