Searched refs:expectedProps (Results 1 – 3 of 3) sorted by relevance
214 final List<String> expectedProps = new ArrayList<String>(); in verify() local217 if (!expectedProps.contains(node.propName)) { in verify()218 expectedProps.add(node.propName); in verify()223 if (!expectedProps.contains(node.propName)) { in verify()224 expectedProps.add(node.propName); in verify()227 TestCase.fail("Expected property " + Arrays.toString(expectedProps.toArray()) in verify()
87 hidl_vec<int32_t> expectedProps = {toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED)}; in setMockVhalPropertySupported() local88 EXPECT_CALL(*mMockVehicle, getPropConfigs(expectedProps, _)) in setMockVhalPropertySupported()133 hidl_vec<int32_t> expectedProps = {toInt(VehicleProperty::STORAGE_ENCRYPTION_BINDING_SEED)}; in TEST_F() local134 EXPECT_CALL(*mMockVehicle, getPropConfigs(expectedProps, _)) in TEST_F()
69 expectedProps := map[string][]propInfo{146 if wanted, ok := expectedProps[m.Name]; ok {