Lines Matching defs:interfaces
50 std::vector<DbusInterface> interfaces;
51 interfaces.emplace_back(interface);
53 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot);
129 ipmi::ObjectValueTree interfaces;
135 reply.read(interfaces);
137 return interfaces;
227 ObjectTree getSubTree(sdbusplus::bus_t& bus, const InterfaceList& interfaces,
234 mapperCall.append(subtreePath, depth, interfaces);
246 std::vector<std::string> interfaces;
247 interfaces.emplace_back(interface);
249 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot);
302 Context::ptr ctx, const InterfaceList& interfaces,
310 interfaces);
320 std::vector<DbusInterface> interfaces;
321 interfaces.emplace_back(interface);
326 getSubTree(ctx, interfaces, subtreePath, depth, objectTree);
402 std::vector<std::string> interfaces;
403 interfaces.emplace_back(interface);
407 getSubTree(ctx, interfaces, serviceRoot, depth, objectTree);