Home
last modified time | relevance | path

Searched refs:ALLOWED_BY_DEVICE (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/oemlock/remote/
Dremote_oemlock.cpp61 return resultToStatus(setValue(secure_env::OemLockField::ALLOWED_BY_DEVICE, in_allowed)); in setOemUnlockAllowedByDevice()
65 return resultToStatus(requestValue(secure_env::OemLockField::ALLOWED_BY_DEVICE, out_allowed)); in isOemUnlockAllowedByDevice()
/device/google/cuttlefish/common/libs/security/
Doemlock.h26 ALLOWED_BY_DEVICE, enumerator
/device/google/cuttlefish/host/commands/secure_env/oemlock/
Doemlock_responder.cpp48 case secure_env::OemLockField::ALLOWED_BY_DEVICE: { in ProcessMessage()