Searched refs:LEVEL (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | common_utilities_hpp.h | 114 #define LOG(LEVEL, FMT, VARS...) do { \ 120 HILOG_##LEVEL(type, "%{public}s " FMT, tag.data(), ##VARS); \ 125 #define LOG(LEVEL, FMT, VARS...) do {}while (0)
|
/test/testfwk/arkxtest/jsunit/src/ |
H A D | Constant.js | 77 export const LEVEL = {
|
/test/testfwk/arkxtest/jsunit/src/module/config/ |
H A D | configService.js | 17 import { TAG, TESTTYPE, LEVEL, SIZE, KEYSET } from '../../Constant'; 142 level: LEVEL,
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 373 const uint32_t LEVEL = 10; in HWTEST_F() local 374 auto ret = g_composerDevice->SetDisplayBacklight(g_displayIds[0], LEVEL); in HWTEST_F()
|
Completed in 5 milliseconds