Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_make_id_name.cpp149 this->conflicts = {getMaxId()}; in TYPED_TEST()
150 std::string expectedId = getMaxId(); in TYPED_TEST()
152 EXPECT_THAT(this->makeIdName("", getMaxId()), in TYPED_TEST()
153 Eq(std::pair{expectedId, getMaxId()})); in TYPED_TEST()
H A Dtest_trigger_manager.cpp224 std::string reportId = utils::string_utils::getMaxId(); in TEST_F()
H A Dtest_report_manager.cpp204 std::string reportId = utils::string_utils::getMaxId(); in TEST_F()
/openbmc/telemetry/tests/src/utils/
H A Dstring_utils.hpp8 std::string getMaxId();
H A Dstring_utils.cpp50 std::string getMaxId() in getMaxId() function