Searched refs:pcapEnabled (Results 1 – 3 of 3) sorted by relevance
176 const bool pcapEnabled = getPcapEnabled(); in updatePcapBounds() local177 if (pcapEnabled && (dbusUserCap != 0)) in updatePcapBounds()189 auto occInput = getOccInput(dbusUserCap, pcapEnabled); in updatePcapBounds()213 auto occInput = getOccInput(newCap, pcapEnabled); in updatePcapBounds()227 uint32_t PowerCap::getOccInput(uint32_t pcap, bool pcapEnabled) in getOccInput() argument229 if (!pcapEnabled) in getOccInput()260 utils::PropertyValue pcapEnabled{}; in getPcapEnabled() local263 pcapEnabled = utils::getProperty(PCAP_PATH, PCAP_INTERFACE, in getPcapEnabled()266 return std::get<bool>(pcapEnabled); in getPcapEnabled()390 bool pcapEnabled = false; in pcapChanged() local[all …]
165 uint32_t getOccInput(uint32_t pcap, bool pcapEnabled);
137 bool pcapEnabled{}; in getPcapEnabled() local139 powerCapEnableProp, pcapEnabled); in getPcapEnabled()146 return pcapEnabled; in getPcapEnabled()