Home
last modified time | relevance | path

Searched refs:asUint8 (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/oemlock/
Doemlock.cpp47 auto state = CF_EXPECT(data->asUint8()); in ReadFlag()
53 auto state = CF_EXPECT(data->asUint8()); in WriteFlag()
81 auto state = CF_EXPECT(data->asUint8()); in IsOemUnlockAllowed()
/device/google/cuttlefish/host/commands/secure_env/storage/
Dstorage.h30 Result<uint8_t> asUint8() { in asUint8() function