Searched refs:newLevel (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 728 int newLevel = GetDumpLevelByPid(dumperParam_->GetUid(), pidInfo); in GetGroup() local 729 if (newLevel == DumperConstant::LEVEL_NONE) { in GetGroup() 734 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, newLevel, nest); in GetGroup() 743 int newLevel = GetDumpLevelByPid(dumperParam_->GetUid(), currentPidInfo_); in GetGroup() local 744 if (newLevel != DumperConstant::LEVEL_NONE) { in GetGroup() 859 int newLevel = GetDumpLevelByPid(uid, pidInfo); in CopySmaps() local 860 if (newLevel == DumperConstant::LEVEL_NONE) { in CopySmaps()
|
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 199 const int32_t newLevel = GetPriority(type); in RemoveHandler() local 207 newType, newLevel, newTags, nullptr); in RemoveHandler()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 113 const int32_t newLevel = GetPriority(); in RemoveHandler() local 116 ret = RemoveFromServer(handlerType, newType, newLevel, newTags); in RemoveHandler()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 4193 uint32_t newLevel = rsLuminance.GetNewHdrLuminance(screenId); in UpdateLuminance() local 4194 screenManager->SetScreenBacklight(screenId, newLevel); in UpdateLuminance() 4195 rsLuminance.SetNowHdrLuminance(screenId, newLevel); in UpdateLuminance()
|