Lines Matching refs:mConfigVec
58 mConfigVec(TOTAL_LOG_LEVELS, ConfigsInLevel(TIME_DEPTH_THRESHOLD_MINIMAL_IN_SEC, in LogBuffer()
62 {"E_LEVEL_TIME_DEPTH", &mConfigVec[0].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
63 {"E_LEVEL_MAX_CAPACITY", &mConfigVec[0].mMaxNumThres, NULL, 'n'}, in LogBuffer()
64 {"W_LEVEL_TIME_DEPTH", &mConfigVec[1].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
65 {"W_LEVEL_MAX_CAPACITY", &mConfigVec[1].mMaxNumThres, NULL, 'n'}, in LogBuffer()
66 {"I_LEVEL_TIME_DEPTH", &mConfigVec[2].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
67 {"I_LEVEL_MAX_CAPACITY", &mConfigVec[2].mMaxNumThres, NULL, 'n'}, in LogBuffer()
68 {"D_LEVEL_TIME_DEPTH", &mConfigVec[3].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
69 {"D_LEVEL_MAX_CAPACITY", &mConfigVec[3].mMaxNumThres, NULL, 'n'}, in LogBuffer()
70 {"V_LEVEL_TIME_DEPTH", &mConfigVec[4].mTimeDepthThres, NULL, 'n'}, in LogBuffer()
71 {"V_LEVEL_MAX_CAPACITY", &mConfigVec[4].mMaxNumThres, NULL, 'n'}, in LogBuffer()
82 mConfigVec[level].mCurrentSize++; in append()
84 while ((timestamp - mLogList.front(level).first) > mConfigVec[level].mTimeDepthThres || in append()
85 mConfigVec[level].mCurrentSize > mConfigVec[level].mMaxNumThres) { in append()
87 mConfigVec[level].mCurrentSize--; in append()