Home
last modified time | relevance | path

Searched refs:GetTimerIds (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Danr_manager.cpp82 std::vector<int32_t> DispatchTimerIds = sess->GetTimerIds(ANR_DISPATCH); in RemoveTimers()
89 std::vector<int32_t> MonitorTimerIds = sess->GetTimerIds(ANR_MONITOR); in RemoveTimers()
105 std::vector<int32_t> timerIds = sess->GetTimerIds(ANR_MONITOR); in RemoveTimersByType()
146 std::vector<int32_t> timerIds = sess->GetTimerIds(type); in AddTimer()
/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp199 * @tc.name: GetTimerIds
200 * @tc.desc: Verify uds session function GetTimerIds
204 HWTEST_F(UDSSessionTest, GetTimerIds, TestSize.Level1) in HWTEST_F()
213 std::vector<int32_t> ids = sesObj.GetTimerIds(type); in HWTEST_F()
341 * @tc.desc: Verify uds session function GetTimerIds
356 ASSERT_NO_FATAL_FAILURE(sesObj.GetTimerIds(type)); in HWTEST_F()
359 ASSERT_NO_FATAL_FAILURE(sesObj.GetTimerIds(type)); in HWTEST_F()
/foundation/multimodalinput/input/util/socket/include/
H A Duds_session.h106 std::vector<int32_t> GetTimerIds(int32_t type);
/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp166 std::vector<int32_t> UDSSession::GetTimerIds(int32_t type) in GetTimerIds() function in OHOS::MMI::UDSSession

Completed in 2 milliseconds