Home
last modified time | relevance | path

Searched refs:toVehiclePropValue (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/utils/
DUserHalHelper.h53 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserRequest& request);
54 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const InitialUserInfoResponse& response);
55 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserResponse& response);
56 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const CreateUserResponse& response);
57 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const UserIdentificationResponse& response);
DUserHalHelper.cpp290 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserRequest& request) { in toVehiclePropValue() function
306 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const InitialUserInfoResponse& response) { in toVehiclePropValue() function
320 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserResponse& response) { in toVehiclePropValue() function
334 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const CreateUserResponse& response) { in toVehiclePropValue() function
347 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const UserIdentificationResponse& response) { in toVehiclePropValue() function
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
DUserHalHelper_test.cpp602 auto actual = toVehiclePropValue(request); in TEST()
619 auto actual = toVehiclePropValue(request); in TEST()
640 auto actual = toVehiclePropValue(response); in TEST()
663 auto actual = toVehiclePropValue(response); in TEST()
683 auto actual = toVehiclePropValue(response); in TEST()
708 auto actual = toVehiclePropValue(response); in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedUserHal.cpp158 auto updatedValue = user_hal_helper::toVehiclePropValue(InitialUserInfoResponse{ in onSetInitialUserInfoResponse()
210 auto updatedValue = user_hal_helper::toVehiclePropValue(SwitchUserResponse{ in onSetSwitchUserResponse()
243 auto updatedValue = user_hal_helper::toVehiclePropValue(CreateUserResponse{ in onSetCreateUserResponse()