/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 163 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(gsmCellInfo->GetMnc())); in JudgmentDataGsm() 175 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(lteCellInfo->GetMnc())); in JudgmentDataLte() 188 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(nrCellInfo->GetMnc())); in JudgmentDataNr() 202 refInfo.cellId.mnc = static_cast<unsigned short>(std::stoi(wcdmaCellInfo->GetMnc())); in JudgmentDataUmts()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | resource_config_helper.cpp | 58 std::string ResourceConfigHelper::GetMnc() in GetMnc() function in OHOS::AbilityRuntime::ResourceConfigHelper 140 TAG_LOGD(AAFwkTag::ABILITY, "set mnc: %{public}u", resConfig->GetMnc()); in UpdateResConfig()
|
H A D | ui_ability.cpp | 347 resourceConfig.GetMnc().c_str()); in InitConfigurationProperties() 358 resourceConfig.GetMnc().c_str()); in InitConfigurationProperties()
|
/ohos5.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 | hap_manager.cpp | 241 if (this->overrideResConfig_->GetMnc() != MNC_UNDEFINED) { in getCompleteOverrideConfig() 242 completeOverrideConfig->SetMnc(this->overrideResConfig_->GetMnc()); in getCompleteOverrideConfig()
|
H A D | native_resource_manager.cpp | 409 configuration->mnc = resConfig.GetMnc(); in OH_ResourceManager_GetConfiguration()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | resource_config_helper.h | 41 std::string GetMnc();
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_config.h | 66 virtual uint32_t GetMnc() const = 0;
|
/ohos5.0/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 | 190 static uint32_t GetMnc(uint32_t value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | resource_configuration.h | 125 uint32_t GetMnc() const in GetMnc() function
|
H A D | system_properties.h | 398 static int32_t GetMnc() in GetMnc() function
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 185 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion() 199 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion() 213 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion() 226 SetPropertyToNapiObject(env, val, "mnc", info.GetMnc()); in DataOfNetworkConversion()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_convertor.cpp | 105 newResCfg->SetMnc(config.GetMnc()); in ConvertConfigToGlobal()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service.h | 389 std::string GetMnc(const std::string &imsi, const int mncLen) const;
|
H A D | sta_service.cpp | 355 std::string StaService::GetMnc(const std::string &imsi, const int mncLen) const in GetMnc() function in OHOS::Wifi::StaService 391 mnc = "0" + GetMnc(imsi, EAP_AUTH_MIN_MNC_LEN); in UpdateEapConfig() 393 mnc = GetMnc(imsi, EAP_AUTH_MAX_MNC_LEN); in UpdateEapConfig()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 83 virtual std::string GetMnc() const;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 744 configKey.mnc = GetMnc(kp->value_); in CreateResConfigFromKeyParams() 804 uint32_t HapParser::GetMnc(uint32_t value) in GetMnc() 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 | 548 SetIntProperty(env, context, result, "mnc", static_cast<int>(cfg->GetMnc())); in CreateConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/ |
H A D | wifistaserver_fuzzer.cpp | 493 pStaService->GetMnc(imsi, mncLen); in GetImsiFuzzTest()
|
/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 730 …AceResConfig deviceResConfig = AceResConfig(SystemProperties::GetMcc(), SystemProperties::GetMnc(), in GetCurrentDeviceResTag()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service_test.cpp | 751 pStaService->GetMnc(imsi, mncLen); in GetMncTest()
|
/ohos5.0/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()
|