Home
last modified time | relevance | path

Searched refs:level_ (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlogger.h23 Logger() : level_(INFO) {} in Logger()
27 if (level_ > INFO) { in ~Logger()
30 if (level_ <= DEBUG && !Option::Instance().VerboseLog()) { in ~Logger()
48 level_ = DEBUG; in Debug()
57 level_ = INFO; in Info()
64 level_ = WARNING; in Warning()
71 level_ = ERROR; in Error()
78 level_ = FATAL; in Fatal()
91 } level_; variable
103 if (level_ > INFO) { in ShowLevel()
[all …]
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-tool.md51 …ock-10002-20170805200750","HAPPEN_TIME":1501963670809,"VERSION":"1.0.0","level_":"CRITICAL","tag_"…
104 …EVEL":2,"TAG":"DUBAI_TAG_RUNNINGLOCK_REMOVE","MESSAGE":"token=25956496","level_":"MINOR","tag_":"P…
106 …LLER_PID":523,"PERMISSION_NAME":"ohos.permission.MANAGE_LOCAL_ACCOUNTS","level_":"CRITICAL","tag_"…
108 …_FIRST_WINDOWPID":1458,"MSG":"The ZorderFirstWindow changing succeeded","level_":"MINOR","tag_":"P…
144 …enderThread took 8962625ns to draw, RSRenderThread dropped 0 UI Frames","level_":"MINOR","id_":"17…
166 …DULE_NAME":"","ABILITY_NAME":"WallpaperExtAbility","ERROR_CODE":2097152,"level_":"MINOR","tag_":"a…
168 …nderThread took 44849879ns to draw, RSRenderThread dropped 5 UI Frames","level_":"MINOR","id_":"66…
169 …DULE_NAME":"","ABILITY_NAME":"WallpaperExtAbility","ERROR_CODE":2097152,"level_":"MINOR","tag_":"a…
170 …BUNDLE_NAME":"","PID":0,"UID":1101,"EVENT_NAME":"usual.event.SCREEN_ON","level_":"MINOR","id_":"80…
235 …EVEL":2,"TAG":"DUBAI_TAG_RUNNINGLOCK_REMOVE","MESSAGE":"token=25956496","level_":"MINOR","tag_":"P…
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dbattery_status.cpp57 level_ = BatteryStatus::LEVEL_TOO_LOW; in IsAllowUpload()
64 level_ = BatteryStatus::LEVEL_LOW; in IsAllowUpload()
68 level_ = BatteryStatus::LEVEL_NORMAL; in IsAllowUpload()
82 level_ = BatteryStatus::LEVEL_TOO_LOW; in IsBatteryCapcityOkay()
85 level_ = BatteryStatus::LEVEL_NORMAL; in IsBatteryCapcityOkay()
91 return level_; in GetCapacityLevel()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dfi_log.h71 : level_ { level }, tag_ { tag }, func_ { func } in InnerFunctionTracer()
73 if (HiLogIsLoggable(LOG_DOMAIN, tag_, level_)) {
75 HILOG_IMPL(LOG_CORE, level_, LOG_DOMAIN, tag_, "in %{public}s, enter", func_);
81 if (HiLogIsLoggable(LOG_DOMAIN, tag_, level_)) { in ~InnerFunctionTracer()
83 HILOG_IMPL(LOG_CORE, level_, LOG_DOMAIN, tag_, "in %{public}s, leave", func_); in ~InnerFunctionTracer()
88 LogLevel level_ { LOG_LEVEL_MIN };
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-tool.md104 …EVEL":2,"TAG":"DUBAI_TAG_RUNNINGLOCK_REMOVE","MESSAGE":"token=25956496","level_":"MINOR","tag_":"P…
106 …LLER_PID":523,"PERMISSION_NAME":"ohos.permission.MANAGE_LOCAL_ACCOUNTS","level_":"CRITICAL","tag_"…
108 …_FIRST_WINDOWPID":1458,"MSG":"The ZorderFirstWindow changing succeeded","level_":"MINOR","tag_":"P…
144 …enderThread took 8962625ns to draw, RSRenderThread dropped 0 UI Frames","level_":"MINOR","id_":"17…
166 …DULE_NAME":"","ABILITY_NAME":"WallpaperExtAbility","ERROR_CODE":2097152,"level_":"MINOR","tag_":"a…
167 …derThread took 205874105ns to draw, RSRenderThread dropped 1 UI Frames","level_":"MINOR","id_":"14…
168 …nderThread took 44849879ns to draw, RSRenderThread dropped 5 UI Frames","level_":"MINOR","id_":"66…
169 …DULE_NAME":"","ABILITY_NAME":"WallpaperExtAbility","ERROR_CODE":2097152,"level_":"MINOR","tag_":"a…
170 …BUNDLE_NAME":"","PID":0,"UID":1101,"EVENT_NAME":"usual.event.SCREEN_ON","level_":"MINOR","id_":"80…
235 …EVEL":2,"TAG":"DUBAI_TAG_RUNNINGLOCK_REMOVE","MESSAGE":"token=25956496","level_":"MINOR","tag_":"P…
[all …]
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dlogger.cpp21 int Logger::level_ = DEBUG; member in OHOS::Idl::Logger
25 if (level_ > DEBUG) { in D()
37 if (level_ > ERROR) { in E()
49 if (level_ > VERBOSE) { in V()
H A Dlogger.h33 level_ = level; in SetLevel()
50 static int level_; variable
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dlogger.cpp14 int Logger::level_ = DEBUG; member in OHOS::HDI::Logger
18 if (level_ > DEBUG) { in D()
30 if (level_ > ERROR) { in E()
42 if (level_ > VERBOSE) { in V()
H A Dlogger.h26 level_ = level; in SetLevel()
43 static int level_; variable
/ohos5.0/foundation/ability/idl_tool/util/
H A Dlogger.cpp22 int Logger::level_ = DEBUG; member in OHOS::Idl::Logger
26 if (level_ > DEBUG) return; in D()
36 if (level_ > ERROR) return; in E()
46 if (level_ > VERBOSE) return; in V()
H A Dlogger.h33 level_ = level; in SetLevel()
50 static int level_; variable
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dentrance_log.h37 : logfn_ { logfn }, tag_ { tag }, level_ { level } in InnerFunctionTracer()
39 if (HiLogIsLoggable(OHOS::Rosen::HILOG_DOMAIN_WINDOW, tag_, level_)) {
47 if (HiLogIsLoggable(OHOS::Rosen::HILOG_DOMAIN_WINDOW, tag_, level_)) { in ~InnerFunctionTracer()
56 LogLevel level_ { LOG_LEVEL_MIN };
/ohos5.0/foundation/communication/netmanager_base/utils/log/include/
H A Dnet_mgr_log_wrapper.h39 level_ = level; in SetLogLevel()
44 return level_; in GetLogLevel()
50 static NetMgrLogLevel level_;
/ohos5.0/foundation/communication/netmanager_ext/utils/log/include/
H A Dnetmgr_ext_log_wrapper.h39 level_ = level; in SetLogLevel()
44 return level_; in GetLogLevel()
50 static NetMgrExtLogLevel level_;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_log_wrapper.h40 level_ = level; in SetLogLevel()
45 return level_; in GetLogLevel()
51 static WantAgentLogLevel level_;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp36 level_ = dumpCfg.level_; in operator =()
65 return IsLevel(level_); in IsLevel()
137 cfg.class_, ToStr(cfg.class_).c_str(), cfg.level_, ToStr(cfg.level_).c_str(), in Dump()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp228 level_ = level; in Logger()
255 level_ = logger.level_; in Logger()
266 level_ = logger.level_; in Logger()
298 return level_; in GetLevel()
/ohos5.0/base/account/os_account/frameworks/common/log/include/
H A Daccount_log_wrapper.h39 level_ = level; in SetLogLevel()
44 return level_; in GetLogLevel()
50 static AccountLogLevel level_;
/ohos5.0/foundation/bundlemanager/bundle_framework/common/log/include/
H A Dapp_log_wrapper.h42 level_ = level; in SetLogLevel()
47 return level_; in GetLogLevel()
53 static AppLogLevel level_;
/ohos5.0/base/telephony/telephony_data/common/include/
H A Ddata_storage_log_wrapper.h39 level_ = level; in SetLogLevel()
44 return level_; in GetLogLevel()
50 static DataStorageLogLevel level_;
/ohos5.0/base/update/updater/services/log/
H A Dlog.cpp54 if (g_logLevel > level_) { in ~UpdaterLogger()
59 …HiLogBasePrint(LOG_CORE, (LogLevel)level_, UPDATER_DOMAIN, g_logTag.c_str(), "%{public}s", str.c_s… in ~UpdaterLogger()
67 << logLevelMap_[level_] << " " << str << std::endl << std::flush; in ~UpdaterLogger()
102 if (g_logLevel <= level_) { in OutputUpdaterLog()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dbattery_status_mock.cpp41 if (level_ == LEVEL_TOO_LOW) { in IsBatteryCapcityOkay()
49 return level_; in GetCapacityLevel()
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h79 #define CHECK_HASH_FLAG(level_) (((level_) & 0x8) == 0x8) argument
80 #define CLEAR_HASH_FLAG(level_) ((level_) & 0x7) argument
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/common/include/
H A Dcgroup_sched_log.h57 return level_; in GetLogLevel()
61 static LogLevel level_;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/include/
H A Dprocess_group_log.h57 return level_; in GetLogLevel()
61 static LogLevel level_;

1234