Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp231 if (!isLaunchEmbededUIAbility_.isLoaded) { in IsLaunchEmbededUIAbility()
232 isLaunchEmbededUIAbility_.value = system::GetBoolParameter(LAUNCH_EMBEDED_UI_ABILITY, false); in IsLaunchEmbededUIAbility()
233 isLaunchEmbededUIAbility_.isLoaded = true; in IsLaunchEmbededUIAbility()
235 TAG_LOGD(AAFwkTag::DEFAULT, "called %{public}d", isLaunchEmbededUIAbility_.value); in IsLaunchEmbededUIAbility()
236 return isLaunchEmbededUIAbility_.value; in IsLaunchEmbededUIAbility()
/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h297 volatile DeviceConfiguration<bool> isLaunchEmbededUIAbility_ = {false, false}; member in OHOS::AAFwk::AppUtils

Completed in 2 milliseconds