Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DSubscriptionManagerTest.cpp384 std::shared_ptr<IVehicleCallback> client2 = IVehicleCallback::fromBinder(binder2); in TEST_F() local
387 result = getManager()->subscribe(client2, options2, false); in TEST_F()
417 ASSERT_THAT(clients[client2], ElementsAre(updatedValues[0])); in TEST_F()
582 std::shared_ptr<IVehicleCallback> client2 = IVehicleCallback::fromBinder(binder2); in TEST_F() local
602 result = getManager()->subscribe(client2, {client2Option}, true); in TEST_F()
637 ASSERT_THAT(clients[client2], UnorderedElementsAre(propertyEvents[0], propertyEvents[1])); in TEST_F()
650 ASSERT_TRUE(clients.find(client2) == clients.end()) in TEST_F()
658 std::shared_ptr<IVehicleCallback> client2 = IVehicleCallback::fromBinder(binder2); in TEST_F() local
680 result = getManager()->subscribe(client2, {client2Option}, true); in TEST_F()
717 ASSERT_THAT(clients[client2], UnorderedElementsAre(propertyEvents[0], propertyEvents[1])); in TEST_F()
[all …]