Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 110) sorted by relevance

12345

/base/powermgr/thermal_manager/application/protector/src/policy/
Dprotector_thermal_zone_info.cpp24 uint32_t level = 0; in UpdateThermalLevel() local
33 void ProtectorThermalZoneInfo::AscJudgment(int32_t curTemp, uint32_t &level) in AscJudgment()
55 void ProtectorThermalZoneInfo::DescJudgment(int32_t curTemp, uint32_t &level) in DescJudgment()
78 void ProtectorThermalZoneInfo::HandleAscNextUpTemp(uint32_t &level, int32_t curTemp) in HandleAscNextUpTemp()
90 void ProtectorThermalZoneInfo::HandleAscCurDownTemp(uint32_t &level, int32_t curTemp) in HandleAscCurDownTemp()
102 void ProtectorThermalZoneInfo::HandleAscMaxSizeTemp(uint32_t &level, int32_t curTemp) in HandleAscMaxSizeTemp()
117 void ProtectorThermalZoneInfo::HandleAscMinSizeTemp(uint32_t &level, int32_t curTemp) in HandleAscMinSizeTemp()
134 void ProtectorThermalZoneInfo::HandleDescNextUpTemp(uint32_t &level, int32_t curTemp) in HandleDescNextUpTemp()
146 void ProtectorThermalZoneInfo::HandleDescCurDownTemp(uint32_t &level, int32_t curTemp) in HandleDescCurDownTemp()
158 void ProtectorThermalZoneInfo::HandleDescMaxSizeTemp(uint32_t &level, int32_t curTemp) in HandleDescMaxSizeTemp()
[all …]
/base/hiviewdfx/hilog/frameworks/native/
Dhilog_ndk.c21 int OHOSHiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *… in OHOSHiLogPrint()
31 bool OHOSHiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in OHOSHiLogIsLoggable()
Dformat.cpp35 const char* ParsedFromLevel(uint16_t level) in ParsedFromLevel()
47 int ColorFromLevel(uint16_t level) in ColorFromLevel()
Dhilog_base.cpp133 static int HiLogBasePrintArgs(const LogType type, const LogLevel level, const unsigned int domain, … in HiLogBasePrintArgs()
160 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *… in HiLogBasePrint()
170 bool HiLogBaseIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogBaseIsLoggable()
/base/security/deviceauth/deps_adapter/os_adapter/impl/src/
Dhc_log.c21 static void DevAuthOutPrint(const char *buf, DevAuthLogLevel level) in DevAuthOutPrint()
45 void DevAuthLogPrint(DevAuthLogLevel level, const char *funName, const char *fmt, ...) in DevAuthLogPrint()
/base/hiviewdfx/hilog/frameworks/native/hilog_ndk/
Dhilog_ndk.c21 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fm… in OH_LOG_Print()
31 bool OH_LOG_IsLoggable(unsigned int domain, const char *tag, LogLevel level) in OH_LOG_IsLoggable()
/base/powermgr/battery_statistics/services/native/src/entities/
Dbattery_stats_entity.cpp53 …ng BatteryStatsEntity::GetActiveTimeMs(int32_t uid, StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs()
59 long BatteryStatsEntity::GetActiveTimeMs(StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs()
93 int16_t level) in GetOrCreateTimer()
100 StatsUtils::StatsType statsType, int16_t level) in GetOrCreateTimer()
Dphone_entity.cpp33 long PhoneEntity::GetActiveTimeMs(StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs()
86 …sHelper::ActiveTimer> PhoneEntity::GetOrCreateTimer(StatsUtils::StatsType statsType, int16_t level) in GetOrCreateTimer()
Dgps_entity.cpp32 long GpsEntity::GetActiveTimeMs(int32_t uid, StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs()
112 int16_t level) in GetOrCreateTimer()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_config_sensor_cluster.cpp41 uint32_t level = 0; in UpdateThermalLevel() local
54 std::vector<uint32_t> &levelList, uint32_t &level) in CalculateSensorLevel()
105 …malConfigSensorCluster::AscJudgment(std::vector<LevelItem> &vlev, int32_t curTemp, uint32_t &level) in AscJudgment()
158 …alConfigSensorCluster::DescJudgment(std::vector<LevelItem> &vlev, int32_t curTemp, uint32_t &level) in DescJudgment()
212 bool ThermalConfigSensorCluster::IsTempRateTrigger(TypeTempMap &typeTempInfo, uint32_t &level) in IsTempRateTrigger()
240 bool ThermalConfigSensorCluster::IsAuxSensorTrigger(TypeTempMap &typeTempInfo, uint32_t &level) in IsAuxSensorTrigger()
/base/powermgr/thermal_manager/services/zidl/include/
Dthermal_level_callback_stub.h31 void GetThermalLevel(ThermalLevel __attribute__((unused))level) override {} in GetThermalLevel()
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_config_sensor_cluster.h30 uint32_t level; member
36 int32_t level; member
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_log.c65 static boolean CheckParameters(uint8 module, uint8 level) in CheckParameters()
107 void HiLogPrintf(uint8 module, uint8 level, const char *nums, const char *fmt, ...) in HiLogPrintf()
144 void HILOG_HashPrintf(uint8 module, uint8 level, const char *nums, uint32 hash, ...) in HILOG_HashPrintf()
229 boolean HiLogSetLogLevel(uint8 level) in HiLogSetLogLevel()
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_interface_test.cpp135 void ThermalMgrInterfaceTest::ThermalLevelTest1Callback::GetThermalLevel(ThermalLevel level) in GetThermalLevel()
144 void ThermalMgrInterfaceTest::ThermalLevelTest2Callback::GetThermalLevel(ThermalLevel level) in GetThermalLevel()
153 void ThermalMgrInterfaceTest::ThermalLevelTest3Callback::GetThermalLevel(ThermalLevel level) in GetThermalLevel()
394 ThermalLevel level = thermalMgrClient.GetThermalLevel(); variable
420 ThermalLevel level = thermalMgrClient.GetThermalLevel(); variable
446 ThermalLevel level = thermalMgrClient.GetThermalLevel(); variable
480 ThermalLevel level = thermalMgrClient.GetThermalLevel(); variable
521 ThermalLevel level = thermalMgrClient.GetThermalLevel(); variable
547 ThermalLevel level = thermalMgrClient.GetThermalLevel(); variable
581 ThermalLevel level = thermalMgrClient.GetThermalLevel(); variable
[all …]
/base/hiviewdfx/hilog_lite/command/
Dhilog_command.c83 bool SetLogLevel(unsigned char level) in SetLogLevel()
119 unsigned char level = LOG_DEBUG; in SetOutputLevel() local
172 char level = arg[0]; in HilogLevelProc() local
/base/account/os_account/frameworks/common/log/src/
Daccount_log_wrapper.cpp23 bool AccountLogWrapper::JudgeLevel(const AccountLogLevel& level) in JudgeLevel()
/base/powermgr/thermal_manager/services/zidl/src/
Dthermal_level_callback_proxy.cpp23 void ThermalLevelCallbackProxy::GetThermalLevel(ThermalLevel level) in GetThermalLevel()
/base/hiviewdfx/hiview/base/
Dhi_logger.cpp33 void HiLogger::Print(uint32_t level, uint32_t domain, const char* tag, const char* format, va_list … in Print()
/base/telephony/data_storage/common/src/
Ddata_storage_log_wrapper.cpp23 bool DataStorageLogWrapper::JudgeLevel(const DataStorageLogLevel &level) in JudgeLevel()
/base/powermgr/battery_manager/interfaces/kits/js/
D@system.battery.d.ts31 level: number; property
/base/hiviewdfx/hiview/base/include/
Di_logger.h28 …virtual void Print(uint32_t level, uint32_t domain, const char* tag, const char* format, va_list a… in Print()
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_thermal_level.cpp91 uint32_t ActionThermalLevel::LevelRequest(int32_t level) in LevelRequest()
164 void ActionThermalLevel::NotifyThermalLevelChanged(int32_t level) in NotifyThermalLevelChanged()
213 void ActionThermalLevel::SendThermalLevelEvents(int32_t level) in SendThermalLevelEvents()
/base/notification/ces_standard/frameworks/common/log/src/
Devent_log_wrapper.cpp23 bool EventLogWrapper::JudgeLevel(const EventLogLevel &level) in JudgeLevel()
/base/security/device_security_level/services/include/
Ddslm_callback_info.h26 uint32_t level; member
/base/notification/ans_standard/frameworks/ans/core/common/src/
Dans_log_wrapper.cpp21 bool AnsLogWrapper::JudgeLevel(const AnsLogLevel &level) in JudgeLevel()

12345