Searched refs:sendThreshold (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_context.cpp | 18 uint8_t maxRetryCount, uint8_t sendThreshold, uint8_t instance, in Context() argument 21 retryCounter(maxRetryCount), sendThreshold(sendThreshold), in Context() 29 uint8_t sendThreshold, uint8_t instance, session::SessionID sessionID) in makeContext() argument 31 auto ctx = std::make_shared<Context>(io, maxRetryCount, sendThreshold, in makeContext() 45 if (bufferSize > sendThreshold) in enableAccumulateTimer() 222 if (payloadCache.size() != 0 || (bufferSize < sendThreshold)) in prepareResponse()
|
H A D | sol_context.hpp | 179 uint8_t sendThreshold, uint8_t instance, session::SessionID sessionID); 193 uint8_t sendThreshold, uint8_t instance, 212 const uint8_t sendThreshold = 0; member in sol::Context
|
H A D | sol_manager.cpp | 167 sendThreshold = std::get<uint8_t>(properties["Threshold"]); in updateSOLParameter() 198 io, retryCount, sendThreshold, payloadInstance, sessionID); in startPayloadInstance() 328 sol::Manager::get().sendThreshold = std::get<uint8_t>(prop.second); in procSolConfChange()
|
H A D | sol_manager.hpp | 157 uint8_t sendThreshold = 1; member in sol::Manager
|