Symbol: PostCommitNotification
src/tests/system/kernel/file_corruption/fs/Notifications.h
15
class EntryCreatedNotification : public PostCommitNotification {
src/tests/system/kernel/file_corruption/fs/Notifications.h
29
class EntryRemovedNotification : public PostCommitNotification {
src/tests/system/kernel/file_corruption/fs/Notifications.h
43
class EntryMovedNotification : public PostCommitNotification {
src/tests/system/kernel/file_corruption/fs/Notifications.h
61
class StatChangedNotification : public PostCommitNotification {
src/tests/system/kernel/file_corruption/fs/Notifications.h
74
class AttributeChangedNotification : public PostCommitNotification {
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
100
Transaction::Commit(const PostCommitNotification* notification1,
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
101
const PostCommitNotification* notification2,
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
102
const PostCommitNotification* notification3)
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
450
PostCommitNotification::~PostCommitNotification()
src/tests/system/kernel/file_corruption/fs/Transaction.h
133
Transaction::Commit(const PostCommitNotification& notification)
src/tests/system/kernel/file_corruption/fs/Transaction.h
142
class PostCommitNotification {
src/tests/system/kernel/file_corruption/fs/Transaction.h
144
virtual ~PostCommitNotification();
src/tests/system/kernel/file_corruption/fs/Transaction.h
19
class PostCommitNotification;
src/tests/system/kernel/file_corruption/fs/Transaction.h
42
const PostCommitNotification* notification1
src/tests/system/kernel/file_corruption/fs/Transaction.h
44
const PostCommitNotification* notification2
src/tests/system/kernel/file_corruption/fs/Transaction.h
46
const PostCommitNotification* notification3
src/tests/system/kernel/file_corruption/fs/Transaction.h
49
const PostCommitNotification& notification);