Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp110 if (!isInheritWindowSplitScreenMode_.isLoaded) { in IsInheritWindowSplitScreenMode()
111 isInheritWindowSplitScreenMode_.value = system::GetBoolParameter(INHERIT_WINDOW_SPLIT_SCREEN_MODE, true); in IsInheritWindowSplitScreenMode()
112 isInheritWindowSplitScreenMode_.isLoaded = true; in IsInheritWindowSplitScreenMode()
114 TAG_LOGD(AAFwkTag::DEFAULT, "called %{public}d", isInheritWindowSplitScreenMode_.value); in IsInheritWindowSplitScreenMode()
115 return isInheritWindowSplitScreenMode_.value; in IsInheritWindowSplitScreenMode()
/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h285 volatile DeviceConfiguration<bool> isInheritWindowSplitScreenMode_ = {false, true}; member in OHOS::AAFwk::AppUtils

Completed in 3 milliseconds