Searched refs:makeId (Results 1 – 6 of 6) sorted by relevance
21 auto id = SensorType::makeId(service, path); in makeSensor()
28 static Id makeId(std::string_view service, std::string_view path);
18 Sensor::Id Sensor::makeId(std::string_view service, std::string_view path) in makeId() function in Sensor
22 static Id makeId(std::string_view service, std::string_view path) in makeId() function in SensorMock
105 auto expected = SensorMock::makeId("sensor-service", "sensor-path"); in TEST_F()
162 .WillByDefault(Return(SensorMock::makeId("service1", "path1"))); in TEST_F()