|
Android-cuttlefish cvd tool
|
Functions | |
| Result< void > | InitializeDefaultState (secure_env::Storage &storage) |
| Result< bool > | ReadFlag (secure_env::Storage &storage, int bit) |
| Result< void > | WriteFlag (secure_env::Storage &storage, int bit, bool value) |
Variables | |
| constexpr char | kStateKey [] = "oemlock_state" |
| constexpr int | kAllowedByCarrierBit = 0 |
| constexpr int | kAllowedByDeviceBit = 1 |
| constexpr int | kOemLockedBit = 2 |
| constexpr uint8_t | kDefaultState |
| Result< void > cuttlefish::oemlock::anonymous_namespace{oemlock.cpp}::InitializeDefaultState | ( | secure_env::Storage & | storage | ) |
| Result< bool > cuttlefish::oemlock::anonymous_namespace{oemlock.cpp}::ReadFlag | ( | secure_env::Storage & | storage, |
| int | bit | ||
| ) |
| Result< void > cuttlefish::oemlock::anonymous_namespace{oemlock.cpp}::WriteFlag | ( | secure_env::Storage & | storage, |
| int | bit, | ||
| bool | value | ||
| ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |