Home
last modified time | relevance | path

Searched refs:newLevel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp728 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 Ddelegate_interface.cpp199 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 Dinput_handler_manager.cpp113 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 Drs_main_thread.cpp4193 uint32_t newLevel = rsLuminance.GetNewHdrLuminance(screenId); in UpdateLuminance() local
4194 screenManager->SetScreenBacklight(screenId, newLevel); in UpdateLuminance()
4195 rsLuminance.SetNowHdrLuminance(screenId, newLevel); in UpdateLuminance()