Searched refs:LogHeader (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | aggregator.h | 36 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 D | mmi_log.h | 474 struct LogHeader { struct 480 LogHeader(uint32_t domain, const char* tag, const char* func, uint32_t line) in LogHeader() argument
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 71 …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() 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 template <class T> void EventLogHelper::PrintEventData(std::shared_ptr<T> event, const LogHeader &l… 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()
|