Searched refs:kLevel (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | klog.cpp | 61 void kMsgLog(const char* fileName, int line, const char* kLevel, in kMsgLog() argument 83 kLevel, 0x0D002800, getpid(), fileName, line, "klog", "info", tmpFmt) == -1) { in kMsgLog()
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | beget_ext.h | 124 #define InitLogPrint(outFileName, logLevel, kLevel, fmt, ...) \ argument 125 StartupLog(logLevel, BEGET_DOMAIN, kLevel, fmt, ##__VA_ARGS__)
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | klog.h | 23 void kMsgLog(const char *fileName, int line, const char *kLevel, const char *fmt, ...);
|