Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp483 std::vector<GetValueResult> expectedGetValueResults; in TEST_F() local
517 addGetValueRequest(getValueRequests, expectedGetValueResults, requestId++, in TEST_F()
521 addGetValueRequest(getValueRequests, expectedGetValueResults, requestId++, in TEST_F()
547 addGetValueRequest(getValueRequests, expectedGetValueResults, requestId++, propValue, in TEST_F()
563 ASSERT_THAT(getValueResultsWithNoTimestamp, ContainerEq(expectedGetValueResults)); in TEST_F()
653 std::vector<GetValueResult> expectedGetValueResults; in TEST_F() local
655 addGetValueRequest(getValueRequests, expectedGetValueResults, requestId++, value, in TEST_F()
671 ASSERT_THAT(getValueResultsWithNoTimestamp, ContainerEq(expectedGetValueResults)); in TEST_F()
690 std::vector<GetValueResult> expectedGetValueResults; in TEST_F() local
694 addGetValueRequest(getValueRequests, expectedGetValueResults, requestId++, invalidProp, in TEST_F()
[all …]