Searched refs:InitLogLevel (Results 1 – 14 of 14) sorted by relevance
/base/startup/init/services/log/ |
D | init_log.c | 40 static InitLogLevel g_logLevel = INIT_INFO; 73 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() 123 PrintLog((InitLogLevel)logLevel, domain, tag, tmpFmt); in PrintLogFmt() 131 PrintLogFmt((InitLogLevel)logLevel, domain, tag, fmt, vargs); in InitLog() 134 INIT_PUBLIC_API void SetInitLogLevel(InitLogLevel level) in SetInitLogLevel() 142 INIT_LOCAL_API void EnableInitLog(InitLogLevel level) in EnableInitLog() 148 INIT_PUBLIC_API InitLogLevel GetInitLogLevel() in GetInitLogLevel()
|
D | init_commlog.c | 24 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char… in StartupLog()
|
D | init_log.h | 65 INIT_LOCAL_API void EnableInitLog(InitLogLevel level);
|
/base/startup/init/interfaces/innerkits/include/ |
D | beget_ext.h | 47 typedef enum InitLogLevel { enum 53 } InitLogLevel; typedef 71 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char… 72 INIT_PUBLIC_API void SetInitLogLevel(InitLogLevel level); 73 INIT_PUBLIC_API InitLogLevel GetInitLogLevel(void);
|
/base/startup/init/test/unittest/init/ |
D | init_unittest.cpp | 147 SetInitLogLevel((InitLogLevel)loglevel);
|
/base/startup/init/services/param/include/ |
D | param_utils.h | 102 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const …
|
/base/startup/init/device_info/ |
D | device_info_stub.cpp | 141 SetInitLogLevel((InitLogLevel)level); in OnStart()
|
/base/startup/appspawn/test/unittest/ |
D | app_spawn_stub.cpp | 226 void StartupLog_stub(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...) in StartupLog_stub()
|
/base/startup/init/services/begetctl/ |
D | param_cmd.c | 532 InitLogLevel value = (InitLogLevel)strtoul(level, NULL, DECIMAL_BASE); in UpdateInitLogLevel()
|
/base/startup/init/services/param/linux/ |
D | param_request.c | 59 SetInitLogLevel((InitLogLevel)level); in ParameterInit()
|
/base/startup/init/test/unittest/param/ |
D | param_stub.cpp | 524 SetInitLogLevel((InitLogLevel)loglevel); in PrepareInitUnitTestEnv()
|
D | param_unittest.cpp | 31 void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...);
|
/base/startup/init/services/param/base/ |
D | param_base.c | 208 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const … in ParamWorBaseLog()
|
/base/startup/init/services/param/watcher/proxy/ |
D | watcher_manager.cpp | 323 SetInitLogLevel((InitLogLevel)level); in OnStart()
|