Home
last modified time | relevance | path

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

12

/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_thermal_level.cpp39 int32_t ActionThermalLevel::level_ = static_cast<int32_t>(ThermalLevel::COOL); member in OHOS::PowerMgr::ActionThermalLevel
117 return level_; in GetThermalLevel()
123 if (level_ != level) { in LevelRequest()
146 listener->GetThermalLevel(static_cast<ThermalLevel>(level_)); in SubscribeThermalLevelCallback()
189 level_ = level; in NotifyThermalLevelChanged()
190 THERMAL_HILOGI(COMP_SVC, "level = %{public}d", level_); in NotifyThermalLevelChanged()
192 PublishLevelChangedEvents(ThermalCommonEventCode::CODE_THERMAL_LEVEL_CHANGED, level_); in NotifyThermalLevelChanged()
197 listener->GetThermalLevel(static_cast<ThermalLevel>(level_)); in NotifyThermalLevelChanged()
/base/account/os_account/frameworks/common/log/include/
Daccount_log_wrapper.h33 level_ = level; in SetLogLevel()
38 return level_; in GetLogLevel()
44 static AccountLogLevel level_;
/base/notification/common_event_service/frameworks/common/log/include/
Devent_log_wrapper.h59 level_ = level; in SetLogLevel()
69 return level_; in GetLogLevel()
81 static EventLogLevel level_;
/base/telephony/telephony_data/common/include/
Ddata_storage_log_wrapper.h39 level_ = level; in SetLogLevel()
44 return level_; in GetLogLevel()
50 static DataStorageLogLevel level_;
/base/msdp/device_status/utils/common/include/
Dfi_log.h74 : logfn_ { logfn }, tag_ { tag }, level_ { level } in InnerFunctionTracer()
76 if (HiLogIsLoggable(OHOS::Msdp::MSDP_DOMAIN_ID, tag_, level_)) {
84 if (HiLogIsLoggable(OHOS::Msdp::MSDP_DOMAIN_ID, tag_, level_)) { in ~InnerFunctionTracer()
93 LogLevel level_ { LOG_LEVEL_MIN };
/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_log_wrapper.h59 level_ = level; in SetLogLevel()
69 return level_; in GetLogLevel()
81 static AnsLogLevel level_;
/base/hiviewdfx/hidumper/frameworks/native/src/common/
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()
/base/web/webview/ohos_adapter/battery_mgr_adapter/include/
Dbattery_mgr_client_adapter_impl.h31 …: level_(level), isCharging_(isCharging), disChargingTime_(disChargingTime), chargingTime_(chargin… in WebBatteryInfoImpl()
43 double level_;
/base/update/updater/services/log/
Dlog.cpp52 if (g_logLevel > level_) { in ~UpdaterLogger()
57 … HiLogBasePrint(LOG_CORE, (LogLevel)level_, g_domain, g_logTag.c_str(), "%{public}s", str.c_str()); in ~UpdaterLogger()
64 << logLevelMap_[level_] << " " << str << std::endl << std::flush; in ~UpdaterLogger()
99 if (g_logLevel <= level_) { in OutputUpdaterLog()
/base/update/updater/services/diffpatch/bzip2/
Dzip_adapter.cpp29 level_ = info->level; in ZipAdapter()
46 level_, method_, windowBits_, memLevel_, strategy_); in Open()
47 int32_t ret = deflateInit2(&zstream_, level_, method_, windowBits_, memLevel_, strategy_); in Open()
Dzip_adapter.h46 int32_t level_ {0};
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp79 return level_; in GetLevel()
84 level_ = level; in SetLevel()
210 ", level = " + std::to_string(static_cast<int32_t>(level_)) + in Dump()
265 if (!parcel.WriteInt32(static_cast<int32_t>(level_))) { in Marshalling()
319 level_ = static_cast<NotificationLevel>(parcel.ReadInt32()); in ReadFromParcel()
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h79 #define CHECK_HASH_FLAG(level_) (((level_) & 0x8) == 0x8) argument
80 #define CLEAR_HASH_FLAG(level_) ((level_) & 0x7) argument
/base/update/updater/services/package/pkg_algorithm/
Dpkg_algo_deflate.h28 level_ = info.level; in PkgAlgoDeflate()
64 int32_t level_ {0};
/base/update/updater/services/include/log/
Dlog.h64 UpdaterLogger(int level) : level_(level) {} in UpdaterLogger()
70 int level_;
/base/update/updateservice/services/core/ability/log/src/
Dupdate_log.cpp20 UpdateLogLevel UpdateLog::level_ = UpdateLogLevel::UPDATE_INFO; member in OHOS::UpdateEngine::UpdateLog
39 level_ = level; in SetLogLevel()
44 return level_; in GetLogLevel()
/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_log_wrapper.cpp20 AnsLogLevel AnsLogWrapper::level_ = {AnsLogLevel::DEBUG}; member in OHOS::Notification::AnsLogWrapper
/base/account/os_account/frameworks/common/log/src/
Daccount_log_wrapper.cpp21 AccountLogLevel AccountLogWrapper::level_ = AccountLogLevel::INFO; member in OHOS::AccountSA::AccountLogWrapper
/base/notification/common_event_service/frameworks/common/log/src/
Devent_log_wrapper.cpp21 EventLogLevel EventLogWrapper::level_ = EventLogLevel::DEBUG; member in OHOS::EventFwk::EventLogWrapper
/base/telephony/telephony_data/common/src/
Ddata_storage_log_wrapper.cpp23 DataStorageLogLevel DataStorageLogWrapper::level_ = DataStorageLogLevel::DEBUG; member in OHOS::Telephony::DataStorageLogWrapper
/base/hiviewdfx/hiview/base/
Dsys_event.cpp170 level_ = level; in SetLevel()
175 return level_; in GetLevel()
264 if (!level_.empty()) { in AsJsonStr()
265 AppendJsonValue(jsonStr, EventStore::EventCol::LEVEL, level_); in AsJsonStr()
/base/powermgr/thermal_manager/frameworks/napi/
Dthermal_manager_napi.h40 ThermalLevel level_ {ThermalLevel::COOL};
/base/hiviewdfx/hiview/base/event_store/store/include/
Dsys_event_doc.h57 std::string level_; variable
/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
Dsys_event_doc_reader.h57 std::string level_; variable
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_doc.cpp90 level_ = sysEvent->GetLevel(); in InitWriter()
171 .append(level_).append(FILE_NAME_SEPARATOR).append(std::to_string(seq)).append(FILE_EXT); in CreateCurFile()

12