Home
last modified time | relevance | path

Searched refs:lh (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h71 static void PrintEventData(std::shared_ptr<T> event, int32_t actionType, int32_t itemNum, const LogHeader &lh);
73 template<class T> static void PrintEventData(std::shared_ptr<T> event, const LogHeader &lh);
122 static void PrintInfoLog(const std::shared_ptr<KeyEvent> event, const LogHeader &lh) in PrintInfoLog() argument
130 MMI_HILOG_HEADER(LOG_INFO, lh, "See InputTracking-Dict, I:%{public}d" ", ET:%{public}s," in PrintInfoLog()
137 MMI_HILOG_HEADER(LOG_INFO, lh, "See InputTracking-Dict, I:%{public}d, KC:%d, AT:%{public}" PRId64 in PrintInfoLog()
148 MMI_HILOG_HEADER(LOG_INFO, lh, "See InputTracking-Dict, I:%{public}d, KC:%{public}d," in PrintInfoLog()
163 MMI_HILOG_HEADER(LOG_INFO, lh, "DN:%{public}d" PRId64 in PrintInfoLog()
167 MMI_HILOG_HEADER(LOG_INFO, lh, "DN:%{public}d, KC:%d, DT:%{public}" PRId64 in PrintInfoLog()
170 MMI_HILOG_HEADER(LOG_INFO, lh, "DN:%{public}d, KC:%{public}d, DT:%{public}" PRId64 in PrintInfoLog()
184 MMI_HILOG_HEADER(LOG_INFO, lh, " in PrintInfoLog()
190 Print(const std::shared_ptr<KeyEvent> event, const LogHeader &lh) Print() argument
258 PrintInfoLog(const std::shared_ptr<PointerEvent> event, const LogHeader &lh) PrintInfoLog() argument
326 Print(const std::shared_ptr<PointerEvent> event, const LogHeader &lh) Print() argument
455 PrintEventData(std::shared_ptr<T> event, int32_t actionType, int32_t itemNum, const LogHeader &lh) PrintEventData() argument
478 PrintEventData(std::shared_ptr<T> event, const LogHeader &lh) PrintEventData() argument
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Daggregator.h36 bool Record(const LogHeader &lh, const std::string &key, const std::string &record);
52 void FlushRecords(const LogHeader &lh, const std::string &key = "", const std::string &extraRecord = "");
H A Dmmi_log.h119 #define MMI_HILOG_HEADER(level, lh, fmt, ...) do { \
120 HILOG_IMPL(LOG_CORE, level, lh.domain, lh.tag, MMI_FUNC_FMT fmt, MMI_TRACE_ID lh.func, lh.line, \
123 #define MMI_HILOG_HEADER_NO_RELEASE(level, lh, fmt, ...) do { \
124 HILOG_IMPL(LOG_ONLY_PRERELEASE, level, lh.domain, lh.tag, MMI_FUNC_FMT fmt, MMI_TRACE_ID lh.func, lh
[all...]
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp570 bool Aggregator::Record(const LogHeader &lh, const std::string &key, const std::string &record) in Record() argument
576 timerId_ = addTimer_(oneSecond, 1, [this, lh]() { in Record()
577 FlushRecords(lh); in Record()
585 FlushRecords(lh); in Record()
589 FlushRecords(lh, key, record); in Record()
595 void Aggregator::FlushRecords(const LogHeader &lh, const std::string &key, const std::string &extraRecord) in FlushRecords() argument
631 MMI_HILOG_HEADER(LOG_INFO, lh, "%{public}s", oss.str().c_str()); in FlushRecords()

Completed in 3 milliseconds