Home
last modified time | relevance | path

Searched refs:InitLogLevel (Results 1 – 14 of 14) sorted by relevance

/base/startup/init/services/log/
Dinit_log.c40 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()
Dinit_commlog.c24 INIT_PUBLIC_API void StartupLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char… in StartupLog()
Dinit_log.h65 INIT_LOCAL_API void EnableInitLog(InitLogLevel level);
/base/startup/init/interfaces/innerkits/include/
Dbeget_ext.h47 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/
Dinit_unittest.cpp147 SetInitLogLevel((InitLogLevel)loglevel);
/base/startup/init/services/param/include/
Dparam_utils.h102 INIT_LOCAL_API void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const …
/base/startup/init/device_info/
Ddevice_info_stub.cpp141 SetInitLogLevel((InitLogLevel)level); in OnStart()
/base/startup/appspawn/test/unittest/
Dapp_spawn_stub.cpp226 void StartupLog_stub(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...) in StartupLog_stub()
/base/startup/init/services/begetctl/
Dparam_cmd.c532 InitLogLevel value = (InitLogLevel)strtoul(level, NULL, DECIMAL_BASE); in UpdateInitLogLevel()
/base/startup/init/services/param/linux/
Dparam_request.c59 SetInitLogLevel((InitLogLevel)level); in ParameterInit()
/base/startup/init/test/unittest/param/
Dparam_stub.cpp524 SetInitLogLevel((InitLogLevel)loglevel); in PrepareInitUnitTestEnv()
Dparam_unittest.cpp31 void ParamWorBaseLog(InitLogLevel logLevel, uint32_t domain, const char *tag, const char *fmt, ...);
/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()
/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp323 SetInitLogLevel((InitLogLevel)level); in OnStart()