Home
last modified time | relevance | path

Searched refs:NotifyCaptureStatusChanged (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h50 void NotifyCaptureStatusChanged(bool isCapture);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h45 void NotifyCaptureStatusChanged(bool isCapture) override {}; in NotifyCaptureStatusChanged() function
/ohos5.0/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_proxy.h45 virtual void NotifyCaptureStatusChanged(bool isCapture) override;
H A Ddisplay_manager_agent_interface.h87 virtual void NotifyCaptureStatusChanged(bool isCapture) = 0;
/ohos5.0/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp206 NotifyCaptureStatusChanged(isCapture); in ProcCaptureStatusChanged()
H A Ddisplay_manager_agent_proxy.cpp420 void DisplayManagerAgentProxy::NotifyCaptureStatusChanged(bool isCapture) in NotifyCaptureStatusChanged() function in OHOS::Rosen::DisplayManagerAgentProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp578 NotifyCaptureStatusChanged(); in FreeDisplayMirrorNodeInner()
1290 NotifyCaptureStatusChanged(); in CreatePhysicalMirrorSessionInner()
2750 NotifyCaptureStatusChanged(); in CreateVirtualScreen()
2756 NotifyCaptureStatusChanged(); in CreateVirtualScreen()
2920 NotifyCaptureStatusChanged(); in DestroyVirtualScreen()
3926 NotifyCaptureStatusChanged(); in GetDisplaySnapshot()
3958 NotifyCaptureStatusChanged(); in GetDisplaySnapshotWithOption()
4001 NotifyCaptureStatusChanged(); in GetSnapshotByPicker()
4886 void ScreenSessionManager::NotifyCaptureStatusChanged() in NotifyCaptureStatusChanged() function in OHOS::Rosen::ScreenSessionManager
4898 agent->NotifyCaptureStatusChanged(isCapture); in NotifyCaptureStatusChanged()
[all …]
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp114 void NotifyCaptureStatusChanged(bool isCapture);
338 virtual void NotifyCaptureStatusChanged(bool isCapture) override in NotifyCaptureStatusChanged() function in OHOS::Rosen::DisplayManager::Impl::DisplayManagerCaptureStatusAgent
340 pImpl_->NotifyCaptureStatusChanged(isCapture); in NotifyCaptureStatusChanged()
1445 void DisplayManager::Impl::NotifyCaptureStatusChanged(bool isCapture) in NotifyCaptureStatusChanged() function in OHOS::Rosen::DisplayManager::Impl
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp1128 HWTEST_F(DisplayManagerTest, NotifyCaptureStatusChanged, Function | SmallTest | Level1)
1135 DisplayManager::GetInstance().pImpl_->NotifyCaptureStatusChanged(isCapture);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h355 void NotifyCaptureStatusChanged();