Searched refs:InitLogLevel (Results 1 - 13 of 13) sorted by relevance
/base/startup/init/services/log/ |
H A D | init_log.c | 40 static InitLogLevel g_logLevel = INIT_INFO;
73 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 *logInfo)
in PrintLog() 128 PrintLog((InitLogLevel)logLevel, domain, tag, tmpFmt);
in PrintLogFmt() 136 PrintLogFmt((InitLogLevel)logLevel, domain, tag, fmt, vargs);
in InitLog() 139 INIT_PUBLIC_API void SetInitLogLevel(InitLogLevel level)
in SetInitLogLevel() 147 INIT_LOCAL_API void EnableInitLog(InitLogLevel level)
in EnableInitLog() 153 INIT_PUBLIC_API InitLogLevel GetInitLogLevel()
in GetInitLogLevel()
|
H A D | init_commlog.c | 24 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...)
in StartupLog()
|
H A D | init_log.h | 66 INIT_LOCAL_API void EnableInitLog(InitLogLevel level);
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | beget_ext.h | 47 typedef enum InitLogLevel { enum 53 } InitLogLevel; typedef 78 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...); 79 INIT_PUBLIC_API void SetInitLogLevel(InitLogLevel level); 80 INIT_PUBLIC_API InitLogLevel GetInitLogLevel(void);
|
/base/startup/init/device_info/ |
H A D | device_info_stub.cpp | 143 SetInitLogLevel((InitLogLevel)level); in OnStart()
|
/base/startup/init/test/unittest/init/ |
H A D | init_unittest.cpp | 142 SetInitLogLevel((InitLogLevel)loglevel); in HWTEST_F()
|
/base/startup/init/services/param/include/ |
H A D | param_utils.h | 108 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...);
|
/base/startup/init/services/begetctl/ |
H A D | param_cmd.c | 576 InitLogLevel value = (InitLogLevel)strtoul(level, NULL, DECIMAL_BASE); in UpdateInitLogLevel()
|
/base/startup/init/services/param/linux/ |
H A D | param_request.c | 59 SetInitLogLevel((InitLogLevel)level);
in ParameterInit()
|
/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 523 SetInitLogLevel((InitLogLevel)loglevel); in PrepareInitUnitTestEnv()
|
H A D | param_unittest.cpp | 32 void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...);
|
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.cpp | 347 SetInitLogLevel((InitLogLevel)level); in OnStart()
|
/base/startup/init/services/param/base/ |
H A D | param_base.c | 251 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...)
in ParamWorBaseLog()
|
Completed in 11 milliseconds