Home
last modified time | relevance | path

Searched refs:eventDump (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp141 void EventUtilTest::AddEventDump(std::string eventDump) in AddEventDump() argument
145 if (eventDump.empty()) { in AddEventDump()
149 strEventDump_.push_back(eventDump); in AddEventDump()
150 MMI_HILOGD("Setting the Dump event, strEventDump_:%{public}s", eventDump.c_str()); in AddEventDump()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/include/
H A Devent_util_test.h114 void AddEventDump(std::string eventDump);