Searched refs:Ifaces (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-snmp/ |
H A D | snmp_client.cpp | 15 Ifaces(bus, objPath, Ifaces::action::defer_emit), in Client() 29 if (value == Ifaces::address()) in address() 36 auto addr = Ifaces::address(value); in address() 43 if (value == Ifaces::port()) in port() 50 auto port = Ifaces::port(value); in port()
|
H A D | snmp_client.hpp | 20 using Ifaces = sdbusplus::server::object_t< typedef 31 class Client : public Ifaces 57 Ifaces(bus, objPath, Ifaces::action::defer_emit), in Client()
|
/openbmc/telemetry/src/utils/ |
H A D | dbus_mapper.hpp | 16 using Ifaces = std::vector<std::string>; typedef 17 using SensorIfaces = std::vector<std::pair<ServiceName, Ifaces>>;
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config.hpp | 31 using Ifaces = typedef 45 class Config : public Ifaces
|
H A D | ldap_config.cpp | 60 Ifaces(bus, path, Ifaces::action::defer_emit), secureLDAP(secureLDAP), in Config() 112 Ifaces(bus, path, Ifaces::action::defer_emit), secureLDAP(false), in Config()
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.hpp | 32 using Ifaces = sdbusplus::server::object_t< typedef 73 class EthernetInterface : public Ifaces
|
H A D | ethernet_interface.cpp | 96 Ifaces(bus, objPath.c_str(), Ifaces::action::defer_emit), manager(manager), in EthernetInterface()
|
/openbmc/phosphor-user-manager/ |
H A D | user_mgr.hpp | 60 using Ifaces = sdbusplus::server::object_t<UserMgrIface, AccountPolicyIface, typedef 123 class UserMgr : public Ifaces
|
H A D | user_mgr.cpp | 1480 Ifaces(bus, path, Ifaces::action::defer_emit), bus(bus), path(path), in UserMgr()
|