Searched refs:RSInterfaceErrorCode (Results 1 – 8 of 8) sorted by relevance
153 RSInterfaceErrorCode SetHidePrivacyContent(bool needHidePrivacyContent);
916 RSInterfaceErrorCode RSSurfaceNode::SetHidePrivacyContent(bool needHidePrivacyContent) in SetHidePrivacyContent()921 return static_cast<RSInterfaceErrorCode>( in SetHidePrivacyContent()924 return RSInterfaceErrorCode::UNKNOWN_ERROR; in SetHidePrivacyContent()
443 enum class RSInterfaceErrorCode : uint32_t { enum
375 if (errCode == RSInterfaceErrorCode::NONSYSTEM_CALLING) { // not system app calling in HidePrivacyContentForHost()377 } else if (errCode != RSInterfaceErrorCode::NO_ERROR) { // other error in HidePrivacyContentForHost()
2511 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()
1387 return static_cast<uint32_t>(RSInterfaceErrorCode::UNKNOWN_ERROR); in SetHidePrivacyContent()
1599 … 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()
1955 return static_cast<int32_t>(RSInterfaceErrorCode::UNKNOWN_ERROR); in SetHidePrivacyContent()1969 return static_cast<uint32_t>(RSInterfaceErrorCode::NO_ERROR); in SetHidePrivacyContent()