Home
last modified time | relevance | path

Searched refs:getChannelActiveSessions (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp71 int getChannelActiveSessions(const uint8_t chNum) in getChannelActiveSessions() function
73 return getChannelConfigObject().getChannelActiveSessions(chNum); in getChannelActiveSessions()
H A Dchannel_layer.hpp245 int getChannelActiveSessions(const uint8_t chNum);
H A Dchannel_mgmt.hpp137 int getChannelActiveSessions(const uint8_t chNum);
H A Dchannelcommands.cpp282 uint6_t activeSessionCount = getChannelActiveSessions(chNum); in ipmiGetChannelInfo()
H A Dchannel_mgmt.cpp415 int ChannelConfig::getChannelActiveSessions(const uint8_t chNum) in getChannelActiveSessions() function in ipmi::ChannelConfig