Home
last modified time | relevance | path

Searched refs:NotifyBackground (Results 1 - 25 of 30) sorted by relevance

12

/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp230 WMError WindowAgent::NotifyBackground(void) in NotifyBackground() function in OHOS::Rosen::WindowAgent
236 window_->NotifyBackground(); in NotifyBackground()
/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h51 MOCK_METHOD0(NotifyBackground, WMError(void));
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h50 WMError NotifyBackground(void) override;
H A Dwindow_impl.h273 void NotifyBackground();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp298 NotifyBackground(); in OnWindowHide()
318 void SecurityUIExtensionPattern::NotifyBackground() in NotifyBackground() function in OHOS::Ace::NG::SecurityUIExtensionPattern
323 sessionWrapper_->NotifyBackground(); in NotifyBackground()
584 NotifyBackground(); in OnVisibleChange()
H A Dsecurity_session_wrapper_impl.h68 void NotifyBackground() override;
H A Dsecurity_ui_extension_pattern.h60 void NotifyBackground();
H A Dsession_wrapper.h110 virtual void NotifyBackground() = 0;
H A Dsession_wrapper_impl.h65 void NotifyBackground() override;
H A Dui_extension_pattern.cpp494 NotifyBackground(); in OnWindowHide()
525 void UIExtensionPattern::NotifyBackground() in NotifyBackground() function in OHOS::Ace::NG::UIExtensionPattern
530 sessionWrapper_->NotifyBackground(); in NotifyBackground()
1107 NotifyBackground(); in OnVisibleChange()
H A Dui_extension_pattern.h145 void NotifyBackground();
H A Dsecurity_session_wrapper_impl.cpp468 void SecuritySessionWrapperImpl::NotifyBackground() in NotifyBackground() function in OHOS::Ace::NG::SecuritySessionWrapperImpl
H A Dsession_wrapper_impl.cpp607 void SessionWrapperImpl::NotifyBackground() in NotifyBackground() function in OHOS::Ace::NG::SessionWrapperImpl
610 UIEXT_LOGI("NotifyBackground, persistentid = %{public}d.", session_->GetPersistentId()); in NotifyBackground()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_lifecycle_test.cpp506 * @tc.name: NotifyBackground
507 * @tc.desc: NotifyBackground Test
510 HWTEST_F(WindowSessionLifecycleTest, NotifyBackground, Function | SmallTest | Level2) in HWTEST_F()
514 session_->NotifyBackground(); in HWTEST_F()
521 * @tc.desc: NotifyBackground
527 session_->NotifyBackground(); in HWTEST_F()
530 session_->NotifyBackground(); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp358 * @tc.name: NotifyBackground
359 * @tc.desc: NotifyBackground
362 HWTEST_F(WindowAgentTest, NotifyBackground, Function | SmallTest | Level2) in HWTEST_F()
364 WMError err = windowAgent_->NotifyBackground(); in HWTEST_F()
368 err = windowAgent_->NotifyBackground(); in HWTEST_F()
H A Dwindow_proxy_test.cpp226 WMError err = windowProxy_->NotifyBackground(); in HWTEST_F()
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_interface.h76 virtual WMError NotifyBackground(void) = 0;
H A Dwindow_proxy.h52 WMError NotifyBackground(void) override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp168 void SessionWrapperImpl::NotifyBackground() in NotifyBackground() function in OHOS::Ace::NG::SessionWrapperImpl
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp237 NotifyBackground(); in OnRemoteRequest()
H A Dwindow_proxy.cpp558 WMError WindowProxy::NotifyBackground(void) in NotifyBackground() function in OHOS::Rosen::WindowProxy
/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp456 NotifyBackground(); in Background()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp386 pattern->NotifyBackground(); in HWTEST_F()
388 pattern->NotifyBackground(); in HWTEST_F()
426 pattern->NotifyBackground(); in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp133 WMError NotifyBackground(void) override
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h158 void NotifyBackground();

Completed in 28 milliseconds

12