Home
last modified time | relevance | path

Searched refs:isSystemCalling (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_security/
H A Drs_ipc_interface_code_access_verifier_base.cpp155 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 Drs_surface_capture_task_parallel.h52 const RSSurfaceCaptureConfig& captureConfig, bool isSystemCalling, bool isFreeze = false);
62 bool Run(sptr<RSISurfaceCaptureCallback> callback, bool isSystemCalling, bool isFreeze = false);
H A Drs_surface_capture_task_parallel.cpp96 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 Drs_render_service_connection.cpp933 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 Drs_render_thread_params.h40 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 Drs_common_def.h224 bool isSystemCalling = false; member
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h102 WMError SetWindowFlags(uint32_t windowId, uint32_t flags, bool isSystemCalling);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp771 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 Dwindow_session_property.h53 void SetSystemCalling(bool isSystemCalling);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp244 void WindowSessionProperty::SetSystemCalling(bool isSystemCalling) in SetSystemCalling() argument
246 isSystemCalling_ = isSystemCalling; in SetSystemCalling()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1028 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 Dsession.cpp1089 bool isSystemCalling = property->GetSystemCalling(); in InitSystemSessionDragEnable() local
1092 defaultDragEnable, isSystemWindow, isDialog, isSubWindow, isSystemCalling); in InitSystemSessionDragEnable()
1094 if (isSystemWindow && !isDialog && !isSystemCalling) { in InitSystemSessionDragEnable()
H A Dscene_session.cpp3706 … 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 Dscene_session_manager.cpp2647 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()