Lines Matching +full:led +full:- +full:order
3 #include <phosphor-logging/lg2.hpp>
14 namespace led namespace
17 static constexpr auto confFileName = "led-group-config.json";
18 static constexpr auto confOverridePath = "/etc/phosphor-led-manager";
19 static constexpr auto confBasePath = "/usr/share/phosphor-led-manager";
31 * will watch entity-manager for the
34 * @param[in] bus - The D-Bus object
35 * @param[in] event - sd event handler
66 * @param[in] names - Vector of the confCompatible Property
68 * @return - True or False
92 * @param[in] msg - The D-Bus message contents
132 * json config file from the following locations in order.
133 * confOverridePath: /etc/phosphor-led-manager/led-group-config.json
134 * confBasePath: /usr/shard/phosphor-led-manager/led-group-config.json
136 * /usr/shard/phosphor-led-manager/${Name}/led-group-config.json
162 auto objects = phosphor::led::utils::DBusHandler::getSubTreePaths( in getFilePath()
169 auto value = phosphor::led::utils::DBusHandler::getProperty( in getFilePath()
234 phosphor::led::JsonConfig jsonConfig(bus, event); in getJsonConfig()
249 } // namespace led