Searched defs:KeymasterOperation (Results 1 – 1 of 1) sorted by relevance
69 KeymasterOperation(KeymasterOperation&& rhs) { *this = std::move(rhs); } in KeymasterOperation() function71 KeymasterOperation() { errorCode = km::ErrorCode::UNKNOWN_ERROR; } in KeymasterOperation() function87 KeymasterOperation(std::shared_ptr<ks2::IKeystoreOperation> ks2Op, in KeymasterOperation() function96 KeymasterOperation(km::ErrorCode errCode) : errorCode{errCode} {} in KeymasterOperation() function