Home
last modified time | relevance | path

Searched refs:Iface (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_sys_config.hpp17 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 Ddump_manager.hpp18 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 Dserver-conf.hpp18 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 Dsystem_configuration.hpp20 using Iface = sdbusplus::server::object_t<SystemConfigIntf>; typedef
29 class SystemConfiguration : public Iface
H A Ddhcp_configuration.hpp23 using Iface = sdbusplus::server::object_t<ConfigIntf>; typedef
30 class Configuration : public Iface
H A Dsystem_configuration.cpp29 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 Ddhcp_configuration.cpp23 Iface(bus, objPath.c_str(), Iface::action::defer_emit), parent(parent) in Configuration()
/openbmc/openpower-occ-control/
H A Docc_pass_through.hpp20 using Iface = sdbusplus::server::object_t< typedef
29 class PassThrough : public Iface
H A Docc_pass_through.cpp27 Iface(utils::getBus(), path), path(path), pmode(powerModeRef), in PassThrough()
/openbmc/phosphor-settingsd/
H A Dsettings_manager.hpp.mako140 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 D0001-Avoid-assert-on-empty-packet.patch30 @@ -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) {