Home
last modified time | relevance | path

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

/system/vold/
DKeystore.h68 KeystoreOperation(KeystoreOperation&& rhs) { *this = std::move(rhs); } in KeystoreOperation() function
70 KeystoreOperation() { errorCode = km::ErrorCode::UNKNOWN_ERROR; } in KeystoreOperation() function
86 KeystoreOperation(std::shared_ptr<ks2::IKeystoreOperation> ks2Op, in KeystoreOperation() function
95 KeystoreOperation(km::ErrorCode errCode) : errorCode{errCode} {} in KeystoreOperation() function
/system/security/keystore2/src/
Doperation.rs766 pub struct KeystoreOperation { struct
770 impl KeystoreOperation { implementation
820 impl binder::Interface for KeystoreOperation {} implementation
822 impl IKeystoreOperation for KeystoreOperation { implementation