Home
last modified time | relevance | path

Searched refs:curLevel (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/common/
H A Dcgroup_sched_log.cpp24 const LogLevel &curLevel = CgroupSchedLog::GetLogLevel(); in JudgeLevel() local
25 if (level < curLevel) { in JudgeLevel()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dprocess_group_log.cpp26 const LogLevel &curLevel = ProcessGroupLog::GetLogLevel(); in JudgeLevel() local
27 if (level < curLevel) { in JudgeLevel()
/foundation/communication/netmanager_ext/utils/log/src/
H A Dnetmgr_ext_log_wrapper.cpp25 const NetMgrExtLogLevel &curLevel = NetMgrExtLogWrapper::GetLogLevel(); in JudgeLevel() local
26 return level >= curLevel; in JudgeLevel()
/foundation/communication/netmanager_base/utils/log/src/
H A Dnet_mgr_log_wrapper.cpp25 const NetMgrLogLevel &curLevel = NetMgrLogWrapper::GetLogLevel(); in JudgeLevel() local
26 if (level < curLevel) { in JudgeLevel()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_tile.cpp104 std::vector<Rect> curLevel; in InitTileRects() local
110 curLevel.emplace_back(curRect); in InitTileRects()
112 presetRectsForAllLevel.emplace_back(curLevel); in InitTileRects()

Completed in 2 milliseconds