Home
last modified time | relevance | path

Searched refs:IsCaptured (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h566 bool IsCaptured();
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp57 bool IsCaptured();
907 bool DisplayManager::IsCaptured() in IsCaptured() function in OHOS::Rosen::DisplayManager
909 return pImpl_->IsCaptured(); in IsCaptured()
912 bool DisplayManager::Impl::IsCaptured() in IsCaptured() function in OHOS::Rosen::DisplayManager::Impl
914 return SingletonContainer::Get<DisplayManagerAdapter>().IsCaptured(); in IsCaptured()
H A Ddisplay_manager_adapter.cpp607 bool DisplayManagerAdapter::IsCaptured() in IsCaptured() function in OHOS::Rosen::DisplayManagerAdapter
611 return displayManagerServiceProxy_->IsCaptured(); in IsCaptured()
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h85 virtual bool IsCaptured();
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h171 virtual bool IsCaptured() { return false; } in IsCaptured() function in OHOS::Rosen::IDisplayManager
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h151 bool IsCaptured() override { return false; };
H A Dscreen_session_manager_proxy.h143 bool IsCaptured() override;
/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_manager_test.cpp623 bool isCapture = DisplayManager::GetInstance().IsCaptured(); in HWTEST_F()
645 bool isCapture = DisplayManager::GetInstance().IsCaptured(); in HWTEST_F()
H A Ddisplay_manager_test.cpp976 auto ret = DisplayManager::GetInstance().IsCaptured(); in HWTEST_F()
1425 auto ret = DisplayManager::GetInstance().IsCaptured(); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp112 static napi_value IsCaptured(napi_env env, napi_callback_info info) in IsCaptured() function in OHOS::Rosen::JsDisplayManager
732 bool isCapture = SingletonContainer::Get<DisplayManager>().IsCaptured(); in OnIsCaptured()
733 WLOGD("[NAPI]" PRIu64", IsCaptured = %{public}u", isCapture); in OnIsCaptured()
1175 BindNativeFunction(env, exportObj, "isCaptured", moduleName, JsDisplayManager::IsCaptured); in JsDisplayManagerInit()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h220 bool IsCaptured() override;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1626 * @tc.name: IsCaptured
1627 * @tc.desc: IsCaptured
1630 HWTEST_F(ScreenSessionManagerProxyTest, IsCaptured, Function | SmallTest | Level1) in HWTEST_F()
1639 screenSessionManagerProxy->IsCaptured(); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp606 reply.WriteBool(IsCaptured()); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2241 bool ScreenSessionManagerProxy::IsCaptured() in IsCaptured() function in OHOS::Rosen::ScreenSessionManagerProxy
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4903 bool ScreenSessionManager::IsCaptured() in IsCaptured() function in OHOS::Rosen::ScreenSessionManager
5013 bool isCapture = IsCaptured(); in NotifyCaptureStatusChanged()

Completed in 33 milliseconds