Home
last modified time | relevance | path

Searched refs:windowController_ (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp38 static sptr<WindowController> windowController_; member in OHOS::Rosen::WindowControllerTest
45 sptr<WindowController> WindowControllerTest::windowController_ = nullptr; member in OHOS::Rosen::WindowControllerTest
61 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_); in SetUpTestCase()
89 ASSERT_EQ(nullptr, windowController_->GetSnapshot(windowId)); in HWTEST_F()
100 windowController_->StartingWindow(nullptr, nullptr, 0, false); in HWTEST_F()
104 windowController_->StartingWindow(transitionInfo_, nullptr, 0, false); in HWTEST_F()
109 windowController_->StartingWindow(transitionInfo_, nullptr, 0, false); in HWTEST_F()
110 windowController_->StartingWindow(transitionInfo_, nullptr, 0, true); in HWTEST_F()
116 windowController_->StartingWindow(transitionInfo_, nullptr, 0, true); in HWTEST_F()
123 windowController_ in HWTEST_F()
[all...]
H A Dwindow_manager_service_test.cpp348 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode; in HWTEST_F()
349 wms->windowController_->windowRoot_->windowNodeMap_[compNode->GetWindowId()] = compNode; in HWTEST_F()
351 wms->windowController_->windowRoot_->windowNodeContainerMap_[compNode->GetDisplayId()] = container; in HWTEST_F()
352 wms->windowController_->windowRoot_->displayIdMap_[compNode->GetDisplayId()] = { compNode->GetDisplayId() }; in HWTEST_F()
381 wms->windowController_->windowRoot_->windowNodeMap_[appNode2->GetWindowId()] = appNode2; in HWTEST_F()
382 wms->windowController_->windowRoot_->windowNodeMap_[appNode1->GetWindowId()] = appNode1; in HWTEST_F()
384 wms->windowController_->windowRoot_->windowNodeContainerMap_[appNode1->GetDisplayId()] = container; in HWTEST_F()
385 wms->windowController_->windowRoot_->displayIdMap_[appNode1->GetDisplayId()] = { appNode1->GetDisplayId() }; in HWTEST_F()
417 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode; in HWTEST_F()
418 wms->windowController_ in HWTEST_F()
[all...]
H A Dremote_animation_test.cpp49 sptr<WindowController> windowController_; member in OHOS::Rosen::RemoteAnimationTest
76 windowController_->StartingWindow(transitionInfo_, nullptr, 0xFFFFFFFF, true); in SetUp()
84 windowController_->DestroyWindow(node_->GetWindowId(), false); in TearDown()
90 windowController_ = nullptr; in TearDown()
102 windowController_ = new WindowController(windowRoot_, inputMonitor); in InitRemoteAnimation()
103 RemoteAnimation::SetWindowControllerAndRoot(windowController_, windowRoot_); in InitRemoteAnimation()
688 RemoteAnimation::windowController_ = nullptr; in HWTEST_F() member in OHOS::Rosen::__anon12629::RemoteAnimation
735 RemoteAnimation::windowController_ = nullptr; in HWTEST_F() member in OHOS::Rosen::__anon12629::RemoteAnimation
754 RemoteAnimation::windowController_ = nullptr; in HWTEST_F() member in OHOS::Rosen::__anon12629::RemoteAnimation
820 RemoteAnimation::windowController_ in HWTEST_F() member in OHOS::Rosen::__anon12629::RemoteAnimation
[all...]
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp71 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_);
369 windowController_->SetDragFrameGravity(static_cast<int32_t>(numbers[0])); in ConfigureWindowManagerService()
800 return windowController_->NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
807 return windowController_->NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
824 return windowController_->GetFocusWindowInfo(abilityToken); in GetFocusWindowInfo()
840 windowController_->StartingWindow(info, pixelMap, bkgColor, isColdStart); in StartingWindow()
853 windowController_->CancelStartingWindow(abilityToken); in CancelStartingWindow()
962 return windowController_->CreateWindow(window, property, surfaceNode, windowId, token, pid, uid); in CreateWindow()
987 WMError res = windowController_->AddWindowNode(property); in AddWindow()
1013 WMError res = windowController_ in RemoveWindow()
[all...]
H A Dremote_animation.cpp53 wptr<WindowController> RemoteAnimation::windowController_ = nullptr; member in OHOS::Rosen::RemoteAnimation
111 windowController_ = windowController; in SetWindowControllerAndRoot()
382 auto winController = windowController_.promote(); in NotifyAnimationTransition()
408 auto winController = windowController_.promote(); in NotifyAnimationMinimize()
434 auto winController = windowController_.promote(); in NotifyAnimationClose()
510 auto winController = windowController_.promote(); in NotifyAnimationBackTransition()
563 auto winController = windowController_.promote(); in GetAnimationTargetsForHome()
812 auto winController = windowController_.promote(); in ExecuteFinalStateTask()
/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h108 static wptr<WindowController> windowController_; member in OHOS::Rosen::RemoteAnimation
H A Dwindow_manager_service.h200 sptr<WindowController> windowController_; member in OHOS::Rosen::WindowManagerService

Completed in 11 milliseconds