Home
last modified time | relevance | path

Searched refs:SetInitLogLevel (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/init/
H A Dinit_unittest.cpp136 SetInitLogLevel(INIT_DEBUG);
144 SetInitLogLevel((InitLogLevel)loglevel);
/ohos5.0/base/startup/init/services/log/
H A Dinit_log.c139 INIT_PUBLIC_API void SetInitLogLevel(InitLogLevel level) in SetInitLogLevel() function
/ohos5.0/base/startup/init/device_info/
H A Ddevice_info_stub.cpp142 SetInitLogLevel((InitLogLevel)level); in OnStart()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dbeget_ext.h79 INIT_PUBLIC_API void SetInitLogLevel(InitLogLevel level);
/ohos5.0/base/startup/init/services/modules/init_hook/
H A Dinit_hook.c113 SetInitLogLevel(level); in SetLogLevelFunc()
/ohos5.0/base/startup/init/services/begetctl/
H A Dparam_cmd.c484 SetInitLogLevel(INIT_INFO); in BShellParamCmdShell()
577 SetInitLogLevel((errno != 0) ? INIT_WARN : value); in UpdateInitLogLevel()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-log.md49 void SetInitLogLevel(InitLogLevel level) 设置log 的级别,控制日志的输出
/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_request.c59 SetInitLogLevel((InitLogLevel)level); in ParameterInit()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp523 SetInitLogLevel((InitLogLevel)loglevel); in PrepareInitUnitTestEnv()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-log.md52 void SetInitLogLevel(InitLogLevel level) Sets the log level to control log output.
/ohos5.0/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp347 SetInitLogLevel((InitLogLevel)level); in OnStart()