Home
last modified time | relevance | path

Searched refs:_vtable (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/interfaces/
H A Dmanager_interface.cpp37 _serverInterface(bus, path, interface, _vtable, this) in ManagerInterface()
105 const sdbusplus::vtable::vtable_t ManagerInterface::_vtable[] = { member in phosphor::power::regulators::interface::ManagerInterface
H A Dmanager_interface.hpp86 static const sdbusplus::vtable::vtable_t _vtable[]; member in phosphor::power::regulators::interface::ManagerInterface
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.aserver.hpp.mako52 _context(), path, interface, _vtable, this)
132 static constexpr sdbusplus::vtable_t _vtable[] = {
H A Dinterface.server.hpp.mako43 bus, path, interface, _vtable, this),
140 static const vtable_t _vtable[];
H A Dinterface.server.cpp.mako58 const vtable_t ${interface.classname}::_vtable[] = {