/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_security/ |
H A D | rs_ipc_interface_code_access_verifier_base.cpp | 155 bool isSystemCalling = false; in IsSystemCalling() local 158 isSystemCalling = IsSystemApp(); in IsSystemCalling() 160 isSystemCalling = true; in IsSystemCalling() 162 isSystemCalling = true; in IsSystemCalling() 164 if (!isSystemCalling) { in IsSystemCalling() 167 return isSystemCalling; in IsSystemCalling()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task_parallel.h | 52 sptr<RSISurfaceCaptureCallback> callback, const RSSurfaceCaptureConfig& captureConfig, bool isSystemCalling);
62 bool Run(sptr<RSISurfaceCaptureCallback> callback, bool isSystemCalling);
|
H A D | rs_surface_capture_task_parallel.cpp | 94 sptr<RSISurfaceCaptureCallback> callback, const RSSurfaceCaptureConfig& captureConfig, bool isSystemCalling)
in Capture() 112 std::function<void()> captureTask = [captureHandle, id, callback, isSystemCalling]() -> void {
in Capture() 114 if (!captureHandle->Run(callback, isSystemCalling)) {
in Capture() 172 bool RSSurfaceCaptureTaskParallel::Run(sptr<RSISurfaceCaptureCallback> callback, bool isSystemCalling)
in Run() argument 201 CaptureParam(true, true, false, captureConfig_.scaleX, captureConfig_.scaleY, true, isSystemCalling));
in Run() 93 Capture(NodeId id, sptr<RSISurfaceCaptureCallback> callback, const RSSurfaceCaptureConfig& captureConfig, bool isSystemCalling) Capture() argument
|
H A D | rs_render_service_connection.cpp | 939 isSystemCalling = permissions.isSystemCalling, 945 auto uiCaptureHasPermission = selfCapture || isSystemCalling; 948 "], isSystemCalling: %{public}u, selfCapture: %{public}u", 949 id, isSystemCalling, selfCapture); 966 auto displayCaptureHasPermission = screenCapturePermission && isSystemCalling; 967 auto surfaceCaptureHasPermission = selfCapture || isSystemCalling; 971 "screenCapturePermission: %{public}u, isSystemCalling: %{public}u, selfCapture: %{public}u", 972 node->GetType(), screenCapturePermission, isSystemCalling, selfCapture); 986 RSSurfaceCaptureTaskParallel::Capture(id, callback, captureConfig, isSystemCalling); [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_thread_params.h | 38 float scaleX, float scaleY, bool isFirstNode = false, bool isSystemCalling = false) in CaptureParam() 45 isSystemCalling_(isSystemCalling) {} in CaptureParam()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 216 bool isSystemCalling = false; member
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_controller.h | 102 WMError SetWindowFlags(uint32_t windowId, uint32_t flags, bool isSystemCalling);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 762 permissions.isSystemCalling = RSInterfaceCodeAccessVerifierBase::IsSystemCalling( in OnRemoteRequest() 1561 auto isSystemCalling = RSInterfaceCodeAccessVerifierBase::IsSystemCalling( in OnRemoteRequest() local 1564 if (!isSystemCalling) { in OnRemoteRequest()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 53 void SetSystemCalling(bool isSystemCalling);
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 237 void WindowSessionProperty::SetSystemCalling(bool isSystemCalling) in SetSystemCalling() argument 239 isSystemCalling_ = isSystemCalling; in SetSystemCalling()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_controller.cpp | 1028 WMError WindowController::SetWindowFlags(uint32_t windowId, uint32_t flags, bool isSystemCalling) in SetWindowFlags() argument 1037 if (property->GetApiCompatibleVersion() >= 9 && !isSystemCalling && // 9: api version. in SetWindowFlags()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 1077 bool isSystemCalling = property->GetSystemCalling(); in InitSystemSessionDragEnable() local 1079 "isDialog: %{public}d, isSubWindow: %{public}d, isSystemCalling: %{public}d", GetPersistentId(), in InitSystemSessionDragEnable() 1080 defaultDragEnable, isSystemWindow, isDialog, isSubWindow, isSystemCalling); in InitSystemSessionDragEnable() 1081 if (isSystemWindow && !isSubWindow && !isDialog && !isSystemCalling) { in InitSystemSessionDragEnable()
|
H A D | scene_session.cpp | 3482 bool isSystemCalling = SessionPermission::IsSystemCalling() || SessionPermission::IsStartByHdcd(); in UpdateSessionPropertyByAction() local 3483 if (!isSystemCalling && IsNeedSystemPermissionByAction(action, property, sessionProperty)) { in UpdateSessionPropertyByAction() 3487 property->SetSystemCalling(isSystemCalling); in UpdateSessionPropertyByAction()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 2368 bool isSystemCalling = SessionPermission::IsSystemCalling(); in CreateAndConnectSpecificSession() local 2369 if (SessionHelper::IsNonSecureToUIExtension(property->GetWindowType()) && !isSystemCalling) { in CreateAndConnectSpecificSession() 2416 &persistentId, &session, &systemConfig, token, pid, uid, isSystemCalling]() { in CreateAndConnectSpecificSession() 2434 property->SetSystemCalling(isSystemCalling); in CreateAndConnectSpecificSession() 2437 newSession->SetIsSystemSpecificSession(isSystemCalling); in CreateAndConnectSpecificSession()
|