Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dwatchtower.h
H A Dwinwatchtowerdriver.cpp
/glogg/src/
H A Dwatchtower.h63 std::function<void()> notification );
93 std::shared_ptr<void> notification );
143 std::function<void()> notification ) in addFile() argument
154 …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() argument
244 watch_tower->observed_file_list_.removeCallback( notification ); in removeNotification()
H A Dwinwatchtowerdriver.cpp345 for ( auto notification : notification_info ) { in waitAndProcessEvents() local
346 … std::string file_path = dir_record->path_ + shortstringize( notification.fileName() ); in waitAndProcessEvents()
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp468 auto notification = *iterator; in TEST_F() local
469 ASSERT_THAT( &notification, NotNull() ); in TEST_F()
482 auto notification = *iterator; in TEST_F() local
483 ASSERT_THAT( &notification, NotNull() ); in TEST_F()
493 for ( auto notification : list ) { in TEST_F() local
494 notification.action(); in TEST_F()