Searched refs:EntryListener (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntryListener.cpp6 #include "EntryListener.h"
9 EntryListener::EntryListener() function in class:EntryListener
14 EntryListener::~EntryListener()
20 EntryListener::EntryAdded(Entry */*entry*/)
26 EntryListener::EntryRemoved(Entry */*entry*/)
H A DEntryListener.h18 class EntryListener { class
20 EntryListener();
21 virtual ~EntryListener();
H A DNameIndex.h8 #include "EntryListener.h"
15 class NameIndex : public Index, private EntryListener {
H A DVolume.h42 class EntryListener;
78 inline EntryListenerValue(EntryListener *listener, Entry *entry,
85 EntryListener *listener;
132 status_t AddEntryListener(EntryListener *listener, Entry *entry,
134 status_t RemoveEntryListener(EntryListener *listener, Entry *entry);
H A DVolume.cpp35 #include "EntryListener.h"
102 inline EntryListener *operator()(const EntryListenerValue &a)
107 inline EntryListener *operator()(const EntryListenerValue &a) const
116 EntryListenerGetPrimaryKey, EntryListener*,
117 TwoKeyAVLTreeStandardCompare<EntryListener*>,
571 Volume::AddEntryListener(EntryListener *listener, Entry *entry, uint32 flags)
591 Volume::RemoveEntryListener(EntryListener *listener, Entry *entry)
H A DSizeIndex.cpp9 #include "EntryListener.h"
77 public DoublyLinkedListLinkImpl<Iterator>, public EntryListener,
H A DLastModifiedIndex.cpp10 #include "EntryListener.h"
78 public DoublyLinkedListLinkImpl<Iterator>, public EntryListener,
H A DNameIndex.cpp68 public EntryListener {
H A DAttributeIndexImpl.cpp11 #include "EntryListener.h"
161 public DoublyLinkedListLinkImpl<Iterator>, public EntryListener,

Completed in 55 milliseconds