Searched refs:certURL (Results 1 – 2 of 2) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 285 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 D | account_service.hpp | 1281 const boost::urls::url certURL = boost::urls::format( in handleAccountServiceClientCertificatesInstanceGet() local 1288 "xyz.openbmc_project.Certs.Manager.Authority.Truststore", id, certURL, in handleAccountServiceClientCertificatesInstanceGet()
|