Home
last modified time | relevance | path

Searched refs:InitLogLevel (Results 1 - 13 of 13) sorted by relevance

/base/startup/init/services/log/
H A Dinit_log.c40 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 Dinit_commlog.c24 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...) in StartupLog()
H A Dinit_log.h66 INIT_LOCAL_API void EnableInitLog(InitLogLevel level);
/base/startup/init/interfaces/innerkits/include/
H A Dbeget_ext.h47 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 Ddevice_info_stub.cpp143 SetInitLogLevel((InitLogLevel)level); in OnStart()
/base/startup/init/test/unittest/init/
H A Dinit_unittest.cpp142 SetInitLogLevel((InitLogLevel)loglevel); in HWTEST_F()
/base/startup/init/services/param/include/
H A Dparam_utils.h108 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...);
/base/startup/init/services/begetctl/
H A Dparam_cmd.c576 InitLogLevel value = (InitLogLevel)strtoul(level, NULL, DECIMAL_BASE); in UpdateInitLogLevel()
/base/startup/init/services/param/linux/
H A Dparam_request.c59 SetInitLogLevel((InitLogLevel)level); in ParameterInit()
/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp523 SetInitLogLevel((InitLogLevel)loglevel); in PrepareInitUnitTestEnv()
H A Dparam_unittest.cpp32 void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...);
/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp347 SetInitLogLevel((InitLogLevel)level); in OnStart()
/base/startup/init/services/param/base/
H A Dparam_base.c251 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...) in ParamWorBaseLog()

Completed in 14 milliseconds