Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp70 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 Dnetwork_protocol.hpp50 static constexpr std::string_view httpsServiceName = "bmcweb";
57 {"HTTPS", httpsServiceName},
52 static constexpr std::string_view httpsServiceName = "bmcweb"; global() variable