Home
last modified time | relevance | path

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

12

/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.cpp40 static void LogToDmesg(const LogLevel logLevel, const char *tag, const char *info) in LogToDmesg()
71 void SetLogLevel(const LogLevel logLevel) in SetLogLevel()
81 int DfxLogPrint(const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fm… in DfxLogPrint()
96 int DfxLogPrintV(const LogLevel logLevel, const unsigned int domain, const char* tag, const char *f… in DfxLogPrintV()
Dmusl_log.h76 const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fmt, ...) in DfxLogPrint()
/base/security/selinux_adapter/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()
103 static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag, const char *logIn… in PrintLog()
121 static void PrintLogFmt(int logLevel, unsigned int domain, const char *tag, const char *fmt, va_lis… in PrintLogFmt()
131 INIT_LOCAL_API void InitLog(int logLevel, unsigned int domain, const char *tag, const char *fmt, va… in InitLog()
Dinit_commlog.c24 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char… in StartupLog()
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/log/
Dcm_log.c25 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog()
/base/security/huks/frameworks/crypto_lite/cipher/src/
Dcipher_log.c24 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog()
Dcipher_log_lite.c25 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog()
/base/security/certificate_framework/frameworks/common/v1.0/src/
Dcf_log.c22 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CfLog()
/base/update/updater/services/flashd/daemon/
Dflashd_main.cpp45 int logLevel = atoi(arg.c_str() + strlen("-l")); in FlashdMain() local
/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/security/access_token/interfaces/innerkits/nativetoken/src/
Dnativetoken_klog.c40 int NativeTokenKmsg(int logLevel, const char *fmt, ...) in NativeTokenKmsg()
/base/tee/tee_client/services/tlogcat/src/
Dsys_hilog_cfg.c41 uint8_t logLevel = logItem->logLevel; in TeeHilogPrint() local
/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/test/fuzztest/account_stub/cmdqueryohosaccountinfostub_fuzzer/
Dcmdqueryohosaccountinfostub_fuzzer.cpp36 static int SelinuxLog(int logLevel, const char *fmt, ...) in SelinuxLog()
/base/account/os_account/test/fuzztest/account_stub/cmdgetohosaccountinfostub_fuzzer/
Dcmdgetohosaccountinfostub_fuzzer.cpp36 static int SelinuxLog(int logLevel, const char *fmt, ...) in SelinuxLog()
/base/account/os_account/test/fuzztest/account_stub/cmdqueryohosaccountinfobyuseridstub_fuzzer/
Dcmdqueryohosaccountinfobyuseridstub_fuzzer.cpp36 static int SelinuxLog(int logLevel, const char *fmt, ...) in SelinuxLog()
/base/account/os_account/dfx/hidumper_adapter/
Daccount_dump_helper.cpp182 auto logLevel = static_cast<std::int32_t>(AccountLogWrapper::GetLogLevel()); in ProcessOneParameter() local
203 AccountLogLevel logLevel = static_cast<AccountLogLevel>(level); in SetLogLevel() local
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp131 const LogLevel logLevel; member
/base/startup/init/ueventd/
Dueventd_main.c141 static void UeventdLogPrint(int logLevel, uint32_t domain, const char *tag, const char *fmt, va_lis… in UeventdLogPrint()
/base/tee/tee_client/services/tlogcat/include/
Dtlogcat.h49 uint8_t logLevel; member
/base/hiviewdfx/hilog_lite/command/
Dhilog_command.c228 bool FilterLevelLog(unsigned char setLevel, unsigned char logLevel) in FilterLevelLog()
/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/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
Daccount_dump_helper_test.cpp310 std::string logLevel; variable

12