Searched refs:WindowSetUIContentType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_two_test.cpp | 1080 WindowSetUIContentType type = WindowSetUIContentType::DEFAULT; 1091 type = WindowSetUIContentType::RESTORE; 1094 type = WindowSetUIContentType::BY_NAME; 1097 type = WindowSetUIContentType::BY_ABC;
|
H A D | window_session_impl_test.cpp | 1423 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 D | window_session_impl.cpp | 1260 …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() 1287 …WindowSetUIContentType 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() 1338 …WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab… in SetUIContentInner()
|
H A D | window_impl.cpp | 610 …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() 629 …WindowSetUIContentType 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 D | window_session_impl.h | 469 …WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab… 472 …WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
|
H A D | window_impl.h | 436 …WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ab…
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 453 enum class WindowSetUIContentType: uint32_t { enum
|