Home
last modified time | relevance | path

Searched refs:csrObjectPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp527 auto csrObjectPath = objectPath + '/' + "csr"; in generateCSR() local
528 return csrObjectPath; in generateCSR()
887 auto csrObjectPath = objectPath + '/' + "csr"; in createCSRObject() local
888 csrPtr = std::make_unique<CSR>(bus, csrObjectPath.c_str(), in createCSRObject()
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp890 sdbusplus::message::object_path csrObjectPath; in handleGenerateCSRAction() local
891 m.read(csrObjectPath, interfacesProperties); in handleGenerateCSRAction()
892 BMCWEB_LOG_DEBUG("CSR object added{}", csrObjectPath.str); in handleGenerateCSRAction()
898 csrObjectPath.str); in handleGenerateCSRAction()