Searched refs:Iface (Results 1 – 11 of 11) sorted by relevance
| /openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
| H A D | hyp_sys_config.hpp | 17 using Iface = sdbusplus::server::object_t<SysConfigIntf>; typedef 26 class HypSysConfig : public Iface 43 Iface(bus, objPath.c_str(), Iface::action::defer_emit), bus(bus), in HypSysConfig()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_manager.hpp | 18 using Iface = sdbusplus::server::object_t< typedef 26 class Manager : public Iface 46 Iface(bus, path, Iface::action::defer_emit), bus(bus), lastEntryId(0), in Manager()
|
| /openbmc/phosphor-logging/phosphor-rsyslog-config/ |
| H A D | server-conf.hpp | 18 using Iface = sdbusplus::server::object_t<NetworkClient>; typedef 27 class Server : public Iface 44 Iface(bus, path.c_str(), Iface::action::defer_emit), in Server()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | system_configuration.hpp | 20 using Iface = sdbusplus::server::object_t<SystemConfigIntf>; typedef 29 class SystemConfiguration : public Iface
|
| H A D | dhcp_configuration.hpp | 23 using Iface = sdbusplus::server::object_t<ConfigIntf>; typedef 30 class Configuration : public Iface
|
| H A D | system_configuration.cpp | 29 Iface(bus, objPath.c_str(), Iface::action::defer_emit), bus(bus), in SystemConfiguration() 43 sc.get().Iface::hostName(std::get<std::string>(it->second)); in SystemConfiguration()
|
| H A D | dhcp_configuration.cpp | 23 Iface(bus, objPath.c_str(), Iface::action::defer_emit), parent(parent) in Configuration()
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_pass_through.hpp | 20 using Iface = sdbusplus::server::object_t< typedef 29 class PassThrough : public Iface
|
| H A D | occ_pass_through.cpp | 27 Iface(utils::getBus(), path), path(path), pmode(powerModeRef), in PassThrough()
|
| /openbmc/phosphor-settingsd/ |
| H A D | settings_manager.hpp.mako | 140 using Iface${index} = ${get_setting_sdbusplus_type(intf)}; 141 <% aliases.append("Iface" + str(index)) %>\ 203 …decltype(std::declval<Iface${index}>().${t}()) ${t}(decltype(std::declval<Iface${index}>().${t}())… 205 auto result = Iface${index}::${t}(); 225 result = Iface${index}::${t}(value); 230 using Iface${index}::${t}; 243 bool ${fname}(decltype(std::declval<Iface${index}>().${t}()) value)
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
| H A D | 0001-Avoid-assert-on-empty-packet.patch | 30 @@ -318,9 +318,14 @@ PktFilterLPF::receive(Iface& iface, const SocketInfo& socket_info) { 46 @@ -344,8 +349,7 @@ PktFilterLPF::receive(Iface& iface, const SocketInfo& socket_info) { 127 @@ -320,7 +320,7 @@ PktFilterLPF::receive(Iface& iface, const SocketInfo& socket_info) { 136 @@ -349,7 +349,8 @@ PktFilterLPF::receive(Iface& iface, const SocketInfo& socket_info) {
|