Home
last modified time | relevance | path

Searched refs:IsInheritWindowSplitScreenMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h42 bool IsInheritWindowSplitScreenMode();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_utils_test/
H A Dapp_utils_test.cpp55 …l isInheritWindowSplitScreenMode = AAFwk::AppUtils::GetInstance().IsInheritWindowSplitScreenMode();
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp99 bool AppUtils::IsInheritWindowSplitScreenMode() in IsInheritWindowSplitScreenMode() function in OHOS::AAFwk::AppUtils
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability_context.cpp1815 if (AAFwk::AppUtils::GetInstance().IsInheritWindowSplitScreenMode() && in InheritWindowMode()