Home
last modified time | relevance | path

Searched refs:withFocus (Results 1 - 14 of 14) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h30 WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
208 void UpdateFocusableOnShow(bool withFocus);
H A Dwindow_extension_session_impl.h93 WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
H A Dwindow_session_impl.h77 WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
H A Dwindow_impl.h168 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h75 bool withFocus = true) {return WMError::WM_OK;} in Show()
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp866 WMError WindowExtensionSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
870 return WindowSessionImpl::Show(reason, withAnimation, withFocus); in Show()
H A Dwindow_scene_session_impl.cpp1115 WMError WindowSceneSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
1173 UpdateFocusableOnShow(withFocus); in Show()
3292 void WindowSceneSessionImpl::UpdateFocusableOnShow(bool withFocus) in UpdateFocusableOnShow() argument
3294 if (withFocus) { in UpdateFocusableOnShow()
3298 auto ret = hostSession->SetFocusableOnShow(withFocus); in UpdateFocusableOnShow()
H A Dwindow_impl.cpp1661 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
H A Dwindow_session_impl.cpp504 WMError WindowSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
/foundation/window/window_manager/previewer/include/
H A Dwindow.h172 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) = 0;
H A Dwindow_impl.h103 virtual WMError Show(uint32_t reason = 0, bool withAnimation = false, bool withFocus = true) override;
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp468 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h862 * @param withFocus True means window can get focus when it shows to foreground, false means the opposite;
866 bool withFocus = true) { return WMError::WM_OK; } in Show()
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp41 MOCK_METHOD3(Show, WMError(uint32_t reason, bool withAnimation, bool withFocus));

Completed in 43 milliseconds