Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp58 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 Dui_ability.cpp351 resourceConfig.GetMnc().c_str()); in InitConfigurationProperties()
362 resourceConfig.GetMnc().c_str()); in InitConfigurationProperties()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dresource_config_helper.h41 std::string GetMnc();
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h125 uint32_t GetMnc() const in GetMnc() function in OHOS::Ace::ResourceConfiguration
H A Dsystem_properties.h404 static int32_t GetMnc() in GetMnc() function in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp106 newResCfg->SetMnc(config.GetMnc()); in ConvertConfigToGlobal()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.h389 std::string GetMnc(const std::string &imsi, const int mncLen) const;
H A Dsta_service.cpp355 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()
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp492 pStaService->GetMnc(imsi, mncLen); in GetImsiFuzzTest()
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp730 AceResConfig deviceResConfig = AceResConfig(SystemProperties::GetMcc(), SystemProperties::GetMnc(), in GetCurrentDeviceResTag()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service_test.cpp751 EXPECT_EQ(pStaService->GetMnc(imsi, mncLen), "4"); in GetMncTest()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp185 aceResCfg.SetMnc(resConfig->GetMnc()); in AddResConfigInfo()

Completed in 21 milliseconds