Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DSubscriptionManagerTest.cpp621 std::vector<VehiclePropValue> propertyEvents = {{ in TEST_F() local
634 getManager()->getSubscribedClients(std::vector<VehiclePropValue>(propertyEvents)); in TEST_F()
636 ASSERT_THAT(clients[client1], UnorderedElementsAre(propertyEvents[0])); in TEST_F()
637 ASSERT_THAT(clients[client2], UnorderedElementsAre(propertyEvents[0], propertyEvents[1])); in TEST_F()
701 std::vector<VehiclePropValue> propertyEvents = {{ in TEST_F() local
714 getManager()->getSubscribedClients(std::vector<VehiclePropValue>(propertyEvents)); in TEST_F()
716 ASSERT_THAT(clients[client1], UnorderedElementsAre(propertyEvents[0])); in TEST_F()
717 ASSERT_THAT(clients[client2], UnorderedElementsAre(propertyEvents[0], propertyEvents[1])); in TEST_F()