Home
last modified time | relevance | path

Searched refs:selfCapture (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp934 selfCapture = permissions.selfCapture]() -> void { in TakeSurfaceCapture()
939 auto uiCaptureHasPermission = selfCapture || isSystemCalling; in TakeSurfaceCapture()
943 id, isSystemCalling, selfCapture); in TakeSurfaceCapture()
961 auto surfaceCaptureHasPermission = selfCapture || isSystemCalling; in TakeSurfaceCapture()
966 node->GetType(), screenCapturePermission, isSystemCalling, selfCapture); in TakeSurfaceCapture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h225 bool selfCapture = false; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp776 permissions.selfCapture = (ExtractPid(id) == callingPid || callingPid == 0); in OnRemoteRequest()