Home
last modified time | relevance | path

Searched refs:NotifyForegroundFailed (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp330 HWTEST_F(WindowSessionImplTwoTest, NotifyForegroundFailed, Function | SmallTest | Level2)
334 window->NotifyForegroundFailed(WMError::WM_OK);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h367 void NotifyForegroundFailed(WMError ret);
H A Dwindow_session_impl.h210 void NotifyForegroundFailed(WMError ret);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1732 NotifyForegroundFailed(ret); in Show()
1742 NotifyForegroundFailed(ret); in Show()
3910 void WindowImpl::NotifyForegroundFailed(WMError ret) in NotifyForegroundFailed() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp586 NotifyForegroundFailed(res); in Show()
2888 void WindowSessionImpl::NotifyForegroundFailed(WMError ret) in NotifyForegroundFailed() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp1181 NotifyForegroundFailed(ret); in Show()