Home
last modified time | relevance | path

Searched refs:tstring (Results 1 – 19 of 19) sorted by relevance

/openbmc/telemetry/src/types/
H A Dreadings.hpp10 utils::LabeledTuple<ReadingData, utils::tstring::MetricProperty,
11 utils::tstring::MetricValue, utils::tstring::Timestamp>;
15 utils::tstring::Timestamp, utils::tstring::Readings>;
H A Dreport_types.hpp26 utils::tstring::SensorPath, utils::tstring::OperationType,
27 utils::tstring::CollectionTimeScope, utils::tstring::CollectionDuration>;
H A Dsensor_types.hpp14 utils::tstring::Service, utils::tstring::Path,
15 utils::tstring::Metadata>;
H A Dtrigger_types.hpp58 utils::tstring::UserId, utils::tstring::Severity, utils::tstring::DwellTime,
59 utils::tstring::ThresholdValue>;
129 std::tuple<Type, uint64_t, Direction, double>, utils::tstring::Type,
130 utils::tstring::DwellTime, utils::tstring::Direction,
131 utils::tstring::ThresholdValue>;
H A Dreadings.cpp8 namespace ts = utils::tstring;
H A Dreport_types.cpp8 namespace ts = utils::tstring; in toReadingParameters()
/openbmc/telemetry/tests/src/
H A Dtest_trigger.cpp381 EXPECT_THAT(tocheck.at_label<utils::tstring::Type>(), in TEST_F()
382 Eq(base.at_label<utils::tstring::Type>())); in TEST_F()
383 EXPECT_THAT(tocheck.at_label<utils::tstring::Direction>(), in TEST_F()
384 Eq(base.at_label<utils::tstring::Direction>())); in TEST_F()
385 EXPECT_THAT(tocheck.at_label<utils::tstring::DwellTime>(), in TEST_F()
386 Eq(base.at_label<utils::tstring::DwellTime>())); in TEST_F()
387 EXPECT_THAT(tocheck.at_label<utils::tstring::ThresholdValue>(), in TEST_F()
388 Eq(base.at_label<utils::tstring::ThresholdValue>())); in TEST_F()
407 EXPECT_THAT(tocheck.at_label<utils::tstring::UserId>(), in TEST_F()
408 Eq(base.at_label<utils::tstring::UserId>())); in TEST_F()
[all …]
H A Dtest_report.cpp31 namespace tstring = utils::tstring;
114 .at_label<tstring::SensorPath>() in getMetricsFromReadingParams()
300 readingParams[0].at_label<utils::tstring::SensorPath>(); in TEST_F()
651 {{{tstring::SensorPath::str(),
652 {{{tstring::Service::str(), "Service"},
653 {tstring::Path::str(),
655 {tstring::Metadata::str(), "metadata1"}}}},
656 {tstring::OperationType::str(), OperationType::avg},
657 {tstring::CollectionTimeScope::str(),
659 {tstring::CollectionDuration::str(), 0}},
[all …]
H A Dtest_metric.cpp16 namespace tstring = utils::tstring;
159 namespace ts = utils::tstring; in TEST_F()
H A Dtest_discrete_threshold.cpp115 .at_label<utils::tstring::UserId>(), in TEST_F()
124 .at_label<utils::tstring::UserId>(), in TEST_F()
H A Dtest_trigger_manager.cpp266 namespace ts = utils::tstring; in TEST_F()
361 namespace ts = utils::tstring; in TEST_F()
H A Dtest_report_manager.cpp368 metricParams[0].at_label<utils::tstring::SensorPath>(); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/
H A D0001-Allow-specifying-path-to-7z-library-in-tests.patch41 inline auto sevenzip_lib_path() -> tstring {
44 + static const tstring lib_path = BIT7Z_STRING( BIT7Z_TESTS_7Z_LIBRARY_PATH );
47 static const tstring lib_path = BIT7Z_STRING( "C:\\Program Files\\7-Zip\\7z.dll" );
/openbmc/telemetry/src/
H A Dreport_factory.cpp32 namespace ts = utils::tstring; in make()
71 namespace ts = utils::tstring; in updateMetrics()
99 using namespace utils::tstring; in getSensors()
H A Dreport_manager.cpp106 namespace ts = utils::tstring; in verifyAddReport()
250 metricParam.at_label<utils::tstring::SensorPath>(); in verifyMetricParams()
H A Dtrigger_manager.cpp90 namespace ts = utils::tstring; in verifyThresholdParams()
H A Dtrigger_factory.cpp13 namespace ts = utils::tstring;
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.cpp10 namespace ts = utils::tstring;
84 namespace ts = utils::tstring; in fromLabeledThresholdParam()
H A Dtstring.hpp8 namespace tstring namespace