Home
last modified time | relevance | path

Searched refs:_EntryCreated (Results 1 – 11 of 11) sorted by relevance

/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.h46 bool _EntryCreated(const BMessage* message);
H A DVirtualDirectoryPoseView.cpp172 return _EntryCreated(message); in FSNotification()
190 VirtualDirectoryPoseView::_EntryCreated(const BMessage* message) in _EntryCreated() function in BPrivate::VirtualDirectoryPoseView
/haiku/src/kits/storage/
H A DPathMonitor.cpp558 void _EntryCreated(BMessage* message);
563 bool _EntryCreated(const NotOwningEntryRef& entryRef,
896 _EntryCreated(message); in MessageReceived()
1038 PathHandler::_EntryCreated(BMessage* message) in _EntryCreated() function in __anon48725b2b0111::PathHandler
1085 _EntryCreated(entryRef, nodeRef, S_ISDIR(st.st_mode), false, true, NULL); in _EntryCreated()
1168 || _EntryCreated(toEntryRef, nodeRef, isDirectory, true, in _EntryMoved()
1184 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, in _EntryMoved()
1233 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true, in _EntryMoved()
1282 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true, NULL); in _EntryMoved()
1333 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true, NULL); in _EntryMoved()
[all …]
H A DAddOnMonitorHandler.cpp410 _EntryCreated(info); in EntryMoved()
547 _EntryCreated(info); in _HandlePendingEntries()
553 AddOnMonitorHandler::_EntryCreated(add_on_entry_info& info) in _EntryCreated() function in AddOnMonitorHandler
/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h77 void _EntryCreated(add_on_entry_info& info);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h93 void _EntryCreated(EntryCreatedEvent* event);
H A DClientConnection.h148 status_t _EntryCreated(ClientVolume* volume,
H A DVolumeManager.cpp1059 VolumeManager::_EntryCreated(EntryCreatedEvent* event) in _EntryCreated() function in VolumeManager
1655 _EntryCreated(event); in _GenerateEntryCreatedEvent()
1756 _EntryCreated(dynamic_cast<EntryCreatedEvent*>(event)); in _NodeMonitoringProcessor()
H A DClientConnection.cpp2930 error = _EntryCreated(volume, in _PushNodeMonitoringEvent()
2976 ClientConnection::_EntryCreated(ClientVolume* volume, EntryCreatedEvent* event, in _EntryCreated() function in ClientConnection
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h205 void _EntryCreated(NodeID remoteDirID,
H A DShareVolume.cpp2190 _EntryCreated(request->directoryID, name, in _HandleEntryCreatedRequest()
2552 _EntryCreated(directory->GetRemoteID(), name, &entryInfo, in _LoadEntry()
2817 ShareVolume::_EntryCreated(NodeID remoteDirID, const char* name, in _EntryCreated() function in ShareVolume
2883 _EntryCreated(remoteNewDirID, name, entryInfo, revision); in _EntryMoved()