Searched refs:certHttpBody (Results 1 – 1 of 1) sorted by relevance
1000 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleHTTPSCertificateCollectionPost() local1002 if (certHttpBody.empty()) in handleHTTPSCertificateCollectionPost()1010 std::make_shared<CertificateFile>(certHttpBody); in handleHTTPSCertificateCollectionPost()1116 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleLDAPCertificateCollectionPost() local1118 if (certHttpBody.empty()) in handleLDAPCertificateCollectionPost()1126 std::make_shared<CertificateFile>(certHttpBody); in handleLDAPCertificateCollectionPost()1256 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleTrustStoreCertificateCollectionPost() local1258 if (certHttpBody.empty()) in handleTrustStoreCertificateCollectionPost()1266 std::make_shared<CertificateFile>(certHttpBody); in handleTrustStoreCertificateCollectionPost()