Lines Matching defs:sensorPath
55 const auto pos = sensorInfo.sensorPath.find_last_of('/');
56 const auto leaf = sensorInfo.sensorPath.substr(pos + 1);
58 const auto remaining = sensorInfo.sensorPath.substr(0, pos);
120 sensorInfo.sensorPath);
131 bus, service, sensorInfo.sensorPath, intf, property);
147 "SERVICE", service, "PATH", sensorInfo.sensorPath,
159 return mapDbusToAssertion(sensorInfo, sensorInfo.sensorPath,
173 auto response = mapDbusToAssertion(sensorInfo, sensorInfo.sensorPath,
207 const std::string& sensorPath,
214 auto dbusService = getService(bus, sensorInterface, sensorPath);
216 return bus.new_method_call(dbusService.c_str(), sensorPath.c_str(),
224 makeDbusMsg("org.freedesktop.DBus.Properties", sensorInfo.sensorPath,
277 sensorInfo.sensorPath, "Set",
315 auto msg = makeDbusMsg(sensorInfo.sensorInterface, sensorInfo.sensorPath,
383 objects.emplace(sensorInfo.sensorPath, std::move(interfaces));
403 path += sensorInfo.sensorPath;
420 path += sensorInfo.sensorPath;