Searched defs:lh (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 122 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 D | util.cpp | 570 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 D | mmi_log.h | 119 #define MMI_HILOG_HEADER(level, lh, fmt, ...) do { \ argument 123 #define MMI_HILOG_HEADER_NO_RELEASE(level, lh, fmt, ...) do { \ argument
|