Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp285 boost::urls::url certURL; in getCertificateList() local
288 certURL = boost::urls::format( in getCertificateList()
294 certURL = boost::urls::format( in getCertificateList()
300 certURL = boost::urls::format( in getCertificateList()
310 link["@odata.id"] = certURL; in getCertificateList()
332 const std::string& certId, const boost::urls::url& certURL, in getCertificateProperties() argument
336 objectPath, certId, certURL); in getCertificateProperties()
339 [asyncResp, certURL, certId, in getCertificateProperties()
369 asyncResp->res.jsonValue["@odata.id"] = certURL; in getCertificateProperties()
415 std::string_view(certURL.data(), certURL.size())); in getCertificateProperties()
[all …]
H A Daccount_service.hpp1281 const boost::urls::url certURL = boost::urls::format( in handleAccountServiceClientCertificatesInstanceGet() local
1288 "xyz.openbmc_project.Certs.Manager.Authority.Truststore", id, certURL, in handleAccountServiceClientCertificatesInstanceGet()