Home
last modified time | relevance | path

Searched refs:CREATE_USER (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedUserHal.cpp40 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()
DDefaultConfig.h991 .prop = toInt(VehicleProperty::CREATE_USER),
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
DUserHalHelper_test.cpp43 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/
DUserHalHelper.cpp212 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/
Dtypes.hal2722 * 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.