secure_env::Storage & storage_
Definition: oemlock.h:46
Result< bool > IsOemUnlockAllowed() const
Definition: oemlock.cpp:81
Result< bool > IsOemUnlockAllowedByDevice() const
Definition: oemlock.cpp:77
OemLock(secure_env::Storage &storage)
Definition: oemlock.cpp:65
Result< void > SetOemUnlockAllowedByDevice(bool allowed)
Definition: oemlock.cpp:98
Result< bool > IsOemUnlockAllowedByCarrier() const
Definition: oemlock.cpp:73
Result< bool > IsOemLocked() const
Definition: oemlock.cpp:89
Result< void > SetOemLocked(bool locked)
Definition: oemlock.cpp:103
Result< void > SetOemUnlockAllowedByCarrier(bool allowed)
Definition: oemlock.cpp:93
Definition: alloc_driver.h:20
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30