Home
last modified time | relevance | path

Searched refs:Level (Results 1 – 19 of 19) sorted by relevance

/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.cpp31 static const Level CURRENT_LOG_LEVEL = Level::INFO;
37 static void LogToDmesg(Level logLevel, const char *tag, const char *info) in LogToDmesg()
66 return Level::DEBUG >= CURRENT_LOG_LEVEL ? true : false; in CheckDebugLevel()
69 int DfxLog(const Level logLevel, const unsigned int domain, const char* tag, const char *fmt, ...) in DfxLog()
83 if ((logLevel < Level::DEBUG) || (logLevel > Level::FATAL)) { in DfxLog()
Ddfx_log.h48 typedef enum Level {
54 } Level;
58 int DfxLog(const Level logLevel, const unsigned int domain, const char* tag, const char *fmt, ...);
/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_log_wrapper.h84 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument
86 OHOS::HiviewDFX::HiLog::Level(ANS_LABEL, \
99 #define PRINT_REMINDER_LOG(LEVEL, Level, fmt, ...) \ argument
101 OHOS::HiviewDFX::HiLog::Level(ANS_REMINDER_LABEL, \
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DPluralFetcher.java27 import java.util.logging.Level;
67 logger.log(Level.SEVERE, "Init error"); in init()
79 logger.log(Level.SEVERE, "Init error"); in init()
116 logger.log(Level.SEVERE, "Init error"); in getPluralItems()
DStringPool.java24 import java.util.logging.Level;
57 logger.log(Level.SEVERE, "unsupportedException"); in StringPool()
119 logger.log(Level.SEVERE, "writing stringpool failed"); in write()
DMeasureFormatPatternFetcher.java28 import java.util.logging.Level;
84 logger.log(Level.SEVERE, "Init error"); in init()
93 logger.log(Level.SEVERE, "Init error"); in getPatterns()
DLocaleMaskItem.java22 import java.util.logging.Level;
64 logger.log(Level.SEVERE, "Get mask failed"); in LocaleMaskItem()
DDataFetcher.java37 import java.util.logging.Level;
107 LOG.log(Level.SEVERE, String.format("wrong languageTag %s", tag)); in addFetchers()
116 LOG.log(Level.SEVERE, "Add fetchers failed: Url syntax exception"); in addFetchers()
119 LOG.log(Level.SEVERE, "Add fetchers failed: Io exception"); in addFetchers()
375 LOG.log(Level.SEVERE, "main class in DataFetcher interrupted"); in main()
DFetcher.java33 import java.util.logging.Level;
92 LOG.log(Level.SEVERE, String.format("wrong languageTag %s", tag)); in Fetcher()
377 LOG.log(Level.SEVERE, "cannot get field " + skeleton); in getFMSPattern()
382 LOG.log(Level.SEVERE, "wrong type in getFMSPattern"); in getFMSPattern()
/base/hiviewdfx/hilog/platform/interface/native/
Dlog.h37 #define LOG_PRINT(Level, fmt, ...) \ argument
38 OHOS::HiviewDFX::Hilog::Platform::LogPrint(OHOS::HiviewDFX::Hilog::Platform::LogLevel::Level, \
/base/notification/common_event_service/frameworks/common/log/include/
Devent_log_wrapper.h84 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument
86 OHOS::HiviewDFX::HiLog::Level(Event_LABEL, \
/base/security/dataclassification/
DREADME.md22 | **Device Security Level**| **SL5** | **SL4** | **SL3** | **SL2** | **SL1** |
24 | **Data Risk Level**| **S0 to S4** | **S0 to S4** | **S0 to S3** | **S0 to S2** | **S0 to S1** |
/base/useriam/user_auth_framework/
DREADME.md15 The userauth APIs support user authentication of the target Authentication Trust Level (ATL). The t…
/base/security/device_security_level/
DREADME.md1 # Device Security Level Management
7 …device may threaten the security of the Super Device. The Device Security Level Management (DSLM) …
171 [**Device Security Level Management**](https://gitee.com/openharmony/security_device_security_level)
/base/security/access_token/
DREADME_zh.md16 应用的Accesstoken信息主要包括应用身份标识APPID、用户ID,应用分身索引、应用APL(Ability Privilege Level)等级、应用权限信息等。每个应用的Accesstok…
DREADME.md8 …pp identifier (**APPID**), user ID, app twin index, app Ability Privilege Level (APL), and permiss…
/base/telephony/core_service/
DREADME_zh.md76 …llback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的GID1(Group Identifier Level 1) | oho…
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/test/
DRequestOperateTask.test.ets227 * @tc.level: Level 1
367 * @tc.level: Level 1
734 * @tc.level: Level 1
DRequestCreateTask.test.ets1440 * @tc.level: Level 1
1552 * @tc.level: Level 1