Home
last modified time | relevance | path

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

/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.h52 sptr<RSISurfaceCaptureCallback> callback, const RSSurfaceCaptureConfig& captureConfig, bool isSystemCalling);
62 bool Run(sptr<RSISurfaceCaptureCallback> callback, bool isSystemCalling);
H A Drs_surface_capture_task_parallel.cpp94 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 Drs_render_service_connection.cpp939 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 Drs_render_thread_params.h38 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 Drs_common_def.h216 bool isSystemCalling = false; member
/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h102 WMError SetWindowFlags(uint32_t windowId, uint32_t flags, bool isSystemCalling);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp762 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 Dwindow_session_property.h53 void SetSystemCalling(bool isSystemCalling);
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp237 void WindowSessionProperty::SetSystemCalling(bool isSystemCalling) in SetSystemCalling() argument
239 isSystemCalling_ = isSystemCalling; in SetSystemCalling()
/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()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1077 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 Dscene_session.cpp3482 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 Dscene_session_manager.cpp2368 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()

Completed in 49 milliseconds