Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1502 * @tc.name: NotifyBeforeDestroy
1503 * @tc.desc: NotifyBeforeDestroy
1506 HWTEST_F(WindowSessionImplTest, NotifyBeforeDestroy, Function | SmallTest | Level2) in HWTEST_F()
1508 GTEST_LOG_(INFO) << "WindowSessionImplTest: NotifyBeforeDestroy start"; in HWTEST_F()
1510 option->SetWindowName("NotifyBeforeDestroy"); in HWTEST_F()
1519 std::string windowName = "NotifyBeforeDestroy"; in HWTEST_F()
1520 window->NotifyBeforeDestroy(windowName); in HWTEST_F()
1522 window->NotifyBeforeDestroy(windowName); in HWTEST_F()
1529 window->NotifyBeforeDestroy(windowName); in HWTEST_F()
1539 window->NotifyBeforeDestroy(windowNam in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h296 void NotifyBeforeDestroy(std::string windowName);
H A Dwindow_impl.h351 void NotifyBeforeDestroy(std::string windowName);
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp180 NotifyBeforeDestroy(GetWindowName()); in Destroy()
H A Dwindow_impl.cpp1544 NotifyBeforeDestroy(GetWindowName()); in Destroy()
3832 void WindowImpl::NotifyBeforeDestroy(std::string windowName) in NotifyBeforeDestroy() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp621 NotifyBeforeDestroy(GetWindowName()); in Destroy()
2716 void WindowSessionImpl::NotifyBeforeDestroy(std::string windowName) in NotifyBeforeDestroy() function in OHOS::OHOS::Rosen::WindowSessionImpl
2726 TLOGD(WmsLogTag::WMS_LIFE, "NotifyBeforeDestroy: uiContent destroy success, persistentId:%{public}d", in NotifyBeforeDestroy()
2732 handler_->PostSyncTask(task, "wms:NotifyBeforeDestroy"); in NotifyBeforeDestroy()
H A Dwindow_scene_session_impl.cpp1427 NotifyBeforeDestroy(GetWindowName()); in Destroy()

Completed in 27 milliseconds