Searched defs:GetError (Results 1 – 5 of 5) sorted by relevance
| /system/update_engine/liburing_cpp/include/liburing_cpp/ | ||
| D | IoUring.h | 39 constexpr Err GetError() const { return std::get<Err>(*this); } in GetError() function |
| /system/keymaster/legacy_support/ | ||
| D | ecdsa_keymaster1_operation.cpp | 75 keymaster_error_t EcdsaKeymaster1WrappedOperation::GetError(EVP_PKEY* ecdsa_key) { in GetError() function in keymaster::EcdsaKeymaster1WrappedOperation |
| D | rsa_keymaster1_operation.cpp | 96 keymaster_error_t RsaKeymaster1WrappedOperation::GetError(EVP_PKEY* rsa_key) { in GetError() function in keymaster::RsaKeymaster1WrappedOperation |
| /system/testing/gtest_extras/gtest_isolated/ | ||
| D | Options.cpp | 82 static std::string GetError(const std::string& arg, std::string_view msg, bool from_env) { in GetError() function |
| /system/libbase/ | ||
| D | logging.cpp | 456 int GetError() const { in GetError() function in android::base::LogMessageData |