Searched defs:KeystoreOperation (Results 1 – 2 of 2) sorted by relevance
68 KeystoreOperation(KeystoreOperation&& rhs) { *this = std::move(rhs); } in KeystoreOperation() function70 KeystoreOperation() { errorCode = km::ErrorCode::UNKNOWN_ERROR; } in KeystoreOperation() function86 KeystoreOperation(std::shared_ptr<ks2::IKeystoreOperation> ks2Op, in KeystoreOperation() function95 KeystoreOperation(km::ErrorCode errCode) : errorCode{errCode} {} in KeystoreOperation() function
766 pub struct KeystoreOperation { struct770 impl KeystoreOperation { implementation820 impl binder::Interface for KeystoreOperation {} implementation822 impl IKeystoreOperation for KeystoreOperation { implementation