| /base/security/code_signature/test/unittest/ |
| D | jit_code_sign_test.cpp | 154 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 182 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 205 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 247 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 296 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 319 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 343 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 367 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 392 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable 432 for (JitBufferIntegrityLevel level = MIN_LEVEL; variable [all …]
|
| /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/hiviewdfx/hilog/platform/ |
| D | hilog_printf.cpp | 21 static OHOS::Ace::LogLevel ConvertLogLevel(LogLevel level) in ConvertLogLevel() 39 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char … in HiLogPrintArgs() 46 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint() 56 void HiLogSetAppMinLogLevel(LogLevel level) in HiLogSetAppMinLogLevel() 61 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
|
| /base/hiviewdfx/hilog/frameworks/hilog_ndk/ |
| D | hilog_ndk.c | 26 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fm… in OH_LOG_Print() 36 int OH_LOG_PrintMsg(LogType type, LogLevel level, unsigned int domain, const char *tag, const char … in OH_LOG_PrintMsg() 41 int OH_LOG_PrintMsgByLen(LogType type, LogLevel level, unsigned int domain, const char *tag, size_t… in OH_LOG_PrintMsgByLen() 60 int OH_LOG_VPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *f… in OH_LOG_VPrint() 65 bool OH_LOG_IsLoggable(unsigned int domain, const char *tag, LogLevel level) in OH_LOG_IsLoggable() 75 void OH_LOG_SetMinLogLevel(LogLevel level) in OH_LOG_SetMinLogLevel()
|
| /base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
| D | thermal_config_sensor_cluster.cpp | 120 uint32_t level = latestLevel_; in CalculateSensorLevel() local 131 …ermalConfigSensorCluster::AscendLevelToThreshold(std::vector<LevelItem>& levItems, uint32_t& level, in AscendLevelToThreshold() 144 … uint32_t& level, const int32_t& curTemp, const TypeTempMap& typeTempInfo, const std::string& type) in DescendLevelToThresholdClr() 156 … uint32_t& level, const int32_t& curTemp, const TypeTempMap& typeTempInfo, const std::string& type) in DescendLevelToThreshold() 169 … uint32_t& level, const int32_t& curTemp, const TypeTempMap& typeTempInfo, const std::string& type) in AscendLevelToThresholdClr() 182 … uint32_t& level, const int32_t& curTemp, const TypeTempMap& typeTempInfo, const std::string& type) in LevelUpwardsSearch() 194 … uint32_t& level, const int32_t& curTemp, const TypeTempMap& typeTempInfo, const std::string& type) in LevelDownwardsSearch() 206 … uint32_t& level, const int32_t& curTemp, const TypeTempMap& typeTempInfo, const std::string& type) in LevelDownwardsSearchWithThreshold() 219 … uint32_t& level, const int32_t& curTemp, const TypeTempMap& typeTempInfo, const std::string& type) in LevelUpwardsSearchWithThreshold() 231 …nsorCluster::AscJudgment(std::vector<LevelItem>& levItems, const int32_t& curTemp, uint32_t& level, in AscJudgment() [all …]
|
| /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 362 ThermalLevel level = ThermalLevel::COOL; variable 396 ThermalLevel level = ThermalLevel::COOL; variable 433 ThermalLevel level = ThermalLevel::COOL; variable
|
| D | thermal_config_sensor_cluster_test.cpp | 133 uint32_t level = 1; variable 174 uint32_t level = 1; variable 200 uint32_t level = 0; variable 228 uint32_t level = 1; variable 263 uint32_t level = 1; variable 289 uint32_t level = 0; variable 309 uint32_t level = 0; variable 348 uint32_t level = 0; variable 404 uint32_t level = 0; 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_listener_test.cpp | 43 void ThermalListenerTest::ThermalLevelTestEvent::OnThermalLevelResult(const ThermalLevel& level) in OnThermalLevelResult() 101 ThermalLevel level; variable
|
| /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/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
| D | hilog_adapter.cpp | 41 int HiLogAdapterPrintLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterPrintLog() 50 int HiLogAdapterConsoleLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterConsoleLog() 56 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog() 66 int HiLogAdapter::PrintConsoleLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintConsoleLog()
|
| /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/powermgr/battery_statistics/test/unittest/src/clienttest/ |
| D | stats_phone_test.cpp | 100 int16_t level = 0; variable 162 int16_t level = 0; variable 200 int16_t level = 0; variable 240 int16_t level = 0; variable 309 int16_t level = 0; variable 377 int16_t level = 0; variable 438 int16_t level = 0; variable 476 int16_t level = 0; variable 545 int16_t level = 0; variable 585 int16_t level = 0; variable [all …]
|
| /base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
| D | stats_service_phone_test.cpp | 123 int16_t level = 0; variable 191 int16_t level = 0; variable 232 int16_t level = 0; variable 277 int16_t level = 0; variable 354 int16_t level = 0; variable 430 int16_t level = 0; variable 497 int16_t level = 0; variable 538 int16_t level = 0; variable 615 int16_t level = 0; variable 662 int16_t level = 0; variable [all …]
|
| /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/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| D | cert_manager_auth_mgr.c | 195 bool isNeedGenKey, enum CmAuthStorageLevel level) in CalcUriMac() 236 …int32_t DeleteMacKey(const struct CMUri *uriObj, uint32_t clientUid, enum CmAuthStorageLevel level) in DeleteMacKey() 300 struct CmBlob *authUri, enum CmAuthStorageLevel level) in GenerateAuthUri() 360 enum CmAuthStorageLevel level; in CmAuthGrantAppCertificate() local 471 static int32_t CheckIsAuthorizedApp(const struct CMUri *uriObj, enum CmAuthStorageLevel level) in CheckIsAuthorizedApp() 530 enum CmAuthStorageLevel level; in CmAuthIsAuthorizedApp() local 562 enum CmAuthStorageLevel level; in CmAuthRemoveGrantedApp() local 600 enum CmAuthStorageLevel level) in DeleteAuthInfo() 625 …eAuthInfo(const struct CmContext *context, const struct CmBlob *uri, enum CmAuthStorageLevel level) in CmAuthDeleteAuthInfo() 664 enum CmAuthStorageLevel level; in CmAuthDeleteAuthInfoByUserId() local [all …]
|
| D | cert_manager_key_operation.c | 73 static int32_t AddUserIdParam(struct HksParamSet *paramSet, enum CmAuthStorageLevel level, const st… in AddUserIdParam() 120 enum CmAuthStorageLevel level, const struct CmBlob *uri) in ConstructParamSet() 169 static uint32_t TranslateToHuksLevel(enum CmAuthStorageLevel level) in TranslateToHuksLevel() 180 int32_t CmKeyOpGenMacKey(const struct CmBlob *alias, enum CmAuthStorageLevel level) in CmKeyOpGenMacKey() 256 int32_t CmKeyOpDeleteKey(const struct CmBlob *alias, enum CmAuthStorageLevel level) in CmKeyOpDeleteKey() 292 struct CmBlob *mac, enum CmAuthStorageLevel level) in CmKeyOpCalcMac() 433 enum CmAuthStorageLevel level) in GetKeyProperties() 481 struct HksParamSet *paramSet, enum CmAuthStorageLevel level) in AddParamsToParamSet() 535 struct HksParamSet **outParamSet, enum CmAuthStorageLevel level) in ConstructInitParamSet() 611 enum CmAuthStorageLevel level, struct CmBlob *handle) in CmKeyOpInit()
|
| /base/update/updater/services/include/log/ |
| D | log.h | 35 #define LOG(level) UpdaterLogger(level).OutputUpdaterLog((UPDATER_LOG_FILE_NAME), (__LINE__)) argument 65 UpdaterLogger(int level) : level_(level) {} in UpdaterLogger() 96 ErrorCode(enum UpdaterErrorCode level) {} in ErrorCode()
|
| /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/hiviewdfx/hiview/base/ |
| D | privacy_manager.cpp | 29 bool PrivacyManager::IsAllowed(const std::string& domain, uint8_t type, const std::string& level, u… in IsAllowed() 34 bool PrivacyManager::IsAllowed(uint8_t level, uint8_t privacy) in IsAllowed()
|
| /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/ |
| D | hilog_printf.cpp | 98 void HiLogSetAppMinLogLevel(LogLevel level) in HiLogSetAppMinLogLevel() 210 static int LogToKmsg(const LogLevel level, const char *tag, const char* info) in LogToKmsg() 238 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char … in HiLogPrintArgs() 359 uint16_t level = header.level; in HiLogPrintArgs() local 376 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint() 391 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
|
| /base/security/device_security_level/baselib/msglib/src/standard/ |
| D | messenger_device_status_manager.cpp | 95 uint32_t level {0}; member 126 int32_t level = 0; in MessengerOnNodeStateChange() local 137 …tatic void ProcessDeviceStatusReceiver(const DeviceIdentify *devId, uint32_t status, int32_t level) in ProcessDeviceStatusReceiver() 253 …DeviceSecurityLevelByNetworkId(const OHOS::DistributedHardware::DmDeviceInfo &info, int32_t &level) in GetDeviceSecurityLevelByNetworkId() 306 auto process = [](const DeviceIdentify *devId, int32_t level, void *para) -> int32_t { in InitDeviceStatusManager() 326 bool MessengerGetDeviceOnlineStatus(const DeviceIdentify *devId, int32_t *level) in MessengerGetDeviceOnlineStatus() 340 bool MessengerGetSelfDeviceIdentify(DeviceIdentify *devId, int32_t *level) in MessengerGetSelfDeviceIdentify() 386 int32_t level = 0; in MessengerForEachDeviceProcess() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| D | ark_hilog_adapter_wrapper.cpp | 24 ARK_WEB_NO_SANITIZE int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* … in PrintLog() 40 ARK_WEB_NO_SANITIZE int HiLogAdapter::PrintConsoleLog(LogLevelAdapter level, const char* tag, const… in PrintConsoleLog()
|