Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dsensor_cache.hpp21 auto id = SensorType::makeId(service, path); in makeSensor()
H A Dsensor.hpp28 static Id makeId(std::string_view service, std::string_view path);
H A Dsensor.cpp18 Sensor::Id Sensor::makeId(std::string_view service, std::string_view path) in makeId() function in Sensor
/openbmc/telemetry/tests/src/mocks/
H A Dsensor_mock.hpp22 static Id makeId(std::string_view service, std::string_view path) in makeId() function in SensorMock
/openbmc/telemetry/tests/src/
H A Dtest_sensor_cache.cpp105 auto expected = SensorMock::makeId("sensor-service", "sensor-path"); in TEST_F()
H A Dtest_metric.cpp162 .WillByDefault(Return(SensorMock::makeId("service1", "path1"))); in TEST_F()