Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp789 sp<ServiceNotification> sNotification = new ServiceNotification(); in TEST_F() local
792 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F()
793 EXPECT_TRUE(manager->unregisterForNotifications("", "", sNotification)); in TEST_F()
796 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F()
797 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor, "", sNotification)); in TEST_F()
800 EXPECT_TRUE(IParent::registerForNotifications("", sNotification)); in TEST_F()
801 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor, "", sNotification)); in TEST_F()
804 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F()
805 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor, instance, sNotification)); in TEST_F()
807 EXPECT_FALSE(manager->unregisterForNotifications("", "", sNotification)); in TEST_F()