/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 121 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() 128 return interfaces::JsonStorage::FilePath(linkPath); in setupSymlinks() 134 static interfaces::JsonStorage::FilePath 136 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() 143 return interfaces::JsonStorage::FilePath(linkPath / in setupSymlinks() [all …]
|
H A D | test_trigger.cpp | 96 static interfaces::JsonStorage::FilePath to_file_path(std::string name) in to_file_path() 98 return interfaces::JsonStorage::FilePath( in to_file_path()
|
H A D | test_trigger_manager.cpp | 444 using FilePath = interfaces::JsonStorage::FilePath; 445 using DirectoryPath = interfaces::JsonStorage::DirectoryPath;
|
H A D | test_report_manager.cpp | 536 using FilePath = interfaces::JsonStorage::FilePath; 537 using DirectoryPath = interfaces::JsonStorage::DirectoryPath;
|
/openbmc/telemetry/src/ |
H A D | trigger.hpp | 27 interfaces::JsonStorage& triggerStorage, 63 interfaces::JsonStorage::FilePath fileName; 64 interfaces::JsonStorage& triggerStorage;
|
H A D | telemetry.hpp | 23 interfaces::JsonStorage::DirectoryPath( in Telemetry() 29 interfaces::JsonStorage::DirectoryPath( in Telemetry()
|
H A D | report.hpp | 63 interfaces::JsonStorage& reportStorage, 104 interfaces::JsonStorage::FilePath reportFileName() const; 133 interfaces::JsonStorage& reportStorage;
|
H A D | trigger_manager.hpp | 19 std::unique_ptr<interfaces::JsonStorage> triggerStorage, 35 std::unique_ptr<interfaces::JsonStorage> triggerStorage;
|
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.cpp | 124 std::vector<interfaces::JsonStorage::FilePath> 127 std::vector<interfaces::JsonStorage::FilePath> result; in list()
|
H A D | persistent_json_storage.hpp | 5 class PersistentJsonStorage : public interfaces::JsonStorage
|
H A D | trigger_manager.cpp | 17 std::unique_ptr<interfaces::JsonStorage> triggerStorageIn, in TriggerManager() 133 std::vector<interfaces::JsonStorage::FilePath> paths = in loadFromPersistent()
|
H A D | report_factory.hpp | 39 interfaces::JsonStorage& reportStorage,
|
H A D | report_manager.cpp | 20 std::unique_ptr<interfaces::JsonStorage> reportStorageIn, in ReportManager() 172 std::vector<interfaces::JsonStorage::FilePath> paths = in loadFromPersistent()
|
H A D | report.cpp | 29 interfaces::JsonStorage& reportStorageIn, in Report() 521 interfaces::JsonStorage::FilePath Report::reportFileName() const in reportFileName() 523 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 | 23 interfaces::JsonStorage& triggerStorageIn, in Trigger()
|
/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 | 44 JsonStorage& reportStorage,
|
H A D | trigger_factory.hpp | 30 interfaces::JsonStorage& triggerStorage,
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | trigger_factory_mock.hpp | 30 interfaces::JsonStorage& triggerStorage, 60 const testing::Matcher<interfaces::JsonStorage&>& triggerStorage) in expectMake()
|
H A D | report_factory_mock.hpp | 64 interfaces::JsonStorage&, std::vector<LabeledMetricParameters>, 71 const testing::Matcher<interfaces::JsonStorage&>& js) in expectMake()
|
H A D | json_storage_mock.hpp | 7 class StorageMock : public interfaces::JsonStorage
|