Home
last modified time | relevance | path

Searched refs:mnc_ (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp60 return mnc_; in GetMnc()
64 mnc_ = mnc; in SetMnc()
136 if (!mnc_.empty()) { in UpdateResConfig()
138 if (ConvertStringToUint32(mnc_, mncNum)) { in UpdateResConfig()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h122 mnc_ = mnc; in SetMnc()
127 return mnc_; in GetMnc()
164 uint32_t mnc_ = 0; member in OHOS::Ace::ResourceConfiguration
H A Dsystem_properties.h406 return mnc_; in GetMnc()
634 static int32_t mnc_; member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp423 if ((candidateConfig.mnc_ != bestConfig.mnc_) && deviceConfig.mnc_) { in IsCandidateResConfigPreferred()
424 return candidateConfig.mnc_; in IsCandidateResConfigPreferred()
614 return !(supported.mnc_ != 0 && supported.mnc_ != desired.mnc_); in IsMccMncMatch()
688 mnc_ == other.mnc_ && screenLong_ == other.screenLong_ && screenShape_ == other.screenShape_ && in operator ==()
918 mnc_ in ParseConfig()
[all...]
H A Dace_res_config.h43 : mcc_(mcc), mnc_(mnc), orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType), in AceResConfig()
85 int32_t mnc_ = MNC_UNDEFINED; member in OHOS::Ace::AceResConfig
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dresource_config_helper.h55 std::string mnc_; member in OHOS::AbilityRuntime::ResourceConfigHelper
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp70 int32_t SystemProperties::mnc_ = MNC_UNDEFINED; member in OHOS::Ace::SystemProperties
196 mnc_ = mnc; in InitMccMnc()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp398 int32_t SystemProperties::mnc_ = MNC_UNDEFINED; member in OHOS::Ace::SystemProperties
619 mnc_ = mnc; in InitMccMnc()

Completed in 7 milliseconds