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.hpp170 std::string getCertFilePath() in getCertFilePath() function in redfish::CertificateFile
634 certFile->getCertFilePath()); in handleReplaceCertificateAction()
637 certFile->getCertFilePath()); in handleReplaceCertificateAction()
1032 certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost()
1035 "Install", certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost()
1147 certFile->getCertFilePath()); in handleLDAPCertificateCollectionPost()
1150 "Install", certFile->getCertFilePath()); in handleLDAPCertificateCollectionPost()
1287 certFile->getCertFilePath()); in handleTrustStoreCertificateCollectionPost()
1290 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()