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