Searched refs:loglevel (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/test/unittest/init/ |
H A D | init_unittest.cpp | 141 int32_t loglevel = GetIntParameter("persist.init.debug.loglevel", INIT_ERROR); in HWTEST_F() local 142 SetInitLogLevel((InitLogLevel)loglevel); in HWTEST_F()
|
/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 522 int32_t loglevel = GetIntParameter("persist.init.debug.loglevel", INIT_ERROR); in PrepareInitUnitTestEnv() local 523 SetInitLogLevel((InitLogLevel)loglevel); in PrepareInitUnitTestEnv()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter.cpp | 268 void WriteOnceLog(LogLevel loglevel, const std::string& logStr, bool& isWrite) in WriteOnceLog() argument 271 switch (loglevel) { in WriteOnceLog() 735 void SetWriteOnceLog(LogLevel loglevel, const std::string& logStr, bool& isWrite) in SetWriteOnceLog() argument 737 WriteOnceLog(loglevel, logStr, isWrite); in SetWriteOnceLog()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/ |
H A D | hitrace_meter.h | 200 void SetWriteOnceLog(LogLevel loglevel, const std::string& logStr, bool& isWrite);
|
Completed in 5 milliseconds