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.hpp287 boost::urls::url certURL; in getCertificateList() local
290 certURL = boost::urls::format( in getCertificateList()
296 certURL = boost::urls::format( in getCertificateList()
302 certURL = boost::urls::format( in getCertificateList()
312 link["@odata.id"] = certURL; in getCertificateList()
334 const std::string& certId, const boost::urls::url& certURL, in getCertificateProperties() argument
338 objectPath, certId, certURL); in getCertificateProperties()
341 [asyncResp, certURL, certId, in getCertificateProperties()
371 asyncResp->res.jsonValue["@odata.id"] = certURL; in getCertificateProperties()
417 std::string_view(certURL.data(), certURL.size())); in getCertificateProperties()
[all …]
H A Daccount_service.hpp1278 const boost::urls::url certURL = boost::urls::format( in handleAccountServiceClientCertificatesInstanceGet() local
1285 "xyz.openbmc_project.Certs.Manager.Authority.Truststore", id, certURL, in handleAccountServiceClientCertificatesInstanceGet()