Home
last modified time | relevance | path

Searched refs:JsonStorage (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/telemetry/tests/src/
H A Dtest_persistent_json_storage.cpp14 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 Dtest_trigger.cpp96 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 Dtest_trigger_manager.cpp444 using FilePath = interfaces::JsonStorage::FilePath;
445 using DirectoryPath = interfaces::JsonStorage::DirectoryPath;
H A Dtest_report_manager.cpp536 using FilePath = interfaces::JsonStorage::FilePath;
537 using DirectoryPath = interfaces::JsonStorage::DirectoryPath;
/openbmc/telemetry/src/
H A Dtrigger.hpp27 interfaces::JsonStorage& triggerStorage,
63 interfaces::JsonStorage::FilePath fileName;
64 interfaces::JsonStorage& triggerStorage;
H A Dtelemetry.hpp23 interfaces::JsonStorage::DirectoryPath( in Telemetry()
29 interfaces::JsonStorage::DirectoryPath( in Telemetry()
H A Dreport.hpp63 interfaces::JsonStorage& reportStorage,
104 interfaces::JsonStorage::FilePath reportFileName() const;
133 interfaces::JsonStorage& reportStorage;
H A Dtrigger_manager.hpp19 std::unique_ptr<interfaces::JsonStorage> triggerStorage,
35 std::unique_ptr<interfaces::JsonStorage> triggerStorage;
H A Dreport_manager.hpp25 std::unique_ptr<interfaces::JsonStorage> reportStorage,
41 std::unique_ptr<interfaces::JsonStorage> reportStorage;
H A Dpersistent_json_storage.cpp124 std::vector<interfaces::JsonStorage::FilePath>
127 std::vector<interfaces::JsonStorage::FilePath> result; in list()
H A Dpersistent_json_storage.hpp5 class PersistentJsonStorage : public interfaces::JsonStorage
H A Dtrigger_manager.cpp17 std::unique_ptr<interfaces::JsonStorage> triggerStorageIn, in TriggerManager()
133 std::vector<interfaces::JsonStorage::FilePath> paths = in loadFromPersistent()
H A Dreport_factory.hpp39 interfaces::JsonStorage& reportStorage,
H A Dreport_manager.cpp20 std::unique_ptr<interfaces::JsonStorage> reportStorageIn, in ReportManager()
172 std::vector<interfaces::JsonStorage::FilePath> paths = in loadFromPersistent()
H A Dreport.cpp29 interfaces::JsonStorage& reportStorageIn, in Report()
521 interfaces::JsonStorage::FilePath Report::reportFileName() const in reportFileName()
523 return interfaces::JsonStorage::FilePath{ in reportFileName()
H A Dtrigger_factory.hpp24 interfaces::JsonStorage& triggerStorage,
H A Dreport_factory.cpp24 interfaces::JsonStorage& reportStorage, in make()
H A Dtrigger.cpp23 interfaces::JsonStorage& triggerStorageIn, in Trigger()
/openbmc/telemetry/tests/src/helpers/interfaces/
H A Djson_storage_helpers.hpp10 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 Djson_storage.hpp13 class JsonStorage class
19 virtual ~JsonStorage() = default;
H A Dreport_factory.hpp44 JsonStorage& reportStorage,
H A Dtrigger_factory.hpp30 interfaces::JsonStorage& triggerStorage,
/openbmc/telemetry/tests/src/mocks/
H A Dtrigger_factory_mock.hpp30 interfaces::JsonStorage& triggerStorage,
60 const testing::Matcher<interfaces::JsonStorage&>& triggerStorage) in expectMake()
H A Dreport_factory_mock.hpp64 interfaces::JsonStorage&, std::vector<LabeledMetricParameters>,
71 const testing::Matcher<interfaces::JsonStorage&>& js) in expectMake()
H A Djson_storage_mock.hpp7 class StorageMock : public interfaces::JsonStorage

12