Searched refs:curLevel (Results 1 – 11 of 11) sorted by relevance
24 const LogLevel &curLevel = CgroupSchedLog::GetLogLevel(); in JudgeLevel() local25 if (level < curLevel) { in JudgeLevel()
26 const LogLevel &curLevel = ProcessGroupLog::GetLogLevel(); in JudgeLevel() local27 if (level < curLevel) { in JudgeLevel()
24 const WantAgentLogLevel &curLevel = WantAgentLogWrapper::GetLogLevel(); in JudgeLevel() local25 if (level < curLevel) { in JudgeLevel()
23 const AnsLogLevel &curLevel = AnsLogWrapper::GetLogLevel(); in JudgeLevel() local24 return (level >= curLevel); in JudgeLevel()
25 const NetMgrLogLevel &curLevel = NetMgrLogWrapper::GetLogLevel(); in JudgeLevel() local26 if (level < curLevel) { in JudgeLevel()
25 const NetMgrExtLogLevel &curLevel = NetMgrExtLogWrapper::GetLogLevel(); in JudgeLevel() local26 return level >= curLevel; in JudgeLevel()
27 const DataStorageLogLevel &curLevel = DataStorageLogWrapper::GetLogLevel(); in JudgeLevel() local28 if (level < curLevel) { in JudgeLevel()
197 static NOINLINE int RecursiveHelperFunction(int curLevel, int targetLevel, int midLevel) in RecursiveHelperFunction() argument201 if (curLevel == targetLevel) { in RecursiveHelperFunction()211 if (midLevel != 0 && curLevel == midLevel) { in RecursiveHelperFunction()216 int nextLevel = curLevel + 1; in RecursiveHelperFunction()221 … printf("RecursiveHelperFunction curLevel:%d targetLevel:%d top:%p\n", curLevel, targetLevel, top); in RecursiveHelperFunction()
71 static int RecursiveFunc(int curLevel, int targetLevel, int midLevel);
26 const UpdateLogLevel &curLevel = GetLogLevel(); in JudgeLevel() local27 if (level <= curLevel) { in JudgeLevel()
104 std::vector<Rect> curLevel; in InitTileRects() local110 curLevel.emplace_back(curRect); in InitTileRects()112 presetRectsForAllLevel.emplace_back(curLevel); in InitTileRects()