Home
last modified time | relevance | path

Searched refs:RebootEscrow (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/rebootescrow/aidl/default/
Dservice.cpp24 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()
DRebootEscrow.cpp31 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()
DAndroid.bp36 "RebootEscrow.cpp",
/hardware/interfaces/rebootescrow/aidl/default/include/rebootescrow-impl/
DRebootEscrow.h26 class RebootEscrow : public BnRebootEscrow {
28 explicit RebootEscrow(const std::string& devicePath) : devicePath_(devicePath) {} in RebootEscrow() function
/hardware/interfaces/rebootescrow/aidl/vts/functional/
DVtsHalRebootEscrowTargetTest.cpp128 RebootEscrow, RebootEscrowAidlTest,