Home
last modified time | relevance | path

Searched refs:NotifyAfterUnfocused (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1447 * @tc.name: NotifyAfterUnfocused
1448 * @tc.desc: NotifyAfterUnfocused
1451 HWTEST_F(WindowSessionImplTest, NotifyAfterUnfocused, Function | SmallTest | Level2) in HWTEST_F()
1453 GTEST_LOG_(INFO) << "WindowSessionImplTest: NotifyAfterUnfocused start"; in HWTEST_F()
1455 option->SetWindowName("NotifyAfterUnfocused"); in HWTEST_F()
1465 window->NotifyAfterUnfocused(true); in HWTEST_F()
1466 window->NotifyAfterUnfocused(false); in HWTEST_F()
1470 window->InitUIContent("NotifyAfterUnfocused", nullptr, nullptr, WindowSetUIContentType::DEFAULT, in HWTEST_F()
1472 window->NotifyAfterUnfocused(true); in HWTEST_F()
1475 GTEST_LOG_(INFO) << "WindowSessionImplTest: NotifyAfterUnfocused en in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h451 void NotifyAfterUnfocused(bool needNotifyUiContent = true);
H A Dwindow_impl.h348 void NotifyAfterUnfocused(bool needNotifyUiContent = true);
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3321 NotifyAfterUnfocused(false); in ConsumePointerEvent()
3384 NotifyAfterUnfocused(); in UpdateFocusStatus()
3810 void WindowImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp936 NotifyAfterUnfocused(); in UpdateFocus()
2689 void WindowSessionImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() function in OHOS::OHOS::Rosen::WindowSessionImpl

Completed in 20 milliseconds