Home
last modified time | relevance | path

Searched refs:WindowSetUIContentType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp1080 WindowSetUIContentType type = WindowSetUIContentType::DEFAULT;
1091 type = WindowSetUIContentType::RESTORE;
1094 type = WindowSetUIContentType::BY_NAME;
1097 type = WindowSetUIContentType::BY_ABC;
H A Dwindow_session_impl_test.cpp1423 window->InitUIContent("NotifyAfterUnfocused", nullptr, nullptr, WindowSetUIContentType::DEFAULT,
1481 window->InitUIContent("NotifyAfterUnfocused", nullptr, nullptr, WindowSetUIContentType::DEFAULT,
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1260 …type == BackupAndRestoreType::NONE ? WindowSetUIContentType::DEFAULT : WindowSetUIContentType::RES… in NapiSetUIContent()
1267 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName()
1274 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc()
1287WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab… in InitUIContent()
1299 case WindowSetUIContentType::DEFAULT: { in InitUIContent()
1316 case WindowSetUIContentType::RESTORE: in InitUIContent()
1319 case WindowSetUIContentType::BY_NAME: in InitUIContent()
1322 case WindowSetUIContentType::BY_ABC: in InitUIContent()
1338WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab… in SetUIContentInner()
H A Dwindow_impl.cpp610 …type == BackupAndRestoreType::NONE ? WindowSetUIContentType::DEFAULT : WindowSetUIContentType::RES… in NapiSetUIContent()
617 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName()
624 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc()
629WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab… in SetUIContentInner()
654 case WindowSetUIContentType::DEFAULT: { in SetUIContentInner()
665 case WindowSetUIContentType::RESTORE: in SetUIContentInner()
668 case WindowSetUIContentType::BY_NAME: in SetUIContentInner()
671 case WindowSetUIContentType::BY_ABC: in SetUIContentInner()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h469WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
472WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
H A Dwindow_impl.h436WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h453 enum class WindowSetUIContentType: uint32_t { enum