Lines Matching +full:auto +full:- +full:poll
18 constexpr auto PRESENCE_ERROR_PATH =
20 constexpr auto SAFE_ERROR_PATH = "org.open_power.OCC.Device.Error.SafeState";
21 constexpr auto MISSING_OCC_SENSORS_PATH =
23 constexpr auto OCC_COMM_ERROR_PATH =
40 * @param[in] event - reference to sd_event unique_ptr
41 * @param[in] file - File used by driver to communicate errors
42 * @param[in] callBack - Optional function callback on error condition
74 * @param[in] path - the DBus error path
75 * @param[in] err - Optional error return code
76 * @param[in] callout - Optional PEL callout path
77 * @param[in] isInventory - true if the callout path is an
95 * @param[in] poll - Indicates whether or not the error file should
97 * necessary for error files that don't support the poll
100 void addWatch(bool poll = true);
128 * @param[in] es - Populated event source
129 * @param[in] fd - Associated File descriptor
130 * @param[in] revents - Type of event
131 * @param[in] userData - User data that was passed during registration
133 * @return - 0 or positive number on success and negative
147 int fd = -1;