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 D | EmulatedUserHal.cpp | 41 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 D | DefaultConfig.h | 999 .prop = toInt(VehicleProperty::REMOVE_USER),
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/tests/ |
H A D | UserHalHelper_test.cpp | 44 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 D | UserHalServiceTest.java | 21 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 D | VehiclePropertyIds.java | 1665 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 D | UserHalService.java | 20 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 D | UserHalHelper.cpp | 231 auto ret = verifyPropValue(propValue, VehicleProperty::REMOVE_USER, 1); in toRemoveUserRequest()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/ |
H A D | CarPropertyManager.java | 944 case VehiclePropertyIds.REMOVE_USER: in checkSupportedProperty()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarPropertyManagerTest.java | 162 VehiclePropertyIds.REMOVE_USER,
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 2722 * 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.
|