Lines Matching refs:interface
17 const std::string& interface) in getService() argument
26 ObjectMapper::interface, ObjectMapper::method_names::get_object); in getService()
27 mapper.append(path, InterfaceList({interface})); in getService()
35 "PATH", path, "INTERFACE", interface); in getService()
45 const std::string& interface) in getAllProperties() argument
50 auto service = getService(objectPath, interface); in getAllProperties()
59 method.append(interface); in getAllProperties()
69 const std::string& interface, in getProperty() argument
75 auto service = getService(objectPath, interface); in getProperty()
83 method.append(interface, propertyName); in getProperty()
93 const std::string& objectPath, const std::string& interface, in setProperty() argument
97 auto service = getService(objectPath, interface); in setProperty()
105 method.append(interface.c_str(), propertyName.c_str(), value); in setProperty()
111 const std::string& objectPath, const std::string& interface) in getSubTreePaths() argument
119 ObjectMapper::interface, in getSubTreePaths()
123 method.append(std::vector<std::string>({interface})); in getSubTreePaths()