Searched refs:kVehicleProp (Results 1 – 1 of 1) sorted by relevance
80 constexpr VehicleProperty kVehicleProp[] = {VehicleProperty::INVALID, variable96 constexpr size_t kVehiclePropArrayLength = std::size(kVehicleProp);180 mManager->getPropConfigs({toInt(kVehicleProp[abs(vehicleProp1) % kVehiclePropArrayLength])}, in invokePropConfigs()193 const auto prop1 = toInt(kVehicleProp[abs(vehicleProp1) % kVehiclePropArrayLength]); in invokeSubscribe()202 unsubscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()209 subscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()222 .propId = toInt(kVehicleProp[abs(vehicleProp3) % kVehiclePropArrayLength]), in invokeSubscribe()229 toInt(kVehicleProp[abs(vehicleProp3) % kVehiclePropArrayLength]), in invokeSubscribe()242 invokeGet(toInt(kVehicleProp[vehicleProp2]), 0); in invokeSetAndGetValues()243 invokeGet(toInt(kVehicleProp[vehicleProp1]), 0); in invokeSetAndGetValues()[all …]