Home
last modified time | relevance | path

Searched refs:StartingWindow (Results 1 - 20 of 20) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp74 node_ = StartingWindow::CreateWindowNode(transitionInfo_, 101); // 101 is windowId in SetUp()
76 StartingWindow::SetAnimationConfig(animationConfig_); in SetUp()
77 StartingWindow::transAnimateEnable_ = true; in SetUp()
173 ASSERT_EQ(nullptr, StartingWindow::CreateWindowNode(info, 0)); in HWTEST_F()
184 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); in HWTEST_F()
197 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); in HWTEST_F()
210 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); in HWTEST_F()
223 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, StartingWindow::DrawStartingWindow(node, pixelMap, 0x00FFFFFF, true)); in HWTEST_F()
236 ASSERT_EQ(WMError::WM_OK, StartingWindow::DrawStartingWindow(node_, pixelMap, 0x00FFFFFF, true)); in HWTEST_F()
248 ASSERT_EQ(WMError::WM_OK, StartingWindow in HWTEST_F()
[all...]
H A Dremote_animation_test.cpp76 windowController_->StartingWindow(transitionInfo_, nullptr, 0xFFFFFFFF, true); in SetUp()
218 sptr<WindowNode> srcNode = StartingWindow::CreateWindowNode(transitionInfo_, 0); in HWTEST_F()
224 srcNode = StartingWindow::CreateWindowNode(transitionInfo_, 0); // leash and app surfaceNode both not nullptr in HWTEST_F()
226 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); in HWTEST_F()
243 sptr<WindowNode> srcNode = StartingWindow::CreateWindowNode(transitionInfo_, 0); in HWTEST_F()
245 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); in HWTEST_F()
261 sptr<WindowNode> srcNode = StartingWindow::CreateWindowNode(transitionInfo_, 0); in HWTEST_F()
263 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); in HWTEST_F()
H A Dwindow_controller_test.cpp64 node_ = StartingWindow::CreateWindowNode(transitionInfo_, 101); // 101 is windowId in SetUpTestCase()
93 * @tc.name: StartingWindow
97 HWTEST_F(WindowControllerTest, StartingWindow, Function | SmallTest | Level3) 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_->StartingWindow(transitionInfo_, nullptr, 0, false); in HWTEST_F()
127 windowController_->StartingWindow(transitionInfo in HWTEST_F()
[all...]
H A Dwindow_manager_service_test.cpp170 * @tc.name: StartingWindow
171 * @tc.desc: StartingWindow test
177 wms->StartingWindow(nullptr, nullptr, false, 0); in HWTEST_F()
181 wms->StartingWindow(nullptr, nullptr, false, 0); in HWTEST_F()
546 wmsHandler_->StartingWindow(info, pixelMap); in HWTEST_F()
560 wmsHandler_->StartingWindow(info, pixelMap, bgColor); in HWTEST_F()
H A Dwindow_node_container_test.cpp242 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo, 101); // 101 is windowId in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp35 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "StartingWindow"};
56 std::recursive_mutex StartingWindow::mutex_;
57 WindowMode StartingWindow::defaultMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
58 bool StartingWindow::transAnimateEnable_ = true;
59 WindowUIType StartingWindow::windowUIType_ = WindowUIType::INVALID_WINDOW;
60 AnimationConfig StartingWindow::animationConfig_;
62 sptr<WindowNode> StartingWindow::CreateWindowNode(const sptr<WindowTransitionInfo>& info, uint32_t winId) in CreateWindowNode()
90 sptr<WindowProperty> StartingWindow::InitializeWindowProperty(const sptr<WindowTransitionInfo>& info, uint32_t winId) in InitializeWindowProperty()
132 void StartingWindow::ChangePropertyByApiVersion(const sptr<WindowTransitionInfo>& info, in ChangePropertyByApiVersion()
152 WMError StartingWindow
[all...]
H A Dwindow_manager_service.cpp249 void WindowManagerServiceHandler::StartingWindow( in StartingWindow() function in OHOS::Rosen::WindowManagerServiceHandler
254 WindowManagerService::GetInstance().StartingWindow(windowInfo, pixelMap, false); in StartingWindow()
257 void WindowManagerServiceHandler::StartingWindow( in StartingWindow() function in OHOS::Rosen::WindowManagerServiceHandler
262 WindowManagerService::GetInstance().StartingWindow(windowInfo, pixelMap, true, bgColor); in StartingWindow()
294 StartingWindow::SetAnimationConfig(WindowNodeContainer::GetAnimationConfigRef()); in Init()
325 systemConfig_.windowUIType_ = StartingWindow::windowUIType_ = in LoadWindowParameter()
328 systemConfig_.windowUIType_ = StartingWindow::windowUIType_ = in LoadWindowParameter()
331 systemConfig_.windowUIType_ = StartingWindow::windowUIType_ = in LoadWindowParameter()
360 StartingWindow::SetDefaultWindowMode(systemConfig_.defaultWindowMode_); in ConfigureWindowManagerService()
563 StartingWindow in ConfigStartingWindowAnimation()
829 void WindowManagerService::StartingWindow(sptr<WindowTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap, StartingWindow() function in OHOS::Rosen::WindowManagerService
[all...]
H A Dwindow_controller.cpp60 void WindowController::StartingWindow(sptr<WindowTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap, in StartingWindow() function in OHOS::Rosen::WindowController
75 node = StartingWindow::CreateWindowNode(info, GenWindowId()); in StartingWindow()
107 StartingWindow::DrawStartingWindow(node, pixelMap, bkgColor, isColdStart); in StartingWindow()
266 StartingWindow::HandleClientWindowCreate(node, window, windowId, surfaceNode, property, pid, uid); in CreateWindow()
H A Dwindow_node_container.cpp193 StartingWindow::AddNodeOnRSTree(node, layoutPolicy_->IsMultiDisplay()); in ShowStartingWindow()
636 StartingWindow::ReleaseStartWinSurfaceNode(node); in DestroyWindowNode()
1105 // StartingWindow can be focused and this pid is 0, then notify info in UpdateFocusStatus. in SetFocusWindow()
/foundation/window/window_manager/wmserver/include/
H A Dstarting_window.h31 class StartingWindow : public RefBase { class
33 StartingWindow() = delete;
34 ~StartingWindow() = default;
H A Dwindow_manager_service.h66 virtual void StartingWindow(
68 virtual void StartingWindow(
132 void StartingWindow(sptr<WindowTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap,
H A Dwindow_controller.h69 void StartingWindow(sptr<WindowTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap,
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwindow_manager_service_handler.h39 virtual void StartingWindow(sptr<AbilityTransitionInfo> info,
42 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap) = 0;
59 // ipc id for Cold StartingWindow
62 // ipc id for Hot StartingWindow
H A Dwindow_manager_service_handler_proxy.h35 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap,
38 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap) override;
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dwindow_manager_service_handler_stub.cpp125 StartingWindow(info, pixelMap, bgColor); in StartingWindowCold()
143 StartingWindow(info, pixelMap); in StartingWindowHot()
H A Dwindow_manager_service_handler_proxy.cpp82 void WindowManagerServiceHandlerProxy::StartingWindow(sptr<AbilityTransitionInfo> info, in StartingWindow() function in OHOS::AAFwk::WindowManagerServiceHandlerProxy
111 void WindowManagerServiceHandlerProxy::StartingWindow(sptr<AbilityTransitionInfo> info, in StartingWindow() function in OHOS::AAFwk::WindowManagerServiceHandlerProxy
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_first_test/
H A Dmission_list_manager_first_test.cpp104 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, in StartingWindow() function in OHOS::AAFwk::MockWMSHandler
107 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap) {} in StartingWindow() function in OHOS::AAFwk::MockWMSHandler
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp703 TAG_LOGI(AAFwkTag::ABILITYMGR, "notify wms to start StartingWindow"); in StartingWindowHot()
704 windowHandler->StartingWindow(info, pixelMap); in StartingWindowHot()
1122 windowHandler->StartingWindow(info, pixelMap); in StartingWindowHot()
1143 windowHandler->StartingWindow(info, pixelMap, bgColor); in StartingWindowCold()
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp137 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, in StartingWindow() function in OHOS::AAFwk::MockWMSHandler
140 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap) {} in StartingWindow() function in OHOS::AAFwk::MockWMSHandler
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp106 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, in StartingWindow() function in OHOS::AAFwk::MockWMSHandler
109 virtual void StartingWindow(sptr<AbilityTransitionInfo> info, std::shared_ptr<Media::PixelMap> pixelMap) {} in StartingWindow() function in OHOS::AAFwk::MockWMSHandler

Completed in 46 milliseconds