Searched refs:_vtable (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-power/phosphor-regulators/src/interfaces/ |
| H A D | manager_interface.cpp | 37 _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 D | manager_interface.hpp | 86 static const sdbusplus::vtable::vtable_t _vtable[]; member in phosphor::power::regulators::interface::ManagerInterface
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | interface.aserver.hpp.mako | 52 _context(), path, interface, _vtable, this) 132 static constexpr sdbusplus::vtable_t _vtable[] = {
|
| H A D | interface.server.hpp.mako | 43 bus, path, interface, _vtable, this), 140 static const vtable_t _vtable[];
|
| H A D | interface.server.cpp.mako | 58 const vtable_t ${interface.classname}::_vtable[] = {
|