/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task_parallel.h | 52 const RSSurfaceCaptureConfig& captureConfig, bool isSystemCalling, bool isFreeze = false); 62 bool Run(sptr<RSISurfaceCaptureCallback> callback, bool isSystemCalling, bool isFreeze = false);
|
H A D | rs_surface_capture_task_parallel.cpp | 96 const RSSurfaceCaptureConfig& captureConfig, bool isSystemCalling, bool isFreeze) in Capture() argument 114 …std::function<void()> captureTask = [captureHandle, id, callback, isSystemCalling, isFreeze]() -> … in Capture() 116 if (!captureHandle->Run(callback, isSystemCalling, isFreeze)) { in Capture() 190 sptr<RSISurfaceCaptureCallback> callback, bool isSystemCalling, bool isFreeze) in Run() argument 218 …tureParam(true, true, false, captureConfig_.scaleX, captureConfig_.scaleY, true, isSystemCalling)); in Run()
|
H A D | rs_render_service_connection.cpp | 933 isSystemCalling = permissions.isSystemCalling, in TakeSurfaceCapture() 939 auto uiCaptureHasPermission = selfCapture || isSystemCalling; in TakeSurfaceCapture() 943 id, isSystemCalling, selfCapture); in TakeSurfaceCapture() 960 auto displayCaptureHasPermission = screenCapturePermission && isSystemCalling; in TakeSurfaceCapture() 961 auto surfaceCaptureHasPermission = selfCapture || isSystemCalling; in TakeSurfaceCapture() 966 node->GetType(), screenCapturePermission, isSystemCalling, selfCapture); in TakeSurfaceCapture() 980 RSSurfaceCaptureTaskParallel::Capture(id, callback, captureConfig, isSystemCalling); in TakeSurfaceCapture() 1004 bool isSystemCalling = RSInterfaceCodeAccessVerifierBase::IsSystemCalling( in SetWindowFreezeImmediately() local 1008 … RSSurfaceCaptureTaskParallel::Capture(id, callback, captureConfig, isSystemCalling, isFreeze); in SetWindowFreezeImmediately()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_thread_params.h | 40 float scaleX, float scaleY, bool isFirstNode = false, bool isSystemCalling = false) 47 isSystemCalling_(isSystemCalling) {}
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 224 bool isSystemCalling = false; member
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_controller.h | 102 WMError SetWindowFlags(uint32_t windowId, uint32_t flags, bool isSystemCalling);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 771 permissions.isSystemCalling = RSInterfaceCodeAccessVerifierBase::IsSystemCalling( in OnRemoteRequest() 1595 auto isSystemCalling = RSInterfaceCodeAccessVerifierBase::IsSystemCalling( in OnRemoteRequest() local 1598 if (!isSystemCalling) { in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 53 void SetSystemCalling(bool isSystemCalling);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 244 void WindowSessionProperty::SetSystemCalling(bool isSystemCalling) in SetSystemCalling() argument 246 isSystemCalling_ = isSystemCalling; in SetSystemCalling()
|
/ohos5.0/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()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 1089 bool isSystemCalling = property->GetSystemCalling(); in InitSystemSessionDragEnable() local 1092 defaultDragEnable, isSystemWindow, isDialog, isSubWindow, isSystemCalling); in InitSystemSessionDragEnable() 1094 if (isSystemWindow && !isDialog && !isSystemCalling) { in InitSystemSessionDragEnable()
|
H A D | scene_session.cpp | 3706 … bool isSystemCalling = SessionPermission::IsSystemCalling() || SessionPermission::IsStartByHdcd(); in UpdateSessionPropertyByAction() local 3707 if (!isSystemCalling && IsNeedSystemPermissionByAction(action, property, sessionProperty)) { in UpdateSessionPropertyByAction() 3711 property->SetSystemCalling(isSystemCalling); in UpdateSessionPropertyByAction()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 2647 bool isSystemCalling = SessionPermission::IsSystemCalling(); in CreateAndConnectSpecificSession() local 2648 if (SessionHelper::IsNonSecureToUIExtension(property->GetWindowType()) && !isSystemCalling) { in CreateAndConnectSpecificSession() 2701 &persistentId, &session, &systemConfig, token, pid, uid, isSystemCalling]() { in CreateAndConnectSpecificSession() 2720 property->SetSystemCalling(isSystemCalling); in CreateAndConnectSpecificSession() 2723 newSession->SetIsSystemSpecificSession(isSystemCalling); in CreateAndConnectSpecificSession()
|