Searched refs:sNotification (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | hidl_test_client.cpp | 783 sp<ServiceNotification> sNotification = new ServiceNotification(); in TEST_F() local 786 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F() 787 EXPECT_TRUE(manager->unregisterForNotifications("", "", sNotification)); in TEST_F() 790 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F() 791 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor, "", sNotification)); in TEST_F() 794 EXPECT_TRUE(IParent::registerForNotifications("", sNotification)); in TEST_F() 795 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor, "", sNotification)); in TEST_F() 798 EXPECT_TRUE(IParent::registerForNotifications(instance, sNotification)); in TEST_F() 799 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor, instance, sNotification)); in TEST_F() 801 EXPECT_FALSE(manager->unregisterForNotifications("", "", sNotification)); in TEST_F()
|