Home
last modified time | relevance | path

Searched refs:Level (Results 1 - 25 of 40) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/
H A Dlog_print.h28 enum class Level { class in Logger
39 static void Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...);
42 void Print(Level level, const char *func, int line, const std::string &tag, const std::string &msg);
50 #define LOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
51 #define LOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
52 #define LOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
53 #define LOGE(...) Logger::Log(Logger::Level::LEVEL_ERROR, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
55 #define ZLOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
56 #define ZLOGI(...) Logger::Log(Logger::Level
[all...]
H A Dlog_print.cpp29 void Logger::Print(Level level, const char *func, int line, const std::string &tag, const std::string &msg) in Print()
54 void Logger::Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...) in Log()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Drd_log_print.h26 enum class Level { class in DocumentDB::LogPrint
34 static void Log(Level level, const char *tag, const char *format, ...);
39 #define GLOGD(...) LogPrint::Log(LogPrint::Level::LEVEL_DEBUG, LOG_TAG_DOC, __VA_ARGS__)
40 #define GLOGI(...) LogPrint::Log(LogPrint::Level::LEVEL_INFO, LOG_TAG_DOC, __VA_ARGS__)
41 #define GLOGW(...) LogPrint::Log(LogPrint::Level::LEVEL_WARN, LOG_TAG_DOC, __VA_ARGS__)
42 #define GLOGE(...) LogPrint::Log(LogPrint::Level::LEVEL_ERROR, LOG_TAG_DOC, __VA_ARGS__)
43 #define GLOGF(...) LogPrint::Log(LogPrint::Level::LEVEL_FATAL, LOG_TAG_DOC, __VA_ARGS__)
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dlog_print.h29 enum class Level { class in DistributedDB::Logger
40 static void Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...);
43 virtual void Print(Level level, const std::string &tag, const std::string &msg) = 0;
50 #define LOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
51 #define LOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
52 #define LOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
53 #define LOGE(...) Logger::Log(Logger::Level::LEVEL_ERROR, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
/foundation/communication/netstack/utils/log/include/
H A Dnetstack_log.h32 #define NETSTACK_HILOG_PRINT(Level, fmt, ...) \
33 (void)HILOG_##Level(LOG_CORE, "[%{public}s:%{public}d] " fmt, MAKE_FILE_NAME, __LINE__, ##__VA_ARGS__)
35 #define NETSTACK_CORE_HILOG_PRINT(Level, fmt, ...) \
36 (void)HILOG_##Level(LOG_CORE, fmt, ##__VA_ARGS__)
74 #define NETSTACK_HILOG_PRINT(Level, fmt, ...) \
75 NetStackPrintLog("NETSTACK %s [%s:%d] " fmt, #Level, MAKE_FILE_NAME, __LINE__, ##__VA_ARGS__)
77 #define NETSTACK_CORE_HILOG_PRINT(Level, fmt, ...) NetStackPrintLog("NETSTACK %s " fmt, #Level, ##__VA_ARGS__)
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Drd_log_print.cpp23 void PrintLog(LogPrint::Level level, const char *tag, const std::string &msg) in PrintLog()
35 case LogPrint::Level::LEVEL_DEBUG: in PrintLog()
38 case LogPrint::Level::LEVEL_INFO: in PrintLog()
41 case LogPrint::Level::LEVEL_WARN: in PrintLog()
44 case LogPrint::Level::LEVEL_ERROR: in PrintLog()
47 case LogPrint::Level::LEVEL_FATAL: in PrintLog()
66 void LogPrint::Log(Level level, const char *tag, const char *format, ...) in Log()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_log_test.cpp48 RSLogOutput(tag, RSLog::Level::LEVEL_DEBUG, "format"); in HWTEST_F()
49 RSLogOutput(tag, RSLog::Level::LEVEL_WARN, "format"); in HWTEST_F()
50 RSLogOutput(tag, RSLog::Level::LEVEL_ERROR, "format"); in HWTEST_F()
51 RSLogOutput(tag, RSLog::Level::LEVEL_INFO, "format"); in HWTEST_F()
52 RSLogOutput(tag, RSLog::Level::LEVEL_FATAL, "format"); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslog_fuzzer/
H A Drslog_fuzzer.cpp65 RSLogOutput(tag, RSLog::Level::LEVEL_DEBUG, "format"); in DoSomethingInterestingWithMyAPI()
66 RSLogOutput(tag, RSLog::Level::LEVEL_WARN, "format"); in DoSomethingInterestingWithMyAPI()
67 RSLogOutput(tag, RSLog::Level::LEVEL_ERROR, "format"); in DoSomethingInterestingWithMyAPI()
68 RSLogOutput(tag, RSLog::Level::LEVEL_INFO, "format"); in DoSomethingInterestingWithMyAPI()
69 RSLogOutput(tag, RSLog::Level::LEVEL_FATAL, "format"); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/include/
H A Ddetail_enhancer.h29 enum Level { enum in OHOS::Media::VideoProcessingEngine::DetailEnhancer
45 AlgoErrorCode SetParameter(const Level& level);
46 AlgoErrorCode GetParameter(Level& level);
53 Level level_{LEVEL_LOW};
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dlog_print.cpp33 void Print(Level level, const std::string &tag, const std::string &msg) override
45 case Level::LEVEL_DEBUG:
48 case Level::LEVEL_INFO:
51 case Level::LEVEL_WARN:
54 case Level::LEVEL_ERROR:
57 case Level::LEVEL_FATAL:
95 void Logger::Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...) in Log()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_accessibility_test_ng.cpp435 EXPECT_EQ(spanItem->accessibilityProperty->GetAccessibilityLevel(), AccessibilityProperty::Level::AUTO); in HWTEST_F()
437 spanModelNG.SetAccessibilityImportance(AccessibilityProperty::Level::YES_STR); in HWTEST_F()
438 EXPECT_EQ(spanItem->accessibilityProperty->GetAccessibilityLevel(), AccessibilityProperty::Level::YES_STR); in HWTEST_F()
440 spanModelNG.SetAccessibilityImportance(AccessibilityProperty::Level::NO_STR); in HWTEST_F()
441 EXPECT_EQ(spanItem->accessibilityProperty->GetAccessibilityLevel(), AccessibilityProperty::Level::NO_STR); in HWTEST_F()
443 spanModelNG.SetAccessibilityImportance(AccessibilityProperty::Level::NO_HIDE_DESCENDANTS); in HWTEST_F()
445 AccessibilityProperty::Level::NO_HIDE_DESCENDANTS); in HWTEST_F()
447 spanModelNG.SetAccessibilityImportance(AccessibilityProperty::Level::AUTO); in HWTEST_F()
448 EXPECT_EQ(spanItem->accessibilityProperty->GetAccessibilityLevel(), AccessibilityProperty::Level::AUTO); in HWTEST_F()
450 spanModelNG.SetAccessibilityImportance(AccessibilityProperty::Level in HWTEST_F()
[all...]
/foundation/communication/netmanager_ext/utils/log/include/
H A Dnetmanager_ext_log.h34 #define NETMANAGER_EXT_HILOG_PRINT(Level, fmt, ...) \
35 (void)HILOG_##Level(LOG_CORE, \
79 #define NETMANAGER_EXT_HILOG_PRINT(Level, fmt, ...) \
80 NetManagerStandardPrintLog("NETMANAGER_EXT %s [%s %d] " fmt, #Level, MAKE_FILE_NAME, __LINE__, ##__VA_ARGS__)
/foundation/communication/netmanager_base/utils/log/include/
H A Dnetmanager_base_log.h33 #define NETMANAGER_BASE_HILOG_PRINT(Level, fmt, ...) \
34 (void)HILOG_##Level(LOG_CORE, "[%{public}s %{public}d] " fmt, MAKE_FILE_NAME, __LINE__, ##__VA_ARGS__)
79 #define NETMANAGER_BASE_HILOG_PRINT(Level, fmt, ...) \
80 NetManagerStandardPrintLog("NETMANAGER_BASE %s [%s %d] " fmt, #Level, MAKE_FILE_NAME, __LINE__, ##__VA_ARGS__)
/foundation/arkui/napi/utils/
H A Dlog.h41 #define HILOG_PRINT(Level, fmt, ...) \
42 PrintLog(LogLevel::Level, "[%-20s(%s)] " fmt, __FILENAME__, __FUNCTION__, ##__VA_ARGS__)
71 #define HILOG_PRINT(Level, fmt, ...) \
72 (void)OHOS::HiviewDFX::HiLog::Level( \
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_optional_trace.h43 #define RS_OPTIONAL_TRACE_NAME_FMT_LEVEL(Level, fmt, ...) \
45 if (Rosen::RSSystemProperties::GetDebugTraceLevel() >= Level) { \
120 #define RS_OPTIONAL_TRACE_NAME_FMT_LEVEL(Level, fmt, ...) \
/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/
H A Ddetail_enhancer.cpp50 AlgoErrorCode DetailEnhancer::SetParameter(const Level& level) in SetParameter()
57 AlgoErrorCode DetailEnhancer::GetParameter(Level& level) in GetParameter()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp567 uint16_t Level = LnnGetDataDynamicLevel(&nodeInfo); in HWTEST_F() local
568 EXPECT_EQ(Level, 1); in HWTEST_F()
570 Level = LnnGetDataDynamicLevel(nullptr); in HWTEST_F()
571 EXPECT_NE(Level, 1); in HWTEST_F()
590 uint16_t Level = LnnGetDataStaticLevel(&nodeInfo); in HWTEST_F() local
591 EXPECT_EQ(Level, 1); in HWTEST_F()
593 Level = LnnGetDataStaticLevel(nullptr); in HWTEST_F()
594 EXPECT_NE(Level, 1); in HWTEST_F()
613 uint32_t Level = LnnGetDataSwitchLevel(&nodeInfo); in HWTEST_F() local
614 EXPECT_EQ(Level, in HWTEST_F()
636 uint16_t Level = LnnGetDataSwitchLength(&nodeInfo); HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/detail_enhancer/
H A Ddetail_enhancer_image_native.cpp55 return AlgoErrorToNdk(detailEnhancer_.SetParameter(static_cast<DetailEnhancer::Level>(innerLevel))); in SetParameter()
60 DetailEnhancer::Level level; in GetParameter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp92 if (level == Level::AUTO || level == Level::YES_STR) { in GetGroupTextRecursive()
99 } else if (level == Level::NO_HIDE_DESCENDANTS) { in GetGroupTextRecursive()
324 auto level = AccessibilityProperty::Level::AUTO; in GetSearchStrategy()
331 if (level == AccessibilityProperty::Level::YES_STR) { in GetSearchStrategy()
333 } else if (level == AccessibilityProperty::Level::NO_HIDE_DESCENDANTS) { in GetSearchStrategy()
338 if (level == AccessibilityProperty::Level::NO_STR) { in GetSearchStrategy()
356 accessibilityProperty->GetAccessibilityLevel() != AccessibilityProperty::Level::NO_HIDE_DESCENDANTS) { in GetSearchStrategy()
362 if (level != AccessibilityProperty::Level::YES_STR) { in GetSearchStrategy()
452 if (level == AccessibilityProperty::Level in IsAccessibilityFocusable()
[all...]
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/
H A Ddetail_enhancer_video_native.cpp57 return AlgoErrorToNdk(detailEnhancer_.SetParameter(static_cast<DetailEnhancer::Level>(innerLevel))); in SetParameter()
62 DetailEnhancer::Level level; in GetParameter()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp101 if (level == NG::AccessibilityProperty::Level::YES_STR) { in IsAccessibilityFocusable()
104 if (level == NG::AccessibilityProperty::Level::NO_STR) { in IsAccessibilityFocusable()
127 auto level = NG::AccessibilityProperty::Level::AUTO; in GetSearchStrategyForThird()
131 if (level == NG::AccessibilityProperty::Level::YES_STR) { in GetSearchStrategyForThird()
133 } else if (level == NG::AccessibilityProperty::Level::NO_HIDE_DESCENDANTS) { in GetSearchStrategyForThird()
138 if (level == NG::AccessibilityProperty::Level::NO_STR) { in GetSearchStrategyForThird()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_accessibility_property.h46 return Level::NO_STR;
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp531 accessibilityPropertyNew->SetAccessibilityLevel(AccessibilityProperty::Level::YES_STR); in HWTEST_F()
542 accessibilityPropertyNew->SetAccessibilityLevel(AccessibilityProperty::Level::NO_HIDE_DESCENDANTS); in HWTEST_F()
556 accessibilityPropertyNew->SetAccessibilityLevel(AccessibilityProperty::Level::NO_STR); in HWTEST_F()
560 accessibilityPropertyNew->SetAccessibilityLevel(AccessibilityProperty::Level::AUTO); in HWTEST_F()
619 accessibilityProperty->SetAccessibilityLevel(AccessibilityProperty::Level::YES_STR); in HWTEST_F()
623 accessibilityProperty->SetAccessibilityLevel(AccessibilityProperty::Level::NO_STR); in HWTEST_F()
627 accessibilityProperty->SetAccessibilityLevel(AccessibilityProperty::Level::AUTO); in HWTEST_F()
853 accessibilityProperty.SetAccessibilityLevel(AccessibilityProperty::Level::YES_STR); in HWTEST_F()
862 accessibilityProperty.SetAccessibilityLevel(AccessibilityProperty::Level::NO_HIDE_DESCENDANTS); in HWTEST_F()
869 accessibilityProperty.SetAccessibilityLevel(AccessibilityProperty::Level in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_log.h36 enum Level { LEVEL_INFO = 0, LEVEL_DEBUG, LEVEL_WARN, LEVEL_ERROR, LEVEL_FATAL }; enum in OHOS::Rosen::RSLog
40 void RSB_EXPORT RSLogOutput(RSLog::Tag tag, RSLog::Level level, const char* format, ...);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h117 void ScheduleMemoryLevel(int32_t Level);

Completed in 11 milliseconds

12