Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/test/
H A Dsystemd_parser.cpp51 std::vector<std::string> filePaths; in TEST() local
52 filePaths.emplace_back("/tmp/good_file1.json"); in TEST()
53 filePaths.emplace_back("/tmp/good_file2.json"); in TEST()
55 TargetErrorData targetData = parseFiles(filePaths); in TEST()
91 std::vector<std::string> filePaths; in TEST() local
92 filePaths.emplace_back("/tmp/invalid_error_file.json"); in TEST()
95 EXPECT_THROW(TargetErrorData targetData = parseFiles(filePaths), in TEST()
/openbmc/phosphor-state-manager/
H A Dsystemd_service_parser.cpp6 ServiceMonitorData parseServiceFiles(const std::vector<std::string>& filePaths) in parseServiceFiles() argument
9 for (const auto& jsonFile : filePaths) in parseServiceFiles()
H A Dsystemd_target_parser.cpp40 TargetErrorData parseFiles(const std::vector<std::string>& filePaths) in parseFiles() argument
43 for (const auto& jsonFile : filePaths) in parseFiles()
H A Dsystemd_service_parser.hpp26 ServiceMonitorData parseServiceFiles(const std::vector<std::string>& filePaths);
H A Dsystemd_target_parser.hpp35 TargetErrorData parseFiles(const std::vector<std::string>& filePaths);