Searched refs:RebootEscrow (Results 1 – 5 of 5) sorted by relevance
24 using aidl::android::hardware::rebootescrow::RebootEscrow;34 auto re = ndk::SharedRefBase::make<RebootEscrow>(rebootEscrowDevicePath); in main()35 const std::string instance = std::string() + RebootEscrow::descriptor + "/default"; in main()
31 ndk::ScopedAStatus RebootEscrow::storeKey(const std::vector<uint8_t>& ukek) { in storeKey()49 ndk::ScopedAStatus RebootEscrow::retrieveKey(std::vector<uint8_t>* _aidl_return) { in retrieveKey()
36 "RebootEscrow.cpp",
26 class RebootEscrow : public BnRebootEscrow {28 explicit RebootEscrow(const std::string& devicePath) : devicePath_(devicePath) {} in RebootEscrow() function
128 RebootEscrow, RebootEscrowAidlTest,