Searched refs:propertyEvents (Results 1 – 1 of 1) sorted by relevance
621 std::vector<VehiclePropValue> propertyEvents = {{ in TEST_F() local634 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() local714 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()