Home
last modified time | relevance | path

Searched refs:curLevel (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/common/
H A Dcgroup_sched_log.cpp24 const LogLevel &curLevel = CgroupSchedLog::GetLogLevel(); in JudgeLevel() local
25 if (level < curLevel) { in JudgeLevel()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dprocess_group_log.cpp26 const LogLevel &curLevel = ProcessGroupLog::GetLogLevel(); in JudgeLevel() local
27 if (level < curLevel) { in JudgeLevel()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_log_wrapper.cpp24 const WantAgentLogLevel &curLevel = WantAgentLogWrapper::GetLogLevel(); in JudgeLevel() local
25 if (level < curLevel) { in JudgeLevel()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_log_wrapper.cpp23 const AnsLogLevel &curLevel = AnsLogWrapper::GetLogLevel(); in JudgeLevel() local
24 return (level >= curLevel); in JudgeLevel()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Ddata_storage_log_wrapper.cpp27 const DataStorageLogLevel &curLevel = DataStorageLogWrapper::GetLogLevel(); in JudgeLevel() local
28 if (level < curLevel) { in JudgeLevel()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp197 static NOINLINE int RecursiveHelperFunction(int curLevel, int targetLevel, int midLevel) in RecursiveHelperFunction() argument
201 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()
H A Ddfx_crasher.h71 static int RecursiveFunc(int curLevel, int targetLevel, int midLevel);
/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp26 const UpdateLogLevel &curLevel = GetLogLevel(); in JudgeLevel() local
27 if (level <= curLevel) { in JudgeLevel()
/ohos5.0/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()