Lines Matching refs:Device
16 void Device::setActive(bool active) in setActive()
31 std::string Device::getPathBack(const fs::path& path) in getPathBack()
51 bool Device::active() const in active()
56 bool Device::master() const in master()
61 bool Device::readBinary(const std::string& fileName) const in readBinary()
79 void Device::errorCallback(int error) in errorCallback()
101 void Device::presenceCallback(int) in presenceCallback()
106 void Device::timeoutCallback(int error) in timeoutCallback()
114 void Device::throttleProcTempCallback(int error) in throttleProcTempCallback()
121 void Device::throttleProcPowerCallback(int error) in throttleProcPowerCallback()
128 void Device::throttleMemTempCallback(int error) in throttleMemTempCallback()
133 fs::path Device::getFilenameByRegex(fs::path basePath, in getFilenameByRegex()