Searched refs:ChannelConfig (Results 1 – 2 of 2) sorted by relevance
71 class ChannelConfig;73 ChannelConfig& getChannelConfigObject();75 class ChannelConfig class78 ChannelConfig(const ChannelConfig&) = delete;79 ChannelConfig& operator=(const ChannelConfig&) = delete;80 ChannelConfig(ChannelConfig&&) = delete;81 ChannelConfig& operator=(ChannelConfig&&) = delete;83 ~ChannelConfig();84 ChannelConfig();
150 std::string ChannelConfig::getChannelName(const uint8_t chNum) in getChannelName()161 int ChannelConfig::convertToChannelNumberFromChannelName( in convertToChannelNumberFromChannelName()177 std::string ChannelConfig::getChannelNameFromPath(const std::string& path) in getChannelNameFromPath()190 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::ChannelConfig373 bool ChannelConfig::isValidChannel(const uint8_t chNum) in isValidChannel()390 ChannelConfig::getChannelSessionSupport(const uint8_t chNum) in getChannelSessionSupport()[all …]