Lines Matching refs:BDiskDeviceList

25 BDiskDeviceList::BDiskDeviceList(bool useOwnLocker)  in BDiskDeviceList()  function in BDiskDeviceList
37 BDiskDeviceList::~BDiskDeviceList() in ~BDiskDeviceList()
46 BDiskDeviceList::MessageReceived(BMessage *message) in MessageReceived()
48 AutoLocker<BDiskDeviceList> _(this); in MessageReceived()
107 BDiskDeviceList::SetNextHandler(BHandler *handler) in SetNextHandler()
110 AutoLocker<BDiskDeviceList> _(this); in SetNextHandler()
133 BDiskDeviceList::Fetch() in Fetch()
136 AutoLocker<BDiskDeviceList> _(this); in Fetch()
170 BDiskDeviceList::Unset() in Unset()
172 AutoLocker<BDiskDeviceList> _(this); in Unset()
190 BDiskDeviceList::Lock() in Lock()
205 BDiskDeviceList::Unlock() in Unlock()
220 BDiskDeviceList::CountDevices() const in CountDevices()
235 BDiskDeviceList::DeviceAt(int32 index) const in DeviceAt()
254 BDiskDeviceList::VisitEachDevice(BDiskDeviceVisitor *visitor) in VisitEachDevice()
279 BDiskDeviceList::VisitEachPartition(BDiskDeviceVisitor *visitor) in VisitEachPartition()
305 BDiskDeviceList::VisitEachMountedPartition(BDiskDeviceVisitor *visitor) in VisitEachMountedPartition()
335 BDiskDeviceList::VisitEachMountablePartition(BDiskDeviceVisitor *visitor) in VisitEachMountablePartition()
360 BDiskDeviceList::DeviceWithID(int32 id) const in DeviceWithID()
363 return const_cast<BDiskDeviceList*>(this)->VisitEachDevice(&visitor); in DeviceWithID()
376 BDiskDeviceList::PartitionWithID(int32 id) const in PartitionWithID()
379 return const_cast<BDiskDeviceList*>(this)->VisitEachPartition(&visitor); in PartitionWithID()
390 BDiskDeviceList::MountPointMoved(BPartition *partition) in MountPointMoved()
403 BDiskDeviceList::PartitionMounted(BPartition *partition) in PartitionMounted()
416 BDiskDeviceList::PartitionUnmounted(BPartition *partition) in PartitionUnmounted()
429 BDiskDeviceList::PartitionInitialized(BPartition *partition) in PartitionInitialized()
442 BDiskDeviceList::PartitionResized(BPartition *partition) in PartitionResized()
455 BDiskDeviceList::PartitionMoved(BPartition *partition) in PartitionMoved()
468 BDiskDeviceList::PartitionCreated(BPartition *partition) in PartitionCreated()
489 BDiskDeviceList::PartitionDeleted(BPartition *partition, in PartitionDeleted()
502 BDiskDeviceList::PartitionDefragmented(BPartition *partition) in PartitionDefragmented()
515 BDiskDeviceList::PartitionRepaired(BPartition *partition) in PartitionRepaired()
532 BDiskDeviceList::PartitionChanged(BPartition *partition, uint32 event) in PartitionChanged()
544 BDiskDeviceList::MediaChanged(BDiskDevice *device) in MediaChanged()
556 BDiskDeviceList::DeviceAdded(BDiskDevice *device) in DeviceAdded()
571 BDiskDeviceList::DeviceRemoved(BDiskDevice *device) in DeviceRemoved()
584 BDiskDeviceList::_StartWatching() in _StartWatching()
601 BDiskDeviceList::_StopWatching() in _StopWatching()
614 BDiskDeviceList::_MountPointMoved(BMessage *message) in _MountPointMoved()
627 BDiskDeviceList::_PartitionMounted(BMessage *message) in _PartitionMounted()
640 BDiskDeviceList::_PartitionUnmounted(BMessage *message) in _PartitionUnmounted()
653 BDiskDeviceList::_PartitionInitialized(BMessage *message) in _PartitionInitialized()
666 BDiskDeviceList::_PartitionResized(BMessage *message) in _PartitionResized()
679 BDiskDeviceList::_PartitionMoved(BMessage *message) in _PartitionMoved()
692 BDiskDeviceList::_PartitionCreated(BMessage *message) in _PartitionCreated()
705 BDiskDeviceList::_PartitionDeleted(BMessage *message) in _PartitionDeleted()
720 BDiskDeviceList::_PartitionDefragmented(BMessage *message) in _PartitionDefragmented()
733 BDiskDeviceList::_PartitionRepaired(BMessage *message) in _PartitionRepaired()
746 BDiskDeviceList::_MediaChanged(BMessage *message) in _MediaChanged()
757 BDiskDeviceList::_DeviceAdded(BMessage *message) in _DeviceAdded()
775 BDiskDeviceList::_DeviceRemoved(BMessage *message) in _DeviceRemoved()
791 BDiskDeviceList::_FindDevice(BMessage *message) in _FindDevice()
807 BDiskDeviceList::_FindPartition(BMessage *message) in _FindPartition()
824 BDiskDeviceList::_UpdateDevice(BMessage *message) in _UpdateDevice()