Lines Matching refs:sdbusplus

36 using ObjectMapper = sdbusplus::client::xyz::openbmc_project::ObjectMapper<>;
37 using ActBlockTrans = sdbusplus::client::xyz::openbmc_project::software::
40 void subscribeToSystemdSignals(sdbusplus::bus_t& bus) in subscribeToSystemdSignals()
54 catch (const sdbusplus::exception_t& e) in subscribeToSystemdSignals()
62 std::string getService(sdbusplus::bus_t& bus, std::string path, in getService()
87 catch (const sdbusplus::exception_t& e) in getService()
98 std::string getProperty(sdbusplus::bus_t& bus, const std::string& path, in getProperty()
115 catch (const sdbusplus::exception_t& e) in getProperty()
132 void setProperty(sdbusplus::bus_t& bus, const std::string& path, in setProperty()
173 sdbusplus::bus_t& bus, const std::string& errorMsg, in createError()
174 sdbusplus::server::xyz::openbmc_project::logging::Entry::Level errLevel, in createError()
183 sdbusplus::client::xyz::openbmc_project::logging::Create<>; in createError()
192 catch (const sdbusplus::exception_t& e) in createError()
208 void createBmcDump(sdbusplus::bus_t& bus) in createBmcDump()
210 using DumpCreate = sdbusplus::client::xyz::openbmc_project::dump::Create<>; in createBmcDump()
212 sdbusplus::message::object_path(DumpCreate::namespace_path::value) / in createBmcDump()
225 catch (const sdbusplus::exception_t& e) in createBmcDump()
242 bool isBmcReady(sdbusplus::bus_t& bus) in isBmcReady()
244 using BMC = sdbusplus::client::xyz::openbmc_project::state::BMC<>; in isBmcReady()
245 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in isBmcReady()
251 if (sdbusplus::message::convert_from_string<BMC::BMCState>(bmcState) != in isBmcReady()
260 bool waitBmcReady(sdbusplus::bus_t& bus, std::chrono::seconds timeout) in waitBmcReady()
275 bool isFirmwareUpdating(sdbusplus::bus_t& bus) in isFirmwareUpdating()
296 catch (const sdbusplus::exception_t& e) in isFirmwareUpdating()