/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/ |
D | FakeUserHal.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()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/ |
D | FakeUserHal.cpp | 50 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()
|
D | UserHalHelper.cpp | 250 auto ret = verifyPropValue(propValue, VehicleProperty::REMOVE_USER, /*minInt32Values=*/1); in toRemoveUserRequest()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/test/ |
D | UserHalHelper_test.cpp | 66 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/ |
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()
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/ |
D | VehicleProperty.aidl | 181 REMOVE_USER = 299896586, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/cpp/ |
D | VersionForVehicleProperty.h | 230 {VehicleProperty::REMOVE_USER, 2},
|
D | ChangeModeForVehicleProperty.h | 231 {VehicleProperty::REMOVE_USER, VehiclePropertyChangeMode::STATIC},
|
D | AccessForVehicleProperty.h | 231 {VehicleProperty::REMOVE_USER, VehiclePropertyAccess::WRITE},
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/cpp/ |
D | VersionForVehicleProperty.h | 230 {VehicleProperty::REMOVE_USER, 2},
|
D | AccessForVehicleProperty.h | 231 {VehicleProperty::REMOVE_USER, VehiclePropertyAccess::WRITE},
|
D | ChangeModeForVehicleProperty.h | 231 {VehicleProperty::REMOVE_USER, VehiclePropertyChangeMode::STATIC},
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | VehicleProperty.aidl | 4517 REMOVE_USER = 0x0F0A + 0x10000000 + 0x01000000 enumConstant
|
/hardware/interfaces/automotive/vehicle/2.0/utils/ |
D | UserHalHelper.cpp | 231 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/ |
D | VehicleProperty.aidl | 216 REMOVE_USER = (((0x0F0A + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896586 */, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/java/ |
D | ChangeModeForVehicleProperty.java | 224 Map.entry(VehicleProperty.REMOVE_USER, VehiclePropertyChangeMode.STATIC),
|
D | AccessForVehicleProperty.java | 224 Map.entry(VehicleProperty.REMOVE_USER, VehiclePropertyAccess.WRITE),
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/java/ |
D | ChangeModeForVehicleProperty.java | 224 Map.entry(VehicleProperty.REMOVE_USER, VehiclePropertyChangeMode.STATIC),
|
D | AccessForVehicleProperty.java | 224 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/ |
D | VehicleProperty.aidl | 230 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/ |
D | VehicleProperty.aidl | 230 REMOVE_USER = (((0x0F0A + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896586 */, enumConstant
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultConfig.h | 980 .prop = toInt(VehicleProperty::REMOVE_USER),
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/ |
D | DefaultVhalImpl_test.cpp | 1142 value.prop = toInt(VehicleProperty::REMOVE_USER); in TEST_F()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2715 * 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/ |
D | FakeVehicleHardwareTest.cpp | 2330 VehicleProperty::REMOVE_USER, in TEST_F()
|