Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp779 int expectedPropId = toInt(propId); in verifyProperty() local
795 if (expectedPropId == cfg.getPropId()) { in verifyProperty()
803 expectedPropId); in verifyProperty()
806 result = mVhalClient->getPropConfigs({expectedPropId}); in verifyProperty()
820 ASSERT_EQ(actualPropId, expectedPropId) in verifyProperty()
821 << StringPrintf("Expect to get property ID: %i, got %i", expectedPropId, actualPropId); in verifyProperty()