Searched refs:WindowSetUIContentType (Results 1 - 8 of 8) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test2.cpp | 1147 WindowSetUIContentType type = WindowSetUIContentType::DEFAULT; in HWTEST_F() 1158 type = WindowSetUIContentType::RESTORE; in HWTEST_F() 1161 type = WindowSetUIContentType::BY_NAME; in HWTEST_F() 1164 type = WindowSetUIContentType::BY_ABC; in HWTEST_F()
|
H A D | window_session_impl_test.cpp | 1470 window->InitUIContent("NotifyAfterUnfocused", nullptr, nullptr, WindowSetUIContentType::DEFAULT, in HWTEST_F() 1526 window->InitUIContent("NotifyAfterUnfocused", nullptr, nullptr, WindowSetUIContentType::DEFAULT, in HWTEST_F()
|
H A D | window_session_impl_test4.cpp | 554 WMError res1 = window->SetUIContentInner(url, nullptr, nullptr, WindowSetUIContentType::DEFAULT, in HWTEST_F() 780 window->InitUIContent("", nullptr, nullptr, WindowSetUIContentType::BY_ABC, BackupAndRestoreType::NONE, in HWTEST_F()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 456 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability, 459 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability);
|
H A D | window_impl.h | 424 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability);
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 1166 type == BackupAndRestoreType::NONE ? WindowSetUIContentType::DEFAULT : WindowSetUIContentType::RESTORE, in NapiSetUIContent() 1173 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName() 1180 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc() 1192 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability, in InitUIContent() 1204 case WindowSetUIContentType::DEFAULT: { in InitUIContent() 1221 case WindowSetUIContentType::RESTORE: in InitUIContent() 1224 case WindowSetUIContentType::BY_NAME: in InitUIContent() 1227 case WindowSetUIContentType::BY_ABC: in InitUIContent() 1273 WindowSetUIContentType setUIContentTyp in SetUIContentInner() [all...] |
H A D | window_impl.cpp | 577 type == BackupAndRestoreType::NONE ? WindowSetUIContentType::DEFAULT : WindowSetUIContentType::RESTORE, in NapiSetUIContent() 584 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName() 591 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc() 596 WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability) in SetUIContentInner() 621 case WindowSetUIContentType::DEFAULT: { in SetUIContentInner() 632 case WindowSetUIContentType::RESTORE: in SetUIContentInner() 635 case WindowSetUIContentType::BY_NAME: in SetUIContentInner() 638 case WindowSetUIContentType::BY_ABC: in SetUIContentInner()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 414 enum class WindowSetUIContentType : uint32_t { class in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag
|
Completed in 30 milliseconds