Home
last modified time | relevance | path

Searched refs:Ifaces (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-snmp/
H A Dsnmp_client.cpp15 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 Dsnmp_client.hpp20 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 Ddbus_mapper.hpp16 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 Dldap_config.hpp31 using Ifaces = typedef
45 class Config : public Ifaces
H A Dldap_config.cpp60 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 Dethernet_interface.hpp32 using Ifaces = sdbusplus::server::object_t< typedef
73 class EthernetInterface : public Ifaces
H A Dethernet_interface.cpp96 Ifaces(bus, objPath.c_str(), Ifaces::action::defer_emit), manager(manager), in EthernetInterface()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp60 using Ifaces = sdbusplus::server::object_t<UserMgrIface, AccountPolicyIface, typedef
123 class UserMgr : public Ifaces
H A Duser_mgr.cpp1480 Ifaces(bus, path, Ifaces::action::defer_emit), bus(bus), path(path), in UserMgr()