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.cpp59 return getChannelConfigObject().isValidChannel(chNum); in isValidChannel()
64 return getChannelConfigObject().isValidAuthType(chNum, authType); in isValidAuthType()
69 return getChannelConfigObject().getChannelSessionSupport(chNum); in getChannelSessionSupport()
74 return getChannelConfigObject().getChannelActiveSessions(chNum); in getChannelActiveSessions()
79 return getChannelConfigObject().getChannelMaxTransferSize(chNum); in getChannelMaxTransferSize()
84 getChannelConfigObject(); in ipmiChannelInit()
91 return getChannelConfigObject().getChannelInfo(chNum, chInfo); in getChannelInfo()
116 return getChannelConfigObject().setChannelAccessPersistData( in setChannelAccessPersistData()
122 return getChannelConfigObject().getChannelAuthTypeSupported( in getChannelAuthTypeSupported()
135 return getChannelConfigObject().getChannelName(chNum); in getChannelName()
[all …]
H A Dchannel_mgmt.hpp73 ChannelConfig& getChannelConfigObject();
H A Dchannel_mgmt.cpp287 ChannelConfig& getChannelConfigObject() in getChannelConfigObject() function
H A Duser_mgmt.cpp518 return getChannelConfigObject().getManagementNICID(); in getUsrMgmtSyncIndex()