Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp814 int actualPropId = config->getPropId(); in verifyProperty() local
816 int actualGroup = actualPropId & toInt(VehiclePropertyGroup::MASK); in verifyProperty()
817 int actualArea = actualPropId & toInt(VehicleArea::MASK); in verifyProperty()
818 int actualPropertyType = actualPropId & toInt(VehiclePropertyType::MASK); in verifyProperty()
820 ASSERT_EQ(actualPropId, expectedPropId) in verifyProperty()
821 << StringPrintf("Expect to get property ID: %i, got %i", expectedPropId, actualPropId); in verifyProperty()