/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
D | action_thermal_level.cpp | 39 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/ |
D | account_log_wrapper.h | 33 level_ = level; in SetLogLevel() 38 return level_; in GetLogLevel() 44 static AccountLogLevel level_;
|
/base/notification/common_event_service/frameworks/common/log/include/ |
D | event_log_wrapper.h | 59 level_ = level; in SetLogLevel() 69 return level_; in GetLogLevel() 81 static EventLogLevel level_;
|
/base/telephony/telephony_data/common/include/ |
D | data_storage_log_wrapper.h | 39 level_ = level; in SetLogLevel() 44 return level_; in GetLogLevel() 50 static DataStorageLogLevel level_;
|
/base/msdp/device_status/utils/common/include/ |
D | fi_log.h | 74 : 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/ |
D | ans_log_wrapper.h | 59 level_ = level; in SetLogLevel() 69 return level_; in GetLogLevel() 81 static AnsLogLevel level_;
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
D | dump_cfg.cpp | 36 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/ |
D | battery_mgr_client_adapter_impl.h | 31 …: level_(level), isCharging_(isCharging), disChargingTime_(disChargingTime), chargingTime_(chargin… in WebBatteryInfoImpl() 43 double level_;
|
/base/update/updater/services/log/ |
D | log.cpp | 52 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/ |
D | zip_adapter.cpp | 29 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()
|
D | zip_adapter.h | 46 int32_t level_ {0};
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_slot.cpp | 79 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/ |
D | hiview_log.h | 79 #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/ |
D | pkg_algo_deflate.h | 28 level_ = info.level; in PkgAlgoDeflate() 64 int32_t level_ {0};
|
/base/update/updater/services/include/log/ |
D | log.h | 64 UpdaterLogger(int level) : level_(level) {} in UpdaterLogger() 70 int level_;
|
/base/update/updateservice/services/core/ability/log/src/ |
D | update_log.cpp | 20 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/ |
D | ans_log_wrapper.cpp | 20 AnsLogLevel AnsLogWrapper::level_ = {AnsLogLevel::DEBUG}; member in OHOS::Notification::AnsLogWrapper
|
/base/account/os_account/frameworks/common/log/src/ |
D | account_log_wrapper.cpp | 21 AccountLogLevel AccountLogWrapper::level_ = AccountLogLevel::INFO; member in OHOS::AccountSA::AccountLogWrapper
|
/base/notification/common_event_service/frameworks/common/log/src/ |
D | event_log_wrapper.cpp | 21 EventLogLevel EventLogWrapper::level_ = EventLogLevel::DEBUG; member in OHOS::EventFwk::EventLogWrapper
|
/base/telephony/telephony_data/common/src/ |
D | data_storage_log_wrapper.cpp | 23 DataStorageLogLevel DataStorageLogWrapper::level_ = DataStorageLogLevel::DEBUG; member in OHOS::Telephony::DataStorageLogWrapper
|
/base/hiviewdfx/hiview/base/ |
D | sys_event.cpp | 170 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/ |
D | thermal_manager_napi.h | 40 ThermalLevel level_ {ThermalLevel::COOL};
|
/base/hiviewdfx/hiview/base/event_store/store/include/ |
D | sys_event_doc.h | 57 std::string level_; variable
|
/base/hiviewdfx/hiview/base/event_store/utility/reader/include/ |
D | sys_event_doc_reader.h | 57 std::string level_; variable
|
/base/hiviewdfx/hiview/base/event_store/store/ |
D | sys_event_doc.cpp | 90 level_ = sysEvent->GetLevel(); in InitWriter() 171 .append(level_).append(FILE_NAME_SEPARATOR).append(std::to_string(seq)).append(FILE_EXT); in CreateCurFile()
|