Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp816 int actualGroup = actualPropId & toInt(VehiclePropertyGroup::MASK); in verifyProperty() local
839 ASSERT_EQ(actualGroup, expectedGroup) << StringPrintf( in verifyProperty()
840 "Expect to get VehiclePropertyGroup: %i, got %i", expectedGroup, actualGroup); in verifyProperty()