Searched refs:isLaunchEmbededUIAbility_ (Results 1 – 2 of 2) sorted by relevance
222 if (!isLaunchEmbededUIAbility_.isLoaded) { in IsLaunchEmbededUIAbility()223 … isLaunchEmbededUIAbility_.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()
83 volatile DeviceConfiguration<bool> isLaunchEmbededUIAbility_ = {false, false}; variable