Searched refs:KPartitionListener (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/disk_device_manager/
H A DKPartitionListener.cpp0 // KPartitionListener.cpp
3 #include <KPartitionListener.h>
8 KPartitionListener::KPartitionListener() function in class:KPartitionListener
13 KPartitionListener::~KPartitionListener()
19 KPartitionListener::OffsetChanged(KPartition *partition, off_t offset)
25 KPartitionListener::SizeChanged(KPartition *partition, off_t size)
31 KPartitionListener::ContentSizeChanged(KPartition *partition, off_t size)
37 KPartitionListener
[all...]
H A DKPartition.cpp30 #include <KPartitionListener.h>
49 struct KPartition::ListenerSet : VectorSet<KPartitionListener*> {};
1123 KPartition::AddListener(KPartitionListener* listener)
1139 KPartition::RemoveListener(KPartitionListener* listener)
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartitionListener.h0 // KPartitionListener.h
14 class KPartitionListener { class in namespace:BPrivate::DiskDevice
16 KPartitionListener();
17 virtual ~KPartitionListener();
49 using BPrivate::DiskDevice::KPartitionListener;
H A DKPartition.h23 class KPartitionListener;
173 bool AddListener(KPartitionListener *listener);
174 bool RemoveListener(KPartitionListener *listener);

Completed in 95 milliseconds