Searched refs:actualPropId (Results 1 – 1 of 1) sorted by relevance
814 int actualPropId = config->getPropId(); in verifyProperty() local816 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()