Home | History | Annotate | Download | only in perfmgr

Lines Matching defs:Node

31 // The Node class provides an interface for adding and cancelling powerhint
33 // request will expire. There are additional methods for getting the Node?s name
35 // and request management. The core of the Node class is a vector of
37 // requests on the node. Each entry in the vector corresponds to a possible
38 // value for the node, in priority order. For example, the first entry in the
45 // collected in a RequestGroup. Node class is not thread safe so it needs
47 class Node {
49 Node(std::string name, std::string node_path,
61 // std::chrono::milliseconds::max() if no active request on Node; update
62 // node's controlled file node value and the current value index based on
76 Node(const Node& other) = delete;
77 Node& operator=(Node const&) = delete;