/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.cpp | 31 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()
|
D | dfx_log.h | 48 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/ |
D | ans_log_wrapper.h | 84 #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/ |
D | PluralFetcher.java | 27 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()
|
D | StringPool.java | 24 import java.util.logging.Level; 57 logger.log(Level.SEVERE, "unsupportedException"); in StringPool() 119 logger.log(Level.SEVERE, "writing stringpool failed"); in write()
|
D | MeasureFormatPatternFetcher.java | 28 import java.util.logging.Level; 84 logger.log(Level.SEVERE, "Init error"); in init() 93 logger.log(Level.SEVERE, "Init error"); in getPatterns()
|
D | LocaleMaskItem.java | 22 import java.util.logging.Level; 64 logger.log(Level.SEVERE, "Get mask failed"); in LocaleMaskItem()
|
D | DataFetcher.java | 37 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()
|
D | Fetcher.java | 33 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/ |
D | log.h | 37 #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/ |
D | event_log_wrapper.h | 84 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument 86 OHOS::HiviewDFX::HiLog::Level(Event_LABEL, \
|
/base/security/dataclassification/ |
D | README.md | 22 | **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/ |
D | README.md | 15 The userauth APIs support user authentication of the target Authentication Trust Level (ATL). The t…
|
/base/security/device_security_level/ |
D | README.md | 1 # 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/ |
D | README_zh.md | 16 应用的Accesstoken信息主要包括应用身份标识APPID、用户ID,应用分身索引、应用APL(Ability Privilege Level)等级、应用权限信息等。每个应用的Accesstok…
|
D | README.md | 8 …pp identifier (**APPID**), user ID, app twin index, app Ability Privilege Level (APL), and permiss…
|
/base/telephony/core_service/ |
D | README_zh.md | 76 …llback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的GID1(Group Identifier Level 1) | oho…
|
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/test/ |
D | RequestOperateTask.test.ets | 227 * @tc.level: Level 1 367 * @tc.level: Level 1 734 * @tc.level: Level 1
|
D | RequestCreateTask.test.ets | 1440 * @tc.level: Level 1 1552 * @tc.level: Level 1
|