Home
last modified time | relevance | path

Searched refs:currLevel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/utils/src/
H A Dbundle_active_log.cpp23 const BundleActiveLogLevel &currLevel = BundleActiveLog::GetLogLevel(); in JudgeValidLevel() local
24 if (level < currLevel) { in JudgeValidLevel()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.c279 uint32_t currLevel; in GetBacklight() local
297 if (GetCurrBrightness(panel->blDev, &currLevel) != HDF_SUCCESS) { in GetBacklight()
301 if (!HdfSbufWriteUint32(rspData, currLevel)) { in GetBacklight()