Searched refs:isSimulate (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 126 std::string isSimulate = event->HasFlag(InputEvent::EVENT_FLAG_SIMULATE) ? "true" : "false"; in PrintInfoLog() local 134 event->GetTargetDisplayId(), isRepeat.c_str(), isSimulate.c_str()); in PrintInfoLog() 146 event->GetTargetDisplayId(), isRepeat.c_str(), isSimulate.c_str()); in PrintInfoLog() 157 event->GetTargetDisplayId(), isRepeat.c_str(), isSimulate.c_str()); in PrintInfoLog() 271 std::string isSimulate = event->HasFlag(InputEvent::EVENT_FLAG_SIMULATE) ? "true" : "false"; in PrintInfoLog() local 277 event->GetTargetWindowId(), event->GetDispatchTimes(), isSimulate.c_str(), in PrintInfoLog() 289 item.GetOriginPointerId(), isSimulate.c_str()); in PrintInfoLog()
|