Home
last modified time | relevance | path

Searched defs:GUEST_USER (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/
H A Dconstants.py89 GUEST_USER = '$guest' variable
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/userhal/test/
H A DUserHalHelper_test.cpp75 constexpr int32_t GUEST_USER = toInt(UserInfo::USER_FLAG_GUEST); variable
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/userhal/test/
H A DUserHalHelper_test.cpp75 constexpr int32_t GUEST_USER = toInt(UserInfo::USER_FLAG_GUEST); variable
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
H A DUserHalHelper_test.cpp54 constexpr int32_t GUEST_USER = static_cast<int32_t>(UserFlags::GUEST); variable