Searched refs:NotifyListeners (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DJournal.h76 NotifyListeners(true);
94 NotifyListeners(bool success) function in class:Transaction
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.h58 void NotifyListeners(bool success);
H A DTransaction.cpp185 Transaction::NotifyListeners(bool success) function in class:Transaction
187 TRACE("Transaction::NotifyListeners(): fListeners.First(): %p\n",
190 TRACE("Transaction::NotifyListeners(true): Number of listeners: %"
193 TRACE("Transaction::NotifyListeners(false): Number of listeners: %"
196 TRACE("Transaction::NotifyListeners(): Finished counting\n");
H A DJournal.cpp293 owner->NotifyListeners(success);
/haiku/src/kits/debugger/util/
H A DWorker.cpp198 Job::NotifyListeners() function in class:Job
435 waitingJob->NotifyListeners();
492 job->NotifyListeners();
580 job->NotifyListeners();
/haiku/headers/private/debugger/util/
H A DWorker.h120 void NotifyListeners();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h194 void NotifyListeners(bool success);
H A DJournal.cpp1033 owner->NotifyListeners(success);
1208 Transaction::NotifyListeners(bool success) function in class:Transaction

Completed in 164 milliseconds