Home
last modified time | relevance | path

Searched refs:Window (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/test/mock/window/
H A DMockWindowModel.cpp41 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 DMockWindow.cpp21 class MockWindow : public Window {
57 sptr<Window> Window::Create(const std::string& windowName, sptr<WindowOption>& option, in Create()
H A Dwindow.h63 class Window : public RefBase { class
65 static sptr<Window> Create(const std::string& windowName,
/ide/tools/previewer/test/mock/arkui/
H A DMockAceAbility.cpp99 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 DClipboardX11.h30 Window window;
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp255 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 DJsAppImpl.h86 OHOS::Rosen::Window* GetWindow() const;
99 void InitAvoidAreas(OHOS::Rosen::Window* window);
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp573 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