Home
last modified time | relevance | path

Searched refs:OnScreenCaptureNotify (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.h61 …void OnScreenCaptureNotify(ScreenId mainScreenId, int32_t uid, const std::string& clientName) over…
H A Djs_screen_session.cpp669 void JsScreenSession::OnScreenCaptureNotify(ScreenId mainScreenId, int32_t uid, const std::string& … in OnScreenCaptureNotify() function in OHOS::Rosen::JsScreenSession
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h53 …virtual void OnScreenCaptureNotify(ScreenId mainScreenId, int32_t uid, const std::string& clientNa…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h314 …void OnScreenCaptureNotify(ScreenId mainScreenId, int32_t uid, const std::string& clientName) over…
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp2202 HWTEST_F(ScreenSessionManagerTest, OnScreenCaptureNotify, Function | SmallTest | Level3)
2209 ssm->OnScreenCaptureNotify(screenId, uid, clientName);
H A Dscreen_session_test.cpp37 …void OnScreenCaptureNotify(ScreenId mainScreenId, int32_t uid, const std::string& clientName) over… in OnScreenCaptureNotify() function in OHOS::Rosen::MockScreenChangeListener
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1498 listener->OnScreenCaptureNotify(mainScreenId, uid, clientName); in ScreenCaptureNotify()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5707 void ScreenSessionManager::OnScreenCaptureNotify(ScreenId mainScreenId, int32_t uid, const std::str… in OnScreenCaptureNotify() function in OHOS::Rosen::ScreenSessionManager
5772OnScreenCaptureNotify(GetDefaultScreenId(), IPCSkeleton::GetCallingUid(), SysCapUtil::GetClientNam… in GetScreenCapture()