Lines Matching refs:VehiclePropValue
39 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue()
163 Result<InitialUserInfoRequest> toInitialUserInfoRequest(const VehiclePropValue& propValue) { in toInitialUserInfoRequest()
182 Result<SwitchUserRequest> toSwitchUserRequest(const VehiclePropValue& propValue) { in toSwitchUserRequest()
211 Result<CreateUserRequest> toCreateUserRequest(const VehiclePropValue& propValue) { in toCreateUserRequest()
230 Result<RemoveUserRequest> toRemoveUserRequest(const VehiclePropValue& propValue) { in toRemoveUserRequest()
249 const VehiclePropValue& propValue) { in toUserIdentificationGetRequest()
270 const VehiclePropValue& propValue) { in toUserIdentificationSetRequest()
290 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserRequest& request) { in toVehiclePropValue()
296 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue()
306 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const InitialUserInfoResponse& response) { in toVehiclePropValue()
307 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue()
320 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const SwitchUserResponse& response) { in toVehiclePropValue()
321 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue()
334 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const CreateUserResponse& response) { in toVehiclePropValue()
335 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue()
347 std::unique_ptr<VehiclePropValue> toVehiclePropValue(const UserIdentificationResponse& response) { in toVehiclePropValue()
348 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue()