Searched refs:notification (Results 1 – 6 of 6) sorted by relevance
63 std::function<void()> notification );93 std::shared_ptr<void> notification );143 std::function<void()> notification ) in addFile() argument154 …std::shared_ptr<std::function<void()>> ptr( new std::function<void()>(std::move( notification )) ); in addFile()237 WatchTower* watch_tower, std::shared_ptr<void> notification ) in removeNotification() argument244 watch_tower->observed_file_list_.removeCallback( notification ); in removeNotification()
345 for ( auto notification : notification_info ) { in waitAndProcessEvents() local346 … std::string file_path = dir_record->path_ + shortstringize( notification.fileName() ); in waitAndProcessEvents()
468 auto notification = *iterator; in TEST_F() local469 ASSERT_THAT( ¬ification, NotNull() ); in TEST_F()482 auto notification = *iterator; in TEST_F() local483 ASSERT_THAT( ¬ification, NotNull() ); in TEST_F()493 for ( auto notification : list ) { in TEST_F() local494 notification.action(); in TEST_F()