Home
last modified time | relevance | path

Searched refs:dumpObjPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_dump.cpp31 static constexpr auto dumpObjPath = "/xyz/openbmc_project/dump/system"; variable
116 auto notifyObjPath = dumpObjPath; in newFileAvailable()
H A Dfile_io.hpp160 static constexpr auto dumpObjPath = "/xyz/openbmc_project/dump/resource/entry/"; variable
238 sdbusplus::bus::match::rules::argNpath(0, dumpObjPath), in Handler()
/openbmc/pldm/platform-mc/
H A Devent_manager.cpp457 static constexpr auto dumpObjPath = in createCperDumpEntry() local
466 dumpObjPath, dumpInterface); in createCperDumpEntry()
467 auto method = bus.new_method_call(service.c_str(), dumpObjPath, in createCperDumpEntry()