Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h101 static int32_t debugDictCount_; variable
116 if ((++debugDictCount_) % printRate_ == 0) { in PrintDebugDict()
117 debugDictCount_ = 0; in PrintDebugDict()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_event.cpp499 int32_t OHOS::MMI::EventLogHelper::debugDictCount_ = 0; member in OHOS::MMI::OHOS::MMI::EventLogHelper