/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | anr_manager.cpp | 67 std::list<int32_t> timerIds = sess->DelEvents(eventType, eventId); in MarkProcessed() local 68 for (int32_t item : timerIds) { in MarkProcessed() 105 std::vector<int32_t> timerIds = sess->GetTimerIds(ANR_MONITOR); in RemoveTimersByType() local 106 for (int32_t item : timerIds) { in RemoveTimersByType() 146 std::vector<int32_t> timerIds = sess->GetTimerIds(type); in AddTimer() local 147 for (int32_t item : timerIds) { in AddTimer()
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/utils_test/nfctimer/nfctimer_fuzzer/ |
H A D | nfctimer_fuzzer.cpp | 38 uint32_t timerIds[1]; in FuzzUnRegister() local 39 ConvertToUint32s(data, timerIds, 1); in FuzzUnRegister() 40 NFC::NfcTimer::GetInstance()->UnRegister(timerIds[0]); in FuzzUnRegister()
|
/ohos5.0/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_session.cpp | 193 std::list<int32_t> timerIds; in DelEvents() local 199 timerIds.push_back(item.timerId); in DelEvents() 204 return timerIds; in DelEvents() 210 return timerIds; in DelEvents() 217 return timerIds; in DelEvents() 223 return timerIds; in DelEvents()
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/ |
H A D | anr_manager.cpp | 64 …std::vector<int32_t> timerIds = DelayedSingleton<EventStage>::GetInstance()->GetTimerIds(persisten… in AddTimer() local 65 for (int32_t item : timerIds) { in AddTimer() 87 …std::vector<int32_t> timerIds = DelayedSingleton<EventStage>::GetInstance()->DelEvents(persistentI… in MarkProcessed() local 88 for (int32_t item : timerIds) { in MarkProcessed() 155 …std::vector<int32_t> timerIds = DelayedSingleton<EventStage>::GetInstance()->GetTimerIds(persisten… in RemoveTimers() local 156 for (int32_t item : timerIds) { in RemoveTimers()
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/ |
H A D | event_stage.cpp | 84 std::vector<int32_t> timerIds; in DelEvents() local 86 timerIds.push_back(iter->timerId); in DelEvents() 90 return timerIds; in DelEvents()
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/ |
H A D | timer_fuzzer.cpp | 72 vector<uint32_t> timerIds; in TimerTestFunc() local 81 ops[op](dataProvider, timer, timerIds); in TimerTestFunc() 84 timerIds.clear(); in TimerTestFunc()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 344 std::vector<uint64_t> timerIds; in ExcuteCancelAll() local 376 BatchCancelTimer(timerIds); in ExcuteCancelAll() 697 std::vector<uint64_t> timerIds; in DeleteAll() local 728 BatchCancelTimer(timerIds); in DeleteAll() 1706 std::vector<uint64_t> timerIds; in RemoveAllNotificationsInner() local 1728 BatchCancelTimer(timerIds); in RemoveAllNotificationsInner() 1756 std::vector<uint64_t> timerIds; in RemoveNotifications() local 1787 BatchCancelTimer(timerIds); in RemoveNotifications() 1990 BatchCancelTimer(timerIds); in ExcuteCancelGroupCancel() 2084 BatchCancelTimer(timerIds); in RemoveGroupByBundle() [all …]
|
H A D | advanced_notification_utils.cpp | 513 std::vector<uint64_t> timerIds; in OnBundleRemoved() local 526 timerIds.emplace_back(notification->GetAutoDeletedTimer()); in OnBundleRemoved() 537 BatchCancelTimer(timerIds); in OnBundleRemoved() 1330 std::vector<uint64_t> timerIds; in OnBundleDataCleared() local 1366 BatchCancelTimer(timerIds); in OnBundleDataCleared() 1428 std::vector<uint64_t> timerIds; in DeleteAllByUserInner() local 1459 BatchCancelTimer(timerIds); in DeleteAllByUserInner() 1818 for (uint64_t timerId : timerIds) { in BatchCancelTimer() 2048 std::vector<uint64_t> timerIds; in OnRecoverLiveView() local 2063 timerIds.emplace_back(notification->GetAutoDeletedTimer()); in OnRecoverLiveView() [all …]
|
/ohos5.0/foundation/multimodalinput/input/util/socket/test/ |
H A D | uds_session_test.cpp | 239 std::list<int32_t> timerIds = sesObj.DelEvents(type, i - 2); variable 240 EXPECT_EQ(timerIds.size(), idLen - 1);
|
/ohos5.0/foundation/arkui/ui_appearance/services/utils/src/ |
H A D | alarm_timer_manager.cpp | 134 std::array<uint64_t, TRIGGER_ARRAY_SIZE> timerIds = { 0, 0 }; in SetTimer() local 135 timerIdMap_[userId] = timerIds; in SetTimer()
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 1890 std::list<int32_t> timerIds; variable 1891 timerIds.push_back(100); 1892 handler.specialTimers_.insert(std::make_pair(keyCode, timerIds)); 3795 std::list<int32_t> timerIds; variable 3796 timerIds.push_back(100); 3797 handler.specialTimers_.insert(std::make_pair(keyCode, timerIds)); 3801 handler.specialTimers_.insert(std::make_pair(keyCode, timerIds));
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1442 std::list<int32_t> timerIds; in OnHandleEvent() local 1443 timerIds.push_back(timerId); in OnHandleEvent() 1444 auto it = specialTimers_.emplace(key->GetKeyCode(), timerIds); in OnHandleEvent()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1362 void BatchCancelTimer(std::vector<uint64_t> timerIds);
|