Home
last modified time | relevance | path

Searched refs:NotifyCaptureStatusChanged (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h45 void NotifyCaptureStatusChanged(bool isCapture) override {};
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h50 void NotifyCaptureStatusChanged(bool isCapture);
/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_interface.h85 virtual void NotifyCaptureStatusChanged(bool isCapture) = 0;
H A Ddisplay_manager_agent_proxy.h45 virtual void NotifyCaptureStatusChanged(bool isCapture) override;
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp110 * @tc.name: NotifyCaptureStatusChanged
111 * @tc.desc: NotifyCaptureStatusChanged
114 HWTEST_F(DisplayManagerAgentProxyTest, NotifyCaptureStatusChanged, Function | SmallTest | Level1) in HWTEST_F()
122 displayManagerAgentProxy->NotifyCaptureStatusChanged(false); in HWTEST_F()
142 displayManagerAgentProxy->NotifyCaptureStatusChanged(true); in HWTEST_F()
H A Ddisplay_manager_test.cpp1213 * @tc.name: NotifyCaptureStatusChanged
1214 * @tc.desc: NotifyCaptureStatusChanged fun
1217 HWTEST_F(DisplayManagerTest, NotifyCaptureStatusChanged, Function | SmallTest | Level1) in HWTEST_F()
1224 DisplayManager::GetInstance().pImpl_->NotifyCaptureStatusChanged(isCapture); in HWTEST_F()
1240 DisplayManager::GetInstance().pImpl_->NotifyCaptureStatusChanged(isCapture); in HWTEST_F()
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp116 NotifyCaptureStatusChanged(isCapture); in ProcCaptureStatusChanged()
H A Ddisplay_manager_agent_proxy.cpp420 void DisplayManagerAgentProxy::NotifyCaptureStatusChanged(bool isCapture) in NotifyCaptureStatusChanged() function in OHOS::Rosen::DisplayManagerAgentProxy
424 WLOGFW("NotifyCaptureStatusChanged: remote is nullptr"); in NotifyCaptureStatusChanged()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp112 void NotifyCaptureStatusChanged(bool isCapture);
334 virtual void NotifyCaptureStatusChanged(bool isCapture) override
336 pImpl_->NotifyCaptureStatusChanged(isCapture);
1375 void DisplayManager::Impl::NotifyCaptureStatusChanged(bool isCapture) in NotifyCaptureStatusChanged() function in OHOS::Rosen::DisplayManager::Impl
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp578 NotifyCaptureStatusChanged(); in FreeDisplayMirrorNodeInner()
1375 NotifyCaptureStatusChanged(); in CreatePhysicalMirrorSessionInner()
2965 NotifyCaptureStatusChanged(); in CreateVirtualScreen()
2971 NotifyCaptureStatusChanged(); in CreateVirtualScreen()
3131 NotifyCaptureStatusChanged(); in DestroyVirtualScreen()
4111 NotifyCaptureStatusChanged(); in GetDisplaySnapshot()
4152 NotifyCaptureStatusChanged(); in GetSnapshotByPicker()
5010 void ScreenSessionManager::NotifyCaptureStatusChanged() in NotifyCaptureStatusChanged() function in OHOS::Rosen::ScreenSessionManager
5022 agent->NotifyCaptureStatusChanged(isCapture); in NotifyCaptureStatusChanged()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h357 void NotifyCaptureStatusChanged();

Completed in 22 milliseconds