Home
last modified time | relevance | path

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

/external/pigweed/pw_multisink/
Dmultisink_test.cc36 size_t GetNotificationCount() { return notification_count_; } in GetNotificationCount() function in pw::multisink::CountingListener
126 EXPECT_EQ(listener.GetNotificationCount(), expected_notification_count); in ExpectNotificationCount()