Searched refs:getSensorPath (Results 1 – 5 of 5) sorted by relevance
33 std::string getSensorPath(const std::string& type, const std::string& id);
113 std::string getSensorPath(const std::string& type, const std::string& id) in getSensorPath() function
73 path = getSensorPath(type, id); in createDbusPassive()
790 getSensorPath(config.type, inputSensorName); in init()1091 getSensorPath(config.type, shortName); in init()
37 EXPECT_THAT(getSensorPath(std::get<0>(params), std::get<1>(params)), in TEST_P()