Home
last modified time | relevance | path

Searched refs:NotifyForeground (Results 1 - 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp196 NotifyForeground(); in UpdateWant()
289 NotifyForeground(); in OnWindowShow()
309 void SecurityUIExtensionPattern::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SecurityUIExtensionPattern
314 sessionWrapper_->NotifyForeground(); in NotifyForeground()
582 NotifyForeground(); in OnVisibleChange()
H A Dui_extension_pattern.cpp326 UIEXT_LOGI("Should NotifyForeground after MountToParent."); in UpdateWant()
329 NotifyForeground(); in UpdateWant()
466 UIEXT_LOGI("NotifyForeground onSyncGeometryNode first."); in OnSyncGeometryNode()
467 NotifyForeground(); in OnSyncGeometryNode()
486 NotifyForeground(); in OnWindowShow()
512 void UIExtensionPattern::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::UIExtensionPattern
517 sessionWrapper_->NotifyForeground(); in NotifyForeground()
1105 NotifyForeground(); in OnVisibleChange()
1208 UIEXT_LOGI("NotifyForeground OnMountToParentDone."); in OnMountToParentDone()
1209 NotifyForeground(); in OnMountToParentDone()
[all...]
H A Dsecurity_session_wrapper_impl.h67 void NotifyForeground() override;
H A Dsecurity_ui_extension_pattern.h59 void NotifyForeground();
H A Dsession_wrapper.h109 virtual void NotifyForeground() = 0;
H A Dsession_wrapper_impl.h64 void NotifyForeground() override;
H A Dui_extension_pattern.h144 void NotifyForeground();
H A Dsecurity_session_wrapper_impl.cpp458 void SecuritySessionWrapperImpl::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SecuritySessionWrapperImpl
H A Dsession_wrapper_impl.cpp582 void SessionWrapperImpl::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SessionWrapperImpl
591 UIEXT_LOGI("NotifyForeground, persistentid = %{public}d, hostWindowId = %{public}u," in NotifyForeground()
/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp220 WMError WindowAgent::NotifyForeground(void) in NotifyForeground() function in OHOS::Rosen::WindowAgent
226 window_->NotifyForeground(); in NotifyForeground()
/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h50 MOCK_METHOD0(NotifyForeground, WMError(void));
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h49 WMError NotifyForeground(void) override;
H A Dwindow_impl.h272 void NotifyForeground();
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_lifecycle_test.cpp474 * @tc.name: NotifyForeground
475 * @tc.desc: NotifyForeground Test
478 HWTEST_F(WindowSessionLifecycleTest, NotifyForeground, Function | SmallTest | Level2) in HWTEST_F()
482 session_->NotifyForeground(); in HWTEST_F()
489 * @tc.desc: NotifyForeground
495 session_->NotifyForeground(); in HWTEST_F()
498 session_->NotifyForeground(); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp343 * @tc.name: NotifyForeground
344 * @tc.desc: NotifyForeground
347 HWTEST_F(WindowAgentTest, NotifyForeground, Function | SmallTest | Level2) in HWTEST_F()
349 WMError err = windowAgent_->NotifyForeground(); in HWTEST_F()
353 err = windowAgent_->NotifyForeground(); in HWTEST_F()
H A Dwindow_proxy_test.cpp214 WMError err = windowProxy_->NotifyForeground(); in HWTEST_F()
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_interface.h75 virtual WMError NotifyForeground(void) = 0;
H A Dwindow_proxy.h51 WMError NotifyForeground(void) override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp164 void SessionWrapperImpl::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SessionWrapperImpl
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp233 NotifyForeground(); in OnRemoteRequest()
H A Dwindow_proxy.cpp535 WMError WindowProxy::NotifyForeground(void) in NotifyForeground() function in OHOS::Rosen::WindowProxy
/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp129 WMError NotifyForeground(void) override
H A Dwindow_node_test.cpp121 WMError NotifyForeground(void) override
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp379 pattern->NotifyForeground(); in HWTEST_F()
419 pattern->NotifyForeground(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h157 void NotifyForeground();

Completed in 21 milliseconds

12