Home
last modified time | relevance | path

Searched refs:REMOVE_USER (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedUserHal.cpp41 constexpr int32_t REMOVE_USER = static_cast<int32_t>(VehicleProperty::REMOVE_USER); variable
68 case REMOVE_USER: in isSupported()
87 case REMOVE_USER: in onSetProperty()
105 case REMOVE_USER: in onGetProperty()
H A DDefaultConfig.h999 .prop = toInt(VehicleProperty::REMOVE_USER),
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
H A DUserHalHelper_test.cpp44 constexpr int32_t REMOVE_USER = static_cast<int32_t>(VehicleProperty::REMOVE_USER); variable
364 .prop = REMOVE_USER, in TEST()
396 .prop = REMOVE_USER, in TEST()
406 .prop = REMOVE_USER, in TEST()
415 .prop = REMOVE_USER, in TEST()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DUserHalServiceTest.java21 import static android.car.VehiclePropertyIds.REMOVE_USER;
182 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in setFixtures()
232 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet()
245 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllCorePropertiesButDisabled()
257 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllCoreProperties()
270 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllPropertiesButDisabled()
284 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllPropertiesButEnablePropertyNotSet()
297 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllProperties()
323 verify(mVehicleHal).subscribeProperty(myHalService, REMOVE_USER); in testTakeSupportedPropertiesAndInit()
331 INITIAL_USER_INFO, CREATE_USER, REMOVE_USER, SWITCH_USER, in testSupportedProperties()
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DVehiclePropertyIds.java1665 public static final int REMOVE_USER = 299896586; field in VehiclePropertyIds
2132 case REMOVE_USER: in toString()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DUserHalService.java20 import static android.car.VehiclePropertyIds.REMOVE_USER;
99 REMOVE_USER,
107 REMOVE_USER,
198 case REMOVE_USER: in onHalEvents()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/
H A DUserHalHelper.cpp231 auto ret = verifyPropValue(propValue, VehicleProperty::REMOVE_USER, 1); in toRemoveUserRequest()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyManager.java944 case VehiclePropertyIds.REMOVE_USER: in checkSupportedProperty()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyManagerTest.java162 VehiclePropertyIds.REMOVE_USER,
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal2722 * user-related properties (INITIAL_USER_INFO, SWITCH_USER, CREATE_USER, and REMOVE_USER).
2982 REMOVE_USER = (
5095 * Defines the format of a REMOVE_USER property.