Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 25 of 27) sorted by relevance

12

/base/security/selinux/interfaces/policycoreutils/src/
Dselinux_log.c30 void SetSelinuxHilogLevel(int logLevel) in SetSelinuxHilogLevel()
35 int SelinuxHilog(int logLevel, const char *fmt, ...) in SelinuxHilog()
Dselinux_klog.c31 void SetSelinuxKmsgLevel(int logLevel) in SetSelinuxKmsgLevel()
46 int SelinuxKmsg(int logLevel, const char *fmt, ...) in SelinuxKmsg()
/base/startup/init/services/log/
Dinit_log.c73 void LogToDmesg(InitLogLevel logLevel, const char *tag, const char *info) in LogToDmesg()
98 static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag, const char *logIn… in PrintLog()
116 INIT_LOCAL_API void InitLog(int logLevel, unsigned int domain, const char *tag, const char *fmt, va… in InitLog()
159 unsigned int logLevel = (unsigned int)strtoul(level, 0, 10); // 10 is decimal in EnableInitLogFromCmdline() local
Dinit_commlog.c24 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char… in StartupLog()
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.cpp42 void LogToDmesg(Level logLevel, const char *tag, const char *info) in LogToDmesg()
74 int DfxLog(const Level logLevel, const unsigned int domain, const char* tag, const char *fmt, ...) in DfxLog()
Dmusl_log.h71 const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fmt, ...) in DfxLog()
/base/security/huks/frameworks/crypto_lite/cipher/src/
Dcipher_log_lite.c25 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog()
Dcipher_log.c24 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog()
/base/update/updater/services/flashd/daemon/
Dflashd_main.cpp38 int logLevel = atoi(arg.c_str() + strlen("-l")); in flashd_main() local
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/log/
Dcm_log.c30 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog()
/base/security/huks/test/unittest/huks_lite_test/common/
Dhks_test_log.c25 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...) in HksTestLog()
/base/startup/init/services/begetctl/
Dsetloglevel.c53 char logLevel[2] = {0}; // 2 is set param "persist.init.debug.loglevel" value length. in GetInitLogLevelFromParam() local
/base/account/os_account/dfx/hidumper_adapter/
Daccount_dump_helper.cpp191 auto logLevel = static_cast<std::int32_t>(AccountLogWrapper::GetLogLevel()); in ProcessOneParameter() local
212 AccountLogLevel logLevel = static_cast<AccountLogLevel>(level); in SetLogLevel() local
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp131 const LogLevel logLevel; member
Dhilogtool_test.cpp589 std::string logLevel = it.substr(31, 1); variable
/base/hiviewdfx/hilog_lite/command/
Dhilog_command.c228 bool FilterLevelLog(unsigned char setLevel, unsigned char logLevel) in FilterLevelLog()
/base/hiviewdfx/hilog/frameworks/libhilog/base/
Dhilog_base.cpp176 …ildHilogMessageForOhCore(struct HiLogMsgInfo* logMsgInfo, LogHeader& logHeader, uint16_t& logLevel, in BuildHilogMessageForOhCore()
239 uint16_t logLevel = 0; in SendMessage() local
/base/account/os_account/services/accountmgr/test/unittest/account_mgr_service_test/
Daccount_dump_helper_test.cpp309 std::string logLevel; variable
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp228 string LogLevel2Str(uint16_t logLevel) in LogLevel2Str()
246 string LogLevel2ShortStr(uint16_t logLevel) in LogLevel2ShortStr()
/base/startup/init/services/modules/init_hook/
Dinit_hook.c194 char logLevel[2] = {0}; // 2 is set param "persist.init.debug.loglevel" value length. in InitLogLevelFromPersist() local
/base/startup/init/interfaces/innerkits/include/
Dbeget_ext.h82 #define InitLogPrint(outFileName, logLevel, kLevel, fmt, ...) \ argument
/base/sensors/sensor/services/sensor/src/
Dsensor_service.cpp158 const int logLevel = 4; in ReportSensorSysEvent() local
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_module.cpp317 JSIValue logLevel = JSI::CreateObject(); in InitLogLevelType() local
/base/sensors/medical_sensor/services/medical_sensor/src/
Dmedical_service.cpp169 const int logLevel = 4; in ReportSensorUsedInfo() local
/base/startup/init/services/param/base/
Dparam_base.c208 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const … in ParamWorBaseLog()

12