Searched refs:CreateIface (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config_mgr.hpp | 25 using CreateIface = sdbusplus::server::object_t< typedef 34 class ConfigMgr : public CreateIface 54 CreateIface(bus, path, CreateIface::action::defer_emit), in ConfigMgr() 78 CreateIface::SearchScope ldapSearchScope, CreateIface::Type ldapType,
|
H A D | ldap_config_mgr.cpp | 87 std::string ldapBindDNPassword, CreateIface::SearchScope ldapSearchScope, in createConfig() 88 CreateIface::Create::Type ldapType, std::string groupNameAttribute, in createConfig()
|
H A D | ldap_config.hpp | 25 using CreateIface = sdbusplus::server::object_t< typedef
|
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_ethernet_interface.hpp | 22 using CreateIface = sdbusplus::server::object_t< typedef 38 class HypEthInterface : public CreateIface 55 CreateIface(bus, path, CreateIface::action::defer_emit), bus(bus), in HypEthInterface()
|
/openbmc/phosphor-logging/ |
H A D | log_manager.hpp | 24 using CreateIface = sdbusplus::server::xyz::openbmc_project::logging::Create; typedef 46 using FFDCEntry = std::tuple<CreateIface::FFDCFormat, uint8_t, uint8_t, 329 class Manager : public details::ServerObject<DeleteAllIface, CreateIface> 348 details::ServerObject<DeleteAllIface, CreateIface>( in Manager() 351 CreateIface>::action::defer_emit), in Manager() 391 std::vector<std::tuple<CreateIface::FFDCFormat, uint8_t, uint8_t, in createWithFFDCFiles()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_faultlog.hpp | 19 using CreateIface = sdbusplus::server::object_t< typedef 26 virtual public CreateIface, 45 CreateIface(bus, path), in Manager()
|
H A D | dump_manager_bmc.hpp | 21 using CreateIface = sdbusplus::server::object_t< typedef 35 virtual public CreateIface, 55 CreateIface(bus, path), in Manager()
|
/openbmc/phosphor-snmp/ |
H A D | snmp_conf_manager.hpp | 23 using CreateIface = sdbusplus::server::object_t< typedef 32 class ConfManager : public details::CreateIface
|
H A D | snmp_conf_manager.cpp | 28 details::CreateIface(bus, objPath, in ConfManager() 29 details::CreateIface::action::defer_emit), in ConfManager()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 326 using FFDC = std::tuple<CreateIface::FFDCFormat, 332 CreateIface::FFDCFormat::JSON, 683 using FFDC = std::tuple<CreateIface::FFDCFormat, 689 CreateIface::FFDCFormat::custom,
|