/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 582 bool DisplayManagerAdapter::IsCaptured() in IsCaptured() function in OHOS::Rosen::DisplayManagerAdapter 586 return displayManagerServiceProxy_->IsCaptured(); in IsCaptured()
|
H A D | display_manager.cpp | 58 bool IsCaptured(); 977 bool DisplayManager::IsCaptured() in IsCaptured() function in OHOS::Rosen::DisplayManager 979 return pImpl_->IsCaptured(); in IsCaptured() 982 bool DisplayManager::Impl::IsCaptured() in IsCaptured() function in OHOS::Rosen::DisplayManager::Impl 984 return SingletonContainer::Get<DisplayManagerAdapter>().IsCaptured(); in IsCaptured()
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display_manager.h | 570 bool IsCaptured();
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 84 virtual bool IsCaptured();
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_interface.h | 156 virtual bool IsCaptured() { return false; } in IsCaptured() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 138 bool IsCaptured() override;
|
H A D | screen_session_manager_interface.h | 142 bool IsCaptured() override { return false; }; in IsCaptured() function
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_manager_test.cpp | 623 bool isCapture = DisplayManager::GetInstance().IsCaptured(); 645 bool isCapture = DisplayManager::GetInstance().IsCaptured();
|
H A D | display_manager_test.cpp | 902 auto ret = DisplayManager::GetInstance().IsCaptured();
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display_manager.cpp | 118 static napi_value IsCaptured(napi_env env, napi_callback_info info) in IsCaptured() function in OHOS::Rosen::JsDisplayManager 746 bool isCapture = SingletonContainer::Get<DisplayManager>().IsCaptured(); in OnIsCaptured() 1185 BindNativeFunction(env, exportObj, "isCaptured", moduleName, JsDisplayManager::IsCaptured); in JsDisplayManagerInit()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 1545 HWTEST_F(ScreenSessionManagerProxyTest, IsCaptured, Function | SmallTest | Level1) 1554 screenSessionManagerProxy->IsCaptured(); in __anonf2d903922502()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 219 bool IsCaptured() override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 563 reply.WriteBool(IsCaptured()); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2120 bool ScreenSessionManagerProxy::IsCaptured() in IsCaptured() function in OHOS::Rosen::ScreenSessionManagerProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 4781 bool ScreenSessionManager::IsCaptured() in IsCaptured() function in OHOS::Rosen::ScreenSessionManager 4889 bool isCapture = IsCaptured(); in NotifyCaptureStatusChanged()
|