Searched refs:CREATE_USER (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | EmulatedUserHal.cpp | 40 constexpr int32_t CREATE_USER = static_cast<int32_t>(VehicleProperty::CREATE_USER); variable 67 case CREATE_USER: in isSupported() 85 case CREATE_USER: in onSetProperty() 104 case CREATE_USER: in onGetProperty()
|
D | DefaultConfig.h | 991 .prop = toInt(VehicleProperty::CREATE_USER),
|
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/ |
D | UserHalHelper_test.cpp | 43 constexpr int32_t CREATE_USER = static_cast<int32_t>(VehicleProperty::CREATE_USER); variable 297 .prop = CREATE_USER, in TEST() 332 .prop = CREATE_USER, in TEST() 343 .prop = CREATE_USER, in TEST() 353 .prop = CREATE_USER, in TEST() 678 .prop = CREATE_USER, in TEST()
|
/hardware/interfaces/automotive/vehicle/2.0/utils/ |
D | UserHalHelper.cpp | 212 auto ret = verifyPropValue(propValue, VehicleProperty::CREATE_USER, 1); in toCreateUserRequest() 336 propValue->prop = static_cast<int32_t>(VehicleProperty::CREATE_USER); in toVehiclePropValue()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2722 * user-related properties (INITIAL_USER_INFO, SWITCH_USER, CREATE_USER, and REMOVE_USER). 2947 CREATE_USER = ( 5025 * Defines the format of a CREATE_USER property.
|