Searched refs:isCalled (Results 1 – 1 of 1) sorted by relevance
107 bool isCalled = false; in invokeGet() local109 [&refStatus, &refValue, &isCalled](StatusCode status, in invokeGet()113 isCalled = true; in invokeGet()115 ASSERT_TRUE(isCalled) << "callback wasn't called for property: " << requestedPropValue.prop; in invokeGet()128 bool isCalled = false; in TEST_P() local130 mVehicle->getAllPropConfigs([&isCalled, &propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()132 isCalled = true; in TEST_P()134 ASSERT_TRUE(isCalled); in TEST_P()145 bool isCalled = false; in TEST_P() local147 properties, [&isCalled](StatusCode status, const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()[all …]