/base/powermgr/thermal_manager/application/protector/src/policy/ |
D | protector_thermal_zone_info.cpp | 25 uint32_t level = 0; in UpdateThermalLevel() local 34 void ProtectorThermalZoneInfo::AscJudgment(int32_t curTemp, uint32_t &level) in AscJudgment() 56 void ProtectorThermalZoneInfo::DescJudgment(int32_t curTemp, uint32_t &level) in DescJudgment() 79 void ProtectorThermalZoneInfo::HandleAscNextUpTemp(uint32_t &level, int32_t curTemp) in HandleAscNextUpTemp() 91 void ProtectorThermalZoneInfo::HandleAscCurDownTemp(uint32_t &level, int32_t curTemp) in HandleAscCurDownTemp() 103 void ProtectorThermalZoneInfo::HandleAscMaxSizeTemp(uint32_t &level, int32_t curTemp) in HandleAscMaxSizeTemp() 118 void ProtectorThermalZoneInfo::HandleAscMinSizeTemp(uint32_t &level, int32_t curTemp) in HandleAscMinSizeTemp() 135 void ProtectorThermalZoneInfo::HandleDescNextUpTemp(uint32_t &level, int32_t curTemp) in HandleDescNextUpTemp() 147 void ProtectorThermalZoneInfo::HandleDescCurDownTemp(uint32_t &level, int32_t curTemp) in HandleDescCurDownTemp() 159 void ProtectorThermalZoneInfo::HandleDescMaxSizeTemp(uint32_t &level, int32_t curTemp) in HandleDescMaxSizeTemp() [all …]
|
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
D | thermal_config_sensor_cluster.cpp | 114 uint32_t level = latestLevel_; in CalculateSensorLevel() local 127 …ermalConfigSensorCluster::AscendLevelToThreshold(std::vector<LevelItem>& levItems, uint32_t& level, in AscendLevelToThreshold() 139 uint32_t& level, int32_t curTemp) in DescendLevelToThresholdClr() 150 uint32_t& level, int32_t curTemp) in DescendLevelToThreshold() 162 uint32_t& level, uint32_t end, int32_t curTemp) in AscendLevelToThresholdClr() 174 uint32_t& level, uint32_t end, int32_t curTemp) in LevelUpwardsSearch() 185 uint32_t& level, int32_t curTemp) in LevelDownwardsSearch() 196 uint32_t& level, int32_t curTemp) in LevelDownwardsSearchWithThreshold() 208 uint32_t& level, uint32_t end, int32_t curTemp) in LevelUpwardsSearchWithThreshold() 219 …onfigSensorCluster::AscJudgment(std::vector<LevelItem>& levItems, int32_t curTemp, uint32_t& level) in AscJudgment() [all …]
|
/base/hiviewdfx/hilog/platform/ |
D | hilog_printf.cpp | 19 static OHOS::Ace::LogLevel ConvertLogLevel(LogLevel level) in ConvertLogLevel() 37 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char … in HiLogPrintArgs() 44 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint() 54 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_mock_action_test.cpp | 119 void MockActionCpuBoost::SetSocPerfThermalLevel(uint32_t level) in SetSocPerfThermalLevel() 181 ThermalLevel level = ThermalLevel::COOL; variable 231 ThermalLevel level = ThermalLevel::COOL; variable 256 ThermalLevel level = ThermalLevel::COOL; variable 290 ThermalLevel level = ThermalLevel::COOL; variable 324 ThermalLevel level = ThermalLevel::COOL; variable 359 ThermalLevel level = ThermalLevel::COOL; variable 394 ThermalLevel level = ThermalLevel::COOL; variable 429 ThermalLevel level = ThermalLevel::COOL; variable
|
D | thermal_action_report_test.cpp | 83 ThermalLevel level; in GetThermalLevel() local 91 std::string ThermalActionReportTest::GetActionValue(const std::string& actionName, uint32_t level) in GetActionValue() 252 const std::string& actionName, int32_t level, const std::string& dumpInfo, bool isReversed) in ThermalActionTriggered() 332 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); variable 371 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); variable 411 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); variable 451 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); variable 491 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); variable 531 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); variable 571 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); variable [all …]
|
D | thermal_service_test.cpp | 352 uint32_t level = 1; variable 391 uint32_t level = 1; variable 415 uint32_t level = 0; variable 441 uint32_t level = 1; variable 474 uint32_t level = 1; variable 498 uint32_t level = 0; variable 516 uint32_t level = 0; variable 556 uint32_t level = 2; variable
|
D | thermal_listener_test.cpp | 43 void ThermalListenerTest::ThermalLevelTestEvent::OnThermalLevelResult(const ThermalLevel& level) in OnThermalLevelResult() 101 ThermalLevel level; variable
|
D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 64 ThermalLevel level = ThermalLevel::COOL; variable 95 ThermalLevel level = ThermalLevel::COOL; variable
|
/base/security/device_security_level/interfaces/inner_api/src/standard/ |
D | device_security_info.cpp | 102 static int32_t GetDeviceSecurityLevelValueImpl(const DeviceSecurityInfo *info, int32_t *level) in GetDeviceSecurityLevelValueImpl() 115 int32_t GetSelfDeviceSecurityLevelValueImpl(int32_t *level) in GetSelfDeviceSecurityLevelValueImpl() 127 int32_t IsDeviceSecurityLevelChangeableImpl(const char *udid, int32_t level) in IsDeviceSecurityLevelChangeableImpl() 153 int32_t GetDeviceSecurityLevelValue(const DeviceSecurityInfo *info, int32_t *level) in GetDeviceSecurityLevelValue() 158 int32_t GetSelfDeviceSecurityLevelValue(int32_t *level) in GetSelfDeviceSecurityLevelValue() 163 int32_t IsDeviceSecurityLevelChangeable(const char *udid, int32_t level) in IsDeviceSecurityLevelChangeable()
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
D | thermal_mgr_system_test.cpp | 224 std::string level = levelValue; variable 263 std::string level = levelValue; variable 302 std::string level = levelValue; variable 341 std::string level = levelValue; variable 367 std::string level; variable 426 std::string level; variable 484 std::string level; variable 542 std::string level; variable 612 std::string level = levelValue; variable 652 std::string level = levelValue; variable [all …]
|
D | thermal_mgr_interface_test.cpp | 133 bool ThermalMgrInterfaceTest::ThermalLevelTest1Callback::OnThermalLevelChanged(ThermalLevel level) in OnThermalLevelChanged() 144 bool ThermalMgrInterfaceTest::ThermalLevelTest2Callback::OnThermalLevelChanged(ThermalLevel level) in OnThermalLevelChanged() 155 bool ThermalMgrInterfaceTest::ThermalLevelTest3Callback::OnThermalLevelChanged(ThermalLevel level) in OnThermalLevelChanged() 166 bool ThermalMgrInterfaceTest::ThermalLevelTest4Callback::OnThermalLevelChanged(ThermalLevel level) in OnThermalLevelChanged() 178 bool ThermalMgrInterfaceTest::ThermalLevelTest5Callback::OnThermalLevelChanged(ThermalLevel level) in OnThermalLevelChanged() 631 ThermalLevel level; variable 657 ThermalLevel level; variable 681 ThermalLevel level; variable 709 ThermalLevel level; variable 733 ThermalLevel level; variable
|
/base/powermgr/battery_statistics/services/native/src/entities/ |
D | battery_stats_entity.cpp | 56 …_t BatteryStatsEntity::GetActiveTimeMs(int32_t uid, StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs() 62 int64_t BatteryStatsEntity::GetActiveTimeMs(StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs() 103 int16_t level) in GetOrCreateTimer() 110 StatsUtils::StatsType statsType, int16_t level) in GetOrCreateTimer() 117 StatsUtils::StatsType statsType, int16_t level) in GetOrCreateTimer()
|
/base/hiviewdfx/hilog/platform/interface/native/ |
D | log.cpp | 20 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, ...) in LogPrint() 28 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, va_list args) in LogPrint()
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
D | stats_phone_test.cpp | 96 int16_t level = 0; variable 154 int16_t level = 0; variable 190 int16_t level = 0; variable 228 int16_t level = 0; variable 293 int16_t level = 0; variable 357 int16_t level = 0; variable 414 int16_t level = 0; variable 450 int16_t level = 0; variable 515 int16_t level = 0; variable 553 int16_t level = 0; variable [all …]
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
D | stats_service_phone_test.cpp | 119 int16_t level = 0; variable 183 int16_t level = 0; variable 222 int16_t level = 0; variable 265 int16_t level = 0; variable 338 int16_t level = 0; variable 410 int16_t level = 0; variable 473 int16_t level = 0; variable 512 int16_t level = 0; variable 585 int16_t level = 0; variable 630 int16_t level = 0; variable [all …]
|
/base/hiviewdfx/hilog/frameworks/hilog_ndk/ |
D | hilog_ndk.c | 21 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/update/updateservice/foundations/ability/log/src/test/unittest/src/ |
D | update_log_test.cpp | 50 UpdateLogLevel level = UpdateLogLevel::UPDATE_DEBUG; variable 63 UpdateLogLevel level = UpdateLogLevel::UPDATE_ERROR; variable
|
/base/update/updater/services/include/log/ |
D | log.h | 34 #define LOG(level) UpdaterLogger(level).OutputUpdaterLog((UPDATER_LOG_FILE_NAME), (__LINE__)) argument 64 UpdaterLogger(int level) : level_(level) {} in UpdaterLogger() 95 ErrorCode(enum UpdaterErrorCode level) {} in ErrorCode()
|
/base/security/device_security_level/baselib/msglib/src/standard/ |
D | messenger_device_status_manager.cpp | 90 uint32_t level {0}; member 121 int32_t level = 0; in MessengerOnNodeStateChange() local 132 …tatic void ProcessDeviceStatusReceiver(const DeviceIdentify *devId, uint32_t status, int32_t level) in ProcessDeviceStatusReceiver() 248 static void GetDeviceSecurityLevelByNetworkId(const std::string &networkId, int32_t &level) in GetDeviceSecurityLevelByNetworkId() 286 auto process = [](const DeviceIdentify *devId, int32_t level, void *para) -> int32_t { in InitDeviceStatusManager() 306 bool MessengerGetDeviceOnlineStatus(const DeviceIdentify *devId, int32_t *level) in MessengerGetDeviceOnlineStatus() 320 bool MessengerGetSelfDeviceIdentify(DeviceIdentify *devId, int32_t *level) in MessengerGetSelfDeviceIdentify() 365 int32_t level = 0; in MessengerForEachDeviceProcess() local
|
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
D | hilog_adapter.cpp | 40 int HiLogAdapterPrintLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterPrintLog() 50 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog()
|
/base/security/device_security_level/baselib/msglib/src/lite/ |
D | messenger_device_status_manager.c | 43 int32_t level; member 83 static void ProcessDeviceStatusReceiver(const DeviceIdentify *devId, uint32_t status, int32_t level) in ProcessDeviceStatusReceiver() 130 int32_t level = 0; in MessengerOnNodeStateChange() local 165 static int32_t InitDeviceOnlineProcessor(const DeviceIdentify *devId, int32_t level, void *para) in InitDeviceOnlineProcessor() 278 bool MessengerGetDeviceOnlineStatus(const DeviceIdentify *devId, int32_t *level) in MessengerGetDeviceOnlineStatus() 310 bool MessengerGetSelfDeviceIdentify(DeviceIdentify *devId, int32_t *level) in MessengerGetSelfDeviceIdentify() 346 int32_t level = -1; in MessengerForEachDeviceProcess() local
|
/base/hiviewdfx/hilog/frameworks/libhilog/base/ |
D | hilog_base.c | 81 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogBasePrintArgs() 101 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *… in HiLogBasePrint() 115 bool HiLogBaseIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogBaseIsLoggable()
|
/base/security/device_security_level/interfaces/inner_api/src/lite/ |
D | device_security_info.c | 46 static int32_t GetDeviceSecurityLevelValueImpl(const DeviceSecurityInfo *info, int32_t *level) in GetDeviceSecurityLevelValueImpl() 76 int32_t GetDeviceSecurityLevelValue(const DeviceSecurityInfo *info, int32_t *level) in GetDeviceSecurityLevelValue()
|
/base/powermgr/thermal_manager/services/zidl/include/ |
D | thermal_level_callback_stub.h | 35 bool OnThermalLevelChanged(ThermalLevel __attribute__((unused)) level) override in OnThermalLevelChanged()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
D | thermal_level_callback_stub.h | 36 bool OnThermalLevelChanged(ThermalLevel __attribute__((unused)) level) override in OnThermalLevelChanged()
|