Home
last modified time | relevance | path

Searched refs:pathAppend (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/tests/src/
H A Dtest_path_append.cpp10 using utils::pathAppend;
37 EXPECT_EQ(pathAppend(basePath, extension), expectedPath); in TEST_P()
57 EXPECT_THROW(pathAppend(basePath, extension), in TEST_P()
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp23 return utils::pathAppend(utils::constants::reportDirPath, id); in TriggerParams()
75 return utils::pathAppend(utils::constants::reportDirPath, id); in reportIds()
/openbmc/telemetry/src/
H A Dtrigger.cpp26 path(utils::pathAppend(utils::constants::triggerDirPath, *id)), in Trigger()
120 return utils::pathAppend(utils::constants::reportDirPath, id); in __anon5e4599b80402()
H A Dreport.cpp34 id(reportId), path(utils::pathAppend(utils::constants::reportDirPath, id)), in Report()
354 return utils::pathAppend(utils::constants::triggerDirPath, in makeReportInterface()
/openbmc/telemetry/src/utils/
H A Ddbus_path_utils.hpp62 sdbusplus::message::object_path pathAppend(sdbusplus::message::object_path path,
H A Ddbus_path_utils.cpp5 sdbusplus::message::object_path pathAppend(sdbusplus::message::object_path path, in pathAppend() function