Home
last modified time | relevance | path

Searched refs:isHotpluggable (Results 1 – 25 of 39) sorted by relevance

12

/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dstoragedrive.h46 Q_PROPERTY(bool hotpluggable READ isHotpluggable)
141 bool isHotpluggable() const;
H A Dstoragedrive.cpp65 bool Solid::StorageDrive::isHotpluggable() const in isHotpluggable() function in Solid::StorageDrive
68 return_SOLID_CALL(Ifaces::StorageDrive *, d->backendObject(), false, isHotpluggable()); in isHotpluggable()
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/frontend/
H A Dstoragedrive.h31 Q_PROPERTY(bool hotpluggable READ isHotpluggable)
128 bool isHotpluggable() const;
H A Dstoragedrive.cpp49 bool Solid::StorageDrive::isHotpluggable() const in isHotpluggable() function in Solid::StorageDrive
52 return_SOLID_CALL(Ifaces::StorageDrive *, d->backendObject(), false, isHotpluggable()); in isHotpluggable()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/soliddevice/
H A Dsoliddeviceengine.cpp179 setData(name, I18N_NOOP("Hotpluggable"), storagedrive->isHotpluggable()); in populateDeviceData()
184 bool isHotpluggable = false; in populateDeviceData() local
188 isRemovable = (drive->isRemovable() || drive->isHotpluggable()); in populateDeviceData()
189 isHotpluggable = drive->isHotpluggable(); in populateDeviceData()
192 setData(name, I18N_NOOP("Hotpluggable"), isHotpluggable); in populateDeviceData()
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/ifaces/
H A Dstoragedrive.h80 virtual bool isHotpluggable() const = 0;
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/ifaces/
H A Dstoragedrive.h64 virtual bool isHotpluggable() const = 0;
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/hal/
H A Dhalstorage.h46 bool isHotpluggable() const override;
H A Dhalstorage.cpp113 bool Storage::isHotpluggable() const in isHotpluggable() function in Storage
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/udisks/
H A Dudisksstoragedrive.h45 virtual bool isHotpluggable() const;
H A Dudisksstoragedrive.cpp44 bool UDisksStorageDrive::isHotpluggable() const in isHotpluggable() function in UDisksStorageDrive
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/wmi/
H A Dwmistorage.h48 virtual bool isHotpluggable() const;
H A Dwmistorage.cpp102 bool Storage::isHotpluggable() const in isHotpluggable() function in Storage
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/udisks2/
H A Dudisksstoragedrive.h48 bool isHotpluggable() const override;
H A Dudisksstoragedrive.cpp48 bool StorageDrive::isHotpluggable() const in isHotpluggable() function in StorageDrive
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/fakehw/
H A Dfakestorage.h33 bool isHotpluggable() const override;
H A Dfakestorage.cpp70 bool FakeStorage::isHotpluggable() const in isHotpluggable() function in FakeStorage
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/udisks2/
H A Dudisksstoragedrive.h34 bool isHotpluggable() const override;
H A Dudisksstoragedrive.cpp33 bool StorageDrive::isHotpluggable() const in isHotpluggable() function in StorageDrive
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/win/
H A Dwinstoragedrive.h34 virtual bool isHotpluggable() const;
H A Dwinstoragedrive.cpp48 bool WinStorageDrive::isHotpluggable() const in isHotpluggable() function in WinStorageDrive
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/iokit/
H A Diokitstorage.h40 bool isHotpluggable() const override;
H A Diokitstorage.cpp78 bool IOKitStorage::isHotpluggable() const in isHotpluggable() function in IOKitStorage
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkfileplacesitem.cpp212 if (m_drive && (m_drive->isHotpluggable() || m_drive->isRemovable())) { in groupType()
309 return !m_drive->isHotpluggable() && !m_drive->isRemovable(); in deviceData()
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/file/
H A Dstoragedevices.cpp155 if (parent->isRemovable() || parent->isHotpluggable()) { in isUsable()

12