Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp107 bool isCalled = false; in invokeGet() local
109 [&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() local
130 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() local
147 properties, [&isCalled](StatusCode status, const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()
[all …]