Home
last modified time | relevance | path

Searched refs:timerIds (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/nfc/test/fuzztest/services_test/utils_test/nfctimer/nfctimer_fuzzer/
H A Dnfctimer_fuzzer.cpp38 uint32_t timerIds[1]; in FuzzUnRegister() local
39 ConvertToUint32s(data, timerIds, 1); in FuzzUnRegister()
40 NFC::NfcTimer::GetInstance()->UnRegister(timerIds[0]); in FuzzUnRegister()
/foundation/multimodalinput/input/service/event_handler/src/
H A Danr_manager.cpp67 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()
147 for (int32_t item : timerIds) { in AddTimer()
/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp193 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()
/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp239 std::list<int32_t> timerIds = sesObj.DelEvents(type, i - 2); in HWTEST_F() local
240 EXPECT_EQ(timerIds.size(), idLen - 1); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1331 std::list<int32_t> timerIds; in OnHandleEvent() local
1332 timerIds.push_back(timerId); in OnHandleEvent()
1333 auto it = specialTimers_.emplace(key->GetKeyCode(), timerIds); in OnHandleEvent()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2652 std::list<int32_t> timerIds;
2653 timerIds.push_back(100);
2654 handler.specialTimers_.insert(std::make_pair(keyCode, timerIds));
4609 std::list<int32_t> timerIds;
4610 timerIds.push_back(100);
4611 handler.specialTimers_.insert(std::make_pair(keyCode, timerIds));
4615 handler.specialTimers_.insert(std::make_pair(keyCode, timerIds));

Completed in 18 milliseconds