Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp410 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1); in TEST_F() local
411 expectedValue1->prop = PROP; in TEST_F()
412 expectedValue1->areaId = AREA1; in TEST_F()
413 actualStatusCode = manager->set(*expectedValue1.get()); in TEST_F()