Searched refs:GetNotificationCount (Results 1 – 1 of 1) sorted by relevance
36 size_t GetNotificationCount() { return notification_count_; } in GetNotificationCount() function in pw::multisink::CountingListener126 EXPECT_EQ(listener.GetNotificationCount(), expected_notification_count); in ExpectNotificationCount()