Searched refs:httpsServiceName (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 70 constexpr const char* httpsServiceName = variable 584 service = certs::httpsServiceName; in handleReplaceCertificateAction() 759 service = certs::httpsServiceName; in handleGenerateCSRAction() 1026 certs::httpsServiceName, certId, certURL, in handleHTTPSCertificateCollectionPost() 1031 certs::httpsServiceName, certs::httpsObjectPath, certs::certInstallIntf, in handleHTTPSCertificateCollectionPost() 1057 getCertificateProperties(asyncResp, objPath, certs::httpsServiceName, in handleHTTPSCertificateGet()
|
H A D | network_protocol.hpp | 50 static constexpr std::string_view httpsServiceName = "bmcweb"; 57 {"HTTPS", httpsServiceName}, 52 static constexpr std::string_view httpsServiceName = "bmcweb"; global() variable
|