Home
last modified time | relevance | path

Searched defs:KeystoreResponse (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/include/keystore/
DKeystoreResponse.h30 struct KeystoreResponse : public ::android::Parcelable { struct
33 explicit KeystoreResponse(const int response_code, const String16& error_msg) in KeystoreResponse() argument
35 explicit KeystoreResponse(const int response_code) in KeystoreResponse() function
38 KeystoreResponse(const ::keystore::KeyStoreServiceReturnCode& rc) in KeystoreResponse() argument
40 KeystoreResponse(const KeystoreResponse& other) in KeystoreResponse() function
51 int response_code() const { return response_code_; } in response_code()
52 const String16* error_msg() const { return error_msg_.get(); } in error_msg()
56 std::unique_ptr<String16> error_msg_;