Home
last modified time | relevance | path

Searched refs:getChannelConfigObject (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp58 return getChannelConfigObject().isValidChannel(chNum); in isValidChannel()
68 return getChannelConfigObject().getChannelSessionSupport(chNum); in getChannelSessionSupport()
73 return getChannelConfigObject().getChannelActiveSessions(chNum); in getChannelActiveSessions()
83 getChannelConfigObject(); in ipmiChannelInit()
90 return getChannelConfigObject().getChannelInfo(chNum, chInfo); in getChannelInfo()
107 return getChannelConfigObject().getChannelAccessPersistData( in getChannelAccessPersistData()
115 return getChannelConfigObject().setChannelAccessPersistData( in setChannelAccessPersistData()
121 return getChannelConfigObject().getChannelAuthTypeSupported( in getChannelAuthTypeSupported()
128 return getChannelConfigObject().getChannelEnabledAuthType( in getChannelEnabledAuthType()
134 return getChannelConfigObject().getChannelName(chNum); in getChannelName()
[all …]
H A Dchannel_mgmt.hpp73 ChannelConfig& getChannelConfigObject();
H A Dchannel_mgmt.cpp283 ChannelConfig& getChannelConfigObject() in getChannelConfigObject() function
H A Duser_mgmt.cpp516 return getChannelConfigObject().getManagementNICID(); in getUsrMgmtSyncIndex()