Searched refs:removePid (Results 1 – 2 of 2) sorted by relevance
545 int32_t removePid = currentPid_ == pIds[0]? pIds[1] : pIds[0]; in HandleDraggingState() local546 event.RemovePointerItem(removePid); in HandleDraggingState()741 int32_t removePid = currentPid_ == 0 ? REMOVE_POINTER_ID_1 : 0; in SendPointerDownEventToMultimodal() local742 event.RemovePointerItem(removePid); in SendPointerDownEventToMultimodal()837 int32_t removePid = currentPid_ == pIds[0]? pIds[1] : pIds[0]; in HandleDraggingStateInnerMove() local838 HILOG_DEBUG("removePid when move: (%{public}d)", removePid); in HandleDraggingStateInnerMove()839 event.RemovePointerItem(removePid); in HandleDraggingStateInnerMove()
192 …auto removePid = [&runningPid](const auto &iter) { return runningPid.find(iter.first) == runningP… in CheckPersistenceData() local193 EraseRecordIf(procResourceApplyMap_, removePid); in CheckPersistenceData()