Lines Matching refs:dbus_interface
63 dbus_interface(io, objServer, schemaDirectory), powerStatus(*systemBus), in EntityManager()
77 dbus_interface::tryIfaceInitialize(entityIface); in EntityManager()
109 auto ifacePtr = dbus_interface.createInterface( in postToDbus()
116 dbus_interface::tryIfaceInitialize(ifacePtr); in postToDbus()
162 std::shared_ptr<sdbusplus::asio::dbus_interface> inventoryIface = in postBoardToDBus()
163 dbus_interface.createInterface( in postBoardToDBus()
173 std::shared_ptr<sdbusplus::asio::dbus_interface> boardIface = in postBoardToDBus()
174 dbus_interface.createInterface(boardPath, invItemIntf, boardNameOrig); in postBoardToDBus()
176 dbus_interface.createAddObjectMethod(jsonPointerPath, boardPath, in postBoardToDBus()
179 dbus_interface.populateInterfaceFromJson( in postBoardToDBus()
187 std::shared_ptr<sdbusplus::asio::dbus_interface> iface = in postBoardToDBus()
188 dbus_interface.createInterface(boardPath, propName, in postBoardToDBus()
191 dbus_interface.populateInterfaceFromJson( in postBoardToDBus()
264 std::shared_ptr<sdbusplus::asio::dbus_interface> bmcIface = in postExposesRecordsToDBus()
265 dbus_interface.createInterface( in postExposesRecordsToDBus()
270 dbus_interface.populateInterfaceFromJson( in postExposesRecordsToDBus()
276 std::shared_ptr<sdbusplus::asio::dbus_interface> systemIface = in postExposesRecordsToDBus()
277 dbus_interface.createInterface( in postExposesRecordsToDBus()
282 dbus_interface.populateInterfaceFromJson( in postExposesRecordsToDBus()
301 std::shared_ptr<sdbusplus::asio::dbus_interface> itemIface = in postExposesRecordsToDBus()
302 dbus_interface.createInterface( in postExposesRecordsToDBus()
306 dbus_interface.populateInterfaceFromJson( in postExposesRecordsToDBus()
323 std::shared_ptr<sdbusplus::asio::dbus_interface> objectIface = in postConfigurationRecord()
324 dbus_interface.createInterface(ifacePath, ifaceName, boardNameOrig); in postConfigurationRecord()
326 dbus_interface.populateInterfaceFromJson( in postConfigurationRecord()
365 std::shared_ptr<sdbusplus::asio::dbus_interface> objectIface = in postConfigurationRecord()
366 dbus_interface.createInterface(ifacePath, ifaceName, in postConfigurationRecord()
369 dbus_interface.populateInterfaceFromJson( in postConfigurationRecord()
463 auto& ifaces = dbus_interface.getDeviceInterfaces(device); in pruneConfiguration()