Home
last modified time | relevance | path

Searched refs:isLaunchEmbededUIAbility_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp222 if (!isLaunchEmbededUIAbility_.isLoaded) { in IsLaunchEmbededUIAbility()
223isLaunchEmbededUIAbility_.value = system::GetBoolParameter(LAUNCH_EMBEDED_UI_ABILITY, false); in IsLaunchEmbededUIAbility()
224 isLaunchEmbededUIAbility_.isLoaded = true; in IsLaunchEmbededUIAbility()
226 TAG_LOGD(AAFwkTag::DEFAULT, "called %{public}d", isLaunchEmbededUIAbility_.value); in IsLaunchEmbededUIAbility()
227 return isLaunchEmbededUIAbility_.value; in IsLaunchEmbededUIAbility()
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h83 volatile DeviceConfiguration<bool> isLaunchEmbededUIAbility_ = {false, false}; variable