Home
last modified time | relevance | path

Searched refs:getCertFilePath (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp172 std::string getCertFilePath() in getCertFilePath() function in redfish::CertificateFile
634 certFile->getCertFilePath()); in handleReplaceCertificateAction()
637 certFile->getCertFilePath()); in handleReplaceCertificateAction()
1029 certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost()
1032 "Install", certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost()
1143 certFile->getCertFilePath()); in handleLDAPCertificateCollectionPost()
1146 "Install", certFile->getCertFilePath()); in handleLDAPCertificateCollectionPost()
1282 certFile->getCertFilePath()); in handleTrustStoreCertificateCollectionPost()
1285 certs::certInstallIntf, "Install", certFile->getCertFilePath()); in handleTrustStoreCertificateCollectionPost()
/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp209 std::string getCertFilePath();
H A Dcertificate.cpp687 std::string Certificate::getCertFilePath() in getCertFilePath() function in phosphor::certs::Certificate
H A Dcerts_manager.cpp351 certInstallPath / fs::path(cert->getCertFilePath()).filename()); in installAll()
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp1653 expectedFiles.insert(certs[i]->getCertFilePath()); in TEST_F()