Home
last modified time | relevance | path

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

/system/vold/
DKeymaster.h69 KeymasterOperation(KeymasterOperation&& rhs) { *this = std::move(rhs); } in KeymasterOperation() function
71 KeymasterOperation() { errorCode = km::ErrorCode::UNKNOWN_ERROR; } in KeymasterOperation() function
87 KeymasterOperation(std::shared_ptr<ks2::IKeystoreOperation> ks2Op, in KeymasterOperation() function
96 KeymasterOperation(km::ErrorCode errCode) : errorCode{errCode} {} in KeymasterOperation() function