Searched refs:tIter (Results 1 - 6 of 6) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | key_event_input_subscribe_manager.cpp | 61 std::set<int32_t>::const_iterator tIter = tPrekeys.cbegin(); in operator <() local 62 for (; sIter != sPrekeys.cend() && tIter != tPrekeys.cend(); ++sIter, ++tIter) { in operator <() 63 if (*sIter != *tIter) { in operator <() 64 return (*sIter < *tIter); in operator <() 67 if (sIter != sPrekeys.cend() || tIter != tPrekeys.cend()) { in operator <() 68 return (tIter != tPrekeys.cend()); in operator <() 125 auto [tIter, isOk] = subscribeInfos_.emplace(keyOption, callback); in SubscribeKeyEvent() 128 return tIter->GetSubscribeId(); in SubscribeKeyEvent() 130 int32_t ret = MMIEventHdl.SubscribeKeyEvent(*tIter); in SubscribeKeyEvent() [all...] |
/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 269 auto tIter = timers_.begin(); 270 if (tIter == timers_.end()) { 273 if ((*tIter)->nextCallTime > presentTime) { 276 auto currentTimer = std::move(*tIter); 277 timers_.erase(tIter);
|
/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 403 auto tIter = states_.begin(); in MarkConsumed() local 404 for (; tIter != states_.end(); ++tIter) { in MarkConsumed() 405 const auto &eventIds = tIter->second.eventIds_; in MarkConsumed() 410 if (tIter == states_.end()) { in MarkConsumed() 414 ConsumptionState &state = tIter->second; in MarkConsumed() 552 auto [tIter, isOk] = states_.emplace(pointerEvent->GetDeviceId(), ConsumptionState()); in UpdateConsumptionState() 557 sIter = tIter; in UpdateConsumptionState() 564 auto [tIter, isOk] = state.eventIds_.emplace(pointerEvent->GetId()); in UpdateConsumptionState() 579 auto [tIter, isO in UpdateConsumptionState() [all...] |
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 108 [[ maybe_unused ]] auto [tIter, isOk] = processors_.emplace(deviceId, processor); in OnEvent() 157 [[ maybe_unused ]] auto [tIter, isOk] = processors_.emplace(deviceId, processor); in NormalizeRotateEvent()
|
/foundation/multimodalinput/input/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 151 auto tIter = std::find_if(devices_.cbegin(), devices_.cend(), in FindDevice() local 155 return (tIter != devices_.cend() ? tIter->second : nullptr); in FindDevice()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_event_normalize.cpp | 50 auto [tIter, isOk] = processors_.emplace(deviceId, processor); in OnLibInput()
|
Completed in 4 milliseconds