Lines Matching refs:mConfigVec
53 mConfigVec(TOTAL_LOG_LEVELS, ConfigsInLevel(TIME_DEPTH_THRESHOLD_MINIMAL_IN_SEC, in LogBuffer()
57 {"E_LEVEL_TIME_DEPTH", &mConfigVec[0].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
58 {"E_LEVEL_MAX_CAPACITY", &mConfigVec[0].mMaxNumThres, NULL, 'n'}, in LogBuffer()
59 {"W_LEVEL_TIME_DEPTH", &mConfigVec[1].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
60 {"W_LEVEL_MAX_CAPACITY", &mConfigVec[1].mMaxNumThres, NULL, 'n'}, in LogBuffer()
61 {"I_LEVEL_TIME_DEPTH", &mConfigVec[2].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
62 {"I_LEVEL_MAX_CAPACITY", &mConfigVec[2].mMaxNumThres, NULL, 'n'}, in LogBuffer()
63 {"D_LEVEL_TIME_DEPTH", &mConfigVec[3].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
64 {"D_LEVEL_MAX_CAPACITY", &mConfigVec[3].mMaxNumThres, NULL, 'n'}, in LogBuffer()
65 {"V_LEVEL_TIME_DEPTH", &mConfigVec[4].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
66 {"V_LEVEL_MAX_CAPACITY", &mConfigVec[4].mMaxNumThres, NULL, 'n'}, in LogBuffer()
77 mConfigVec[level].mCurrentSize++; in append()
79 while ((timestamp - mLogList.front(level).first) > mConfigVec[level].mTimeDepthThres || in append()
80 mConfigVec[level].mCurrentSize > mConfigVec[level].mMaxNumThres) { in append()
82 mConfigVec[level].mCurrentSize--; in append()