Searched defs:Avb (Results 1 – 6 of 6) sorted by relevance
23 service Avb { service30 rpc GetState (GetStateRequest) returns (GetStateResponse);31 rpc Load (LoadRequest) returns (LoadResponse);32 rpc Store (StoreRequest) returns (StoreResponse);33 rpc GetLock (GetLockRequest) returns (GetLockResponse);34 rpc CarrierLock (CarrierLockRequest) returns (CarrierLockResponse);35 rpc CarrierUnlock (CarrierUnlockRequest) returns (CarrierUnlockResponse);36 rpc SetDeviceLock (SetDeviceLockRequest) returns (SetDeviceLockResponse);37 rpc SetBootLock (SetBootLockRequest) returns (SetBootLockResponse);38 rpc SetOwnerLock (SetOwnerLockRequest) returns (SetOwnerLockResponse);[all …]
47 Avb::Avb(std::string avbtool_path) : avbtool_path_(std::move(avbtool_path)) {} in Avb() function in cuttlefish::Avb49 Avb::Avb(std::string avbtool_path, std::string algorithm, std::string key) in Avb() function in cuttlefish::Avb
27 class Avb; variable
76 Avb { enumerator
573 … Avb::Avb(std::optional<std::string> vbmetaVersion) : vbmetaVersion_(std::move(vbmetaVersion)) { in Avb() function in compatibility::matrix::Avb
2191 class Avb(object): class