Searched refs:toVehiclePropValue (Results 1 – 4 of 4) sorted by relevance
53 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);
290 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserRequest& request) { in toVehiclePropValue() function306 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const InitialUserInfoResponse& response) { in toVehiclePropValue() function320 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserResponse& response) { in toVehiclePropValue() function334 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const CreateUserResponse& response) { in toVehiclePropValue() function347 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const UserIdentificationResponse& response) { in toVehiclePropValue() function
602 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()
158 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()