Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/
DFakeUserHal.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()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DFakeUserHal.cpp50 constexpr int32_t REMOVE_USER = toInt(VehicleProperty::REMOVE_USER); variable
81 case REMOVE_USER: in isSupported()
99 case REMOVE_USER: in onSetProperty()
116 case REMOVE_USER: in onGetProperty()
DUserHalHelper.cpp250 auto ret = verifyPropValue(propValue, VehicleProperty::REMOVE_USER, /*minInt32Values=*/1); in toRemoveUserRequest()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/test/
DUserHalHelper_test.cpp66 constexpr int32_t REMOVE_USER = toInt(VehicleProperty::REMOVE_USER); variable
354 .prop = REMOVE_USER, in TEST()
384 .prop = REMOVE_USER, in TEST()
394 .prop = REMOVE_USER, in TEST()
403 .prop = REMOVE_USER, in TEST()
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
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()
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/
DVehicleProperty.aidl181 REMOVE_USER = 299896586, enumConstant
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/cpp/
DVersionForVehicleProperty.h230 {VehicleProperty::REMOVE_USER, 2},
DChangeModeForVehicleProperty.h231 {VehicleProperty::REMOVE_USER, VehiclePropertyChangeMode::STATIC},
DAccessForVehicleProperty.h231 {VehicleProperty::REMOVE_USER, VehiclePropertyAccess::WRITE},
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/cpp/
DVersionForVehicleProperty.h230 {VehicleProperty::REMOVE_USER, 2},
DAccessForVehicleProperty.h231 {VehicleProperty::REMOVE_USER, VehiclePropertyAccess::WRITE},
DChangeModeForVehicleProperty.h231 {VehicleProperty::REMOVE_USER, VehiclePropertyChangeMode::STATIC},
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/
DVehicleProperty.aidl4517 REMOVE_USER = 0x0F0A + 0x10000000 + 0x01000000 enumConstant
/hardware/interfaces/automotive/vehicle/2.0/utils/
DUserHalHelper.cpp231 auto ret = verifyPropValue(propValue, VehicleProperty::REMOVE_USER, 1); in toRemoveUserRequest()
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/
DVehicleProperty.aidl216 REMOVE_USER = (((0x0F0A + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896586 */, enumConstant
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/java/
DChangeModeForVehicleProperty.java224 Map.entry(VehicleProperty.REMOVE_USER, VehiclePropertyChangeMode.STATIC),
DAccessForVehicleProperty.java224 Map.entry(VehicleProperty.REMOVE_USER, VehiclePropertyAccess.WRITE),
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/java/
DChangeModeForVehicleProperty.java224 Map.entry(VehicleProperty.REMOVE_USER, VehiclePropertyChangeMode.STATIC),
DAccessForVehicleProperty.java224 Map.entry(VehicleProperty.REMOVE_USER, VehiclePropertyAccess.WRITE),
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/
DVehicleProperty.aidl230 REMOVE_USER = (((0x0F0A + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896586 */, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/
DVehicleProperty.aidl230 REMOVE_USER = (((0x0F0A + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896586 */, enumConstant
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultConfig.h980 .prop = toInt(VehicleProperty::REMOVE_USER),
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultVhalImpl_test.cpp1142 value.prop = toInt(VehicleProperty::REMOVE_USER); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2715 * user-related properties (INITIAL_USER_INFO, SWITCH_USER, CREATE_USER, and REMOVE_USER).
2975 REMOVE_USER = (
5088 * Defines the format of a REMOVE_USER property.
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp2330 VehicleProperty::REMOVE_USER, in TEST_F()