| /openbmc/telemetry/tests/src/ |
| H A D | test_persistent_json_storage.cpp | 14 using FilePath = interfaces::JsonStorage::FilePath; 15 using DirectoryPath = interfaces::JsonStorage::DirectoryPath; 36 const interfaces::JsonStorage::DirectoryPath 38 interfaces::JsonStorage::DirectoryPath( 119 static interfaces::JsonStorage::FilePath setupSymlinks( in setupSymlinks() 121 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() 128 return interfaces::JsonStorage::FilePath(linkPath); in setupSymlinks() 134 static interfaces::JsonStorage::FilePath setupSymlinks( in setupSymlinks() 136 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() 143 return interfaces::JsonStorage::FilePath( in setupSymlinks() [all …]
|
| H A D | test_trigger_manager.cpp | 457 using FilePath = interfaces::JsonStorage::FilePath; 458 using DirectoryPath = interfaces::JsonStorage::DirectoryPath;
|
| H A D | test_report_manager.cpp | 549 using FilePath = interfaces::JsonStorage::FilePath; 550 using DirectoryPath = interfaces::JsonStorage::DirectoryPath;
|
| H A D | test_trigger.cpp | 102 static interfaces::JsonStorage::FilePath to_file_path(std::string name) in to_file_path() 104 return interfaces::JsonStorage::FilePath( in to_file_path()
|
| /openbmc/telemetry/tests/src/helpers/interfaces/ |
| H A D | json_storage_helpers.hpp | 10 inline void PrintTo(const JsonStorage::FilePath& o, std::ostream* os) in PrintTo() 14 inline void PrintTo(const JsonStorage::DirectoryPath& o, std::ostream* os) in PrintTo()
|
| /openbmc/telemetry/src/interfaces/ |
| H A D | json_storage.hpp | 13 class JsonStorage class 19 virtual ~JsonStorage() = default;
|
| H A D | report_factory.hpp | 43 ReportManager& reportManager, JsonStorage& reportStorage,
|
| H A D | trigger_factory.hpp | 30 interfaces::JsonStorage& triggerStorage,
|
| /openbmc/telemetry/src/ |
| H A D | trigger.hpp | 27 interfaces::JsonStorage& triggerStorage, 64 interfaces::JsonStorage::FilePath fileName; 65 interfaces::JsonStorage& triggerStorage;
|
| H A D | telemetry.hpp | 23 interfaces::JsonStorage::DirectoryPath( in Telemetry() 29 interfaces::JsonStorage::DirectoryPath( in Telemetry()
|
| H A D | trigger_manager.hpp | 19 std::unique_ptr<interfaces::JsonStorage> triggerStorage, 36 std::unique_ptr<interfaces::JsonStorage> triggerStorage;
|
| H A D | report.hpp | 67 interfaces::JsonStorage& reportStorage, 108 interfaces::JsonStorage::FilePath reportFileName() const; 137 interfaces::JsonStorage& reportStorage;
|
| H A D | report_manager.hpp | 25 std::unique_ptr<interfaces::JsonStorage> reportStorage, 41 std::unique_ptr<interfaces::JsonStorage> reportStorage;
|
| H A D | persistent_json_storage.hpp | 5 class PersistentJsonStorage : public interfaces::JsonStorage
|
| H A D | persistent_json_storage.cpp | 124 std::vector<interfaces::JsonStorage::FilePath> PersistentJsonStorage::list() in list() 127 std::vector<interfaces::JsonStorage::FilePath> result; in list()
|
| H A D | report_factory.hpp | 38 interfaces::JsonStorage& reportStorage,
|
| H A D | trigger_manager.cpp | 21 std::unique_ptr<interfaces::JsonStorage> triggerStorageIn, in TriggerManager() 153 std::vector<interfaces::JsonStorage::FilePath> paths = in loadFromPersistent()
|
| H A D | report_manager.cpp | 27 std::unique_ptr<interfaces::JsonStorage> reportStorageIn, in ReportManager() 190 std::vector<interfaces::JsonStorage::FilePath> paths = in loadFromPersistent()
|
| H A D | report.cpp | 36 interfaces::JsonStorage& reportStorageIn, in Report() 552 interfaces::JsonStorage::FilePath Report::reportFileName() const in reportFileName() 554 return interfaces::JsonStorage::FilePath{ in reportFileName()
|
| H A D | trigger_factory.hpp | 24 interfaces::JsonStorage& triggerStorage,
|
| H A D | report_factory.cpp | 24 interfaces::JsonStorage& reportStorage, in make()
|
| H A D | trigger.cpp | 29 interfaces::JsonStorage& triggerStorageIn, in Trigger()
|
| /openbmc/telemetry/tests/src/mocks/ |
| H A D | trigger_factory_mock.hpp | 30 interfaces::JsonStorage& triggerStorage, 60 const testing::Matcher<interfaces::JsonStorage&>& triggerStorage) const in expectMake()
|
| H A D | report_factory_mock.hpp | 65 interfaces::JsonStorage&, std::vector<LabeledMetricParameters>, 72 const testing::Matcher<interfaces::JsonStorage&>& js) const in expectMake()
|
| H A D | json_storage_mock.hpp | 7 class StorageMock : public interfaces::JsonStorage
|