Lines Matching refs:objectPath
40 PropertyMap DBusHandler::getAllProperties(const std::string& objectPath, in getAllProperties() argument
46 auto service = getService(objectPath, interface); in getAllProperties()
52 auto method = bus.new_method_call(service.c_str(), objectPath.c_str(), in getAllProperties()
63 PropertyValue DBusHandler::getProperty(const std::string& objectPath, in getProperty() argument
70 auto service = getService(objectPath, interface); in getProperty()
76 auto method = bus.new_method_call(service.c_str(), objectPath.c_str(), in getProperty()
88 const std::string& objectPath, const std::string& interface, in setProperty() argument
92 auto service = getService(objectPath, interface); in setProperty()
98 auto method = bus.new_method_call(service.c_str(), objectPath.c_str(), in setProperty()
106 const std::string& objectPath, const std::string& interface) in getSubTreePaths() argument
114 method.append(objectPath.c_str()); in getSubTreePaths()