Home
last modified time | relevance | path

Searched defs:isRechargeable (Results 1 – 7 of 7) sorted by relevance

/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/iokit/
H A Diokitbattery.cpp134 bool Battery::isRechargeable() const in isRechargeable() function in Battery
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/frontend/
H A Dbattery.cpp75 bool Solid::Battery::isRechargeable() const in isRechargeable() function in Solid::Battery
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/fakehw/
H A Dfakebattery.cpp75 bool FakeBattery::isRechargeable() const in isRechargeable() function in FakeBattery
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/upower/
H A Dupowerbattery.cpp87 bool Battery::isRechargeable() const in isRechargeable() function in Battery
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/linux/powermanagement/
H A DLogindUPowerSyscall.cpp210 bool isRechargeable = properties["IsRechargeable"].asBoolean(); in UpdateBatteryLevel() local
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/win/
H A Dwinbattery.cpp41 bool WinBattery::isRechargeable() const in isRechargeable() function in WinBattery
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dsolid.py413 def isRechargeable(self): member in Solid.Battery