Searched refs:Window (Results 1 - 8 of 8) sorted by relevance
| /ide/tools/previewer/test/mock/window/ |
| H A D | MockWindowModel.cpp | 41 void PreviewerWindow::SetWindowObject(const Rosen::Window* window) in SetWindowObject() 43 window_ = const_cast<Rosen::Window*>(window); in SetWindowObject() 51 Rosen::Window* PreviewerWindow::GetWindowObject() in GetWindowObject()
|
| H A D | MockWindow.cpp | 21 class MockWindow : public Window { 57 sptr<Window> Window::Create(const std::string& windowName, sptr<WindowOption>& option, in Create()
|
| H A D | window.h | 63 class Window : public RefBase { class 65 static sptr<Window> Create(const std::string& windowName,
|
| /ide/tools/previewer/test/mock/arkui/ |
| H A D | MockAceAbility.cpp | 99 void AceAbility::SetWindow(sptr<OHOS::Rosen::Window> rsWindow) in SetWindow() 111 sptr<OHOS::Rosen::Window> AceAbility::GetWindow() in GetWindow()
|
| /ide/tools/previewer/util/linux/ |
| H A D | ClipboardX11.h | 30 Window window;
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 255 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode); in RunNormalAbility() 306 OHOS::Rosen::Window* window = OHOS::Previewer::PreviewerWindow::GetInstance().GetWindowObject(); in RunDebugAbility() 617 OHOS::Rosen::Window* window = OHOS::Previewer::PreviewerWindow::GetInstance().GetWindowObject(); in ResolutionChanged() 833 OHOS::Rosen::Window* window = OHOS::Previewer::PreviewerWindow::GetInstance().GetWindowObject(); in DispatchKeyEvent() 848 OHOS::Rosen::Window* window = OHOS::Previewer::PreviewerWindow::GetInstance().GetWindowObject(); in DispatchPointerEvent() 958 OHOS::Rosen::Window* window = GetWindow(); in CalculateAvoidAreaByType() 1004 OHOS::Rosen::Window* JsAppImpl::GetWindow() const in GetWindow() 1017 void JsAppImpl::InitAvoidAreas(OHOS::Rosen::Window* window) in InitAvoidAreas() 1087 OHOS::Rosen::Window* window = GetWindow(); in StopAbility()
|
| H A D | JsAppImpl.h | 86 OHOS::Rosen::Window* GetWindow() const; 99 void InitAvoidAreas(OHOS::Rosen::Window* window);
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 573 OHOS::Rosen::Window* win1 = JsAppImpl::GetInstance().GetWindow(); in TEST_F() 581 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode); in TEST_F() 583 OHOS::Rosen::Window* win2 = JsAppImpl::GetInstance().GetWindow(); in TEST_F() 591 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode); in TEST_F()
|
Completed in 6 milliseconds