/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 216 NotifyForeground(); in UpdateWant() 309 NotifyForeground(); in OnWindowShow() 329 void SecurityUIExtensionPattern::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SecurityUIExtensionPattern 334 sessionWrapper_->NotifyForeground(); in NotifyForeground() 602 NotifyForeground(); in OnVisibleChange()
|
H A D | ui_extension_pattern.cpp | 379 NotifyForeground(); in UpdateWant() 603 NotifyForeground(); in OnSyncGeometryNode() 622 NotifyForeground(); in OnWindowShow() 665 void UIExtensionPattern::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::UIExtensionPattern 670 sessionWrapper_->NotifyForeground(); in NotifyForeground() 1261 NotifyForeground(); in OnVisibleChange() 1366 NotifyForeground(); in OnMountToParentDone() 1392 NotifyForeground(); in AfterMountToParent()
|
H A D | security_ui_extension_pattern.h | 59 void NotifyForeground();
|
H A D | security_session_wrapper_impl.h | 67 void NotifyForeground() override;
|
H A D | session_wrapper.h | 109 virtual void NotifyForeground() = 0;
|
H A D | session_wrapper_impl.h | 64 void NotifyForeground() override;
|
H A D | ui_extension_pattern.h | 140 void NotifyForeground();
|
H A D | security_session_wrapper_impl.cpp | 466 void SecuritySessionWrapperImpl::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SecuritySessionWrapperImpl
|
H A D | session_wrapper_impl.cpp | 499 void SessionWrapperImpl::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SessionWrapperImpl
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_agent_test.cpp | 347 HWTEST_F(WindowAgentTest, NotifyForeground, Function | SmallTest | Level2) 349 WMError err = windowAgent_->NotifyForeground(); 353 err = windowAgent_->NotifyForeground();
|
H A D | window_proxy_test.cpp | 214 WMError err = windowProxy_->NotifyForeground();
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_agent.cpp | 220 WMError WindowAgent::NotifyForeground(void) in NotifyForeground() function in OHOS::Rosen::WindowAgent 226 window_->NotifyForeground(); in NotifyForeground()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_lifecycle_test.cpp | 475 HWTEST_F(WindowSessionLifecycleTest, NotifyForeground, Function | SmallTest | Level2) 479 session_->NotifyForeground(); 492 session_->NotifyForeground(); 495 session_->NotifyForeground();
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_IWindow.h | 50 MOCK_METHOD0(NotifyForeground, WMError(void));
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_agent.h | 49 WMError NotifyForeground(void) override;
|
H A D | window_impl.h | 272 void NotifyForeground();
|
/ohos5.0/foundation/window/window_manager/wm/include/zidl/ |
H A D | window_proxy.h | 51 WMError NotifyForeground(void) override;
|
H A D | window_interface.h | 75 virtual WMError NotifyForeground(void) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_session_wrapper_impl.cpp | 156 void SessionWrapperImpl::NotifyForeground() in NotifyForeground() function in OHOS::Ace::NG::SessionWrapperImpl
|
/ohos5.0/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_stub.cpp | 173 NotifyForeground(); in OnRemoteRequest()
|
H A D | window_proxy.cpp | 535 WMError WindowProxy::NotifyForeground(void) in NotifyForeground() function in OHOS::Rosen::WindowProxy
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 360 pattern->NotifyForeground(); 398 pattern->NotifyForeground();
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | avoid_area_controller_test.cpp | 129 WMError NotifyForeground(void) override in NotifyForeground() function in OHOS::Rosen::WindowListener
|
H A D | window_node_test.cpp | 121 WMError NotifyForeground(void) override in NotifyForeground() function in OHOS::Rosen::WindowListener
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 169 void NotifyForeground();
|