Home
last modified time | relevance | path

Searched refs:ChannelConfig (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.hpp71 class ChannelConfig;
73 ChannelConfig& getChannelConfigObject();
75 class ChannelConfig class
78 ChannelConfig(const ChannelConfig&) = delete;
79 ChannelConfig& operator=(const ChannelConfig&) = delete;
80 ChannelConfig(ChannelConfig&&) = delete;
81 ChannelConfig& operator=(ChannelConfig&&) = delete;
83 ~ChannelConfig();
84 ChannelConfig();
H A Dchannel_mgmt.cpp190 void ChannelConfig::processChAccessPropChange( in processChAccessPropChange()
283 ChannelConfig& getChannelConfigObject() in getChannelConfigObject()
285 static ChannelConfig channelConfig; in getChannelConfigObject()
289 ChannelConfig::~ChannelConfig() in ~ChannelConfig()
300 ChannelConfig::ChannelConfig() : bus(ipmid_get_sd_bus_connection()) in ChannelConfig() function in ipmi::ChannelConfig
677 Cc ChannelConfig::getChannelEnabledAuthType( in getChannelEnabledAuthType()
879 uint8_t ChannelConfig::getManagementNICID() in getManagementNICID()
907 int ChannelConfig::loadChannelConfig() in loadChannelConfig()
1081 int ChannelConfig::readChannelPersistData() in readChannelPersistData()
1247 int ChannelConfig::checkAndReloadNVData() in checkAndReloadNVData()
[all …]