Home
last modified time | relevance | path

Searched defs:lh (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h122 static void PrintInfoLog(const std::shared_ptr<KeyEvent> event, const LogHeader &lh) in PrintInfoLog()
190 static void Print(const std::shared_ptr<KeyEvent> event, const LogHeader &lh) in Print()
258 static void PrintInfoLog(const std::shared_ptr<PointerEvent> event, const LogHeader &lh) in PrintInfoLog()
325 static void Print(const std::shared_ptr<PointerEvent> event, const LogHeader &lh) in Print()
451 const LogHeader &lh) in PrintEventData()
473 …mplate <class T> void EventLogHelper::PrintEventData(std::shared_ptr<T> event, const LogHeader &lh) in PrintEventData()
/ohos5.0/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()
595 void Aggregator::FlushRecords(const LogHeader &lh, const std::string &key, const std::string &extra… in FlushRecords()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_log.h119 #define MMI_HILOG_HEADER(level, lh, fmt, ...) do { \ argument
123 #define MMI_HILOG_HEADER_NO_RELEASE(level, lh, fmt, ...) do { \ argument