Home
last modified time | relevance | path

Searched refs:RSInterfaceErrorCode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h153 RSInterfaceErrorCode SetHidePrivacyContent(bool needHidePrivacyContent);
H A Drs_surface_node.cpp916 RSInterfaceErrorCode RSSurfaceNode::SetHidePrivacyContent(bool needHidePrivacyContent) in SetHidePrivacyContent()
921 return static_cast<RSInterfaceErrorCode>( in SetHidePrivacyContent()
924 return RSInterfaceErrorCode::UNKNOWN_ERROR; in SetHidePrivacyContent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h443 enum class RSInterfaceErrorCode : uint32_t { enum
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp375 if (errCode == RSInterfaceErrorCode::NONSYSTEM_CALLING) { // not system app calling in HidePrivacyContentForHost()
377 } else if (errCode != RSInterfaceErrorCode::NO_ERROR) { // other error in HidePrivacyContentForHost()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp2511 return static_cast<uint32_t>(RSInterfaceErrorCode::WRITE_PARCEL_ERROR); in SetHidePrivacyContent()
2514 return static_cast<uint32_t>(RSInterfaceErrorCode::WRITE_PARCEL_ERROR); in SetHidePrivacyContent()
2517 return static_cast<uint32_t>(RSInterfaceErrorCode::WRITE_PARCEL_ERROR); in SetHidePrivacyContent()
2524 return static_cast<uint32_t>(RSInterfaceErrorCode::UNKNOWN_ERROR); in SetHidePrivacyContent()
H A Drs_render_service_client.cpp1387 return static_cast<uint32_t>(RSInterfaceErrorCode::UNKNOWN_ERROR); in SetHidePrivacyContent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1599 … if (!reply.WriteUint32(static_cast<uint32_t>(RSInterfaceErrorCode::NONSYSTEM_CALLING))) { in OnRemoteRequest()
1607 … if (!reply.WriteUint32(static_cast<uint32_t>(RSInterfaceErrorCode::NOT_SELF_CALLING))) { in OnRemoteRequest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp1955 return static_cast<int32_t>(RSInterfaceErrorCode::UNKNOWN_ERROR); in SetHidePrivacyContent()
1969 return static_cast<uint32_t>(RSInterfaceErrorCode::NO_ERROR); in SetHidePrivacyContent()