Home
last modified time | relevance | path

Searched refs:GetTimerIds (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Devent_stage_test.cpp100 HWTEST_F(EventStageTest, GetTimerIds, Function | SmallTest | Level1)
103 eventStage_.GetTimerIds(persistentId);
/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp204 HWTEST_F(UDSSessionTest, GetTimerIds, TestSize.Level1)
213 std::vector<int32_t> ids = sesObj.GetTimerIds(type);
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp64 …std::vector<int32_t> timerIds = DelayedSingleton<EventStage>::GetInstance()->GetTimerIds(persisten… in AddTimer()
155 …std::vector<int32_t> timerIds = DelayedSingleton<EventStage>::GetInstance()->GetTimerIds(persisten… in RemoveTimers()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/include/
H A Devent_stage.h32 std::vector<int32_t> GetTimerIds(int32_t persistentId);
/ohos5.0/foundation/multimodalinput/input/util/socket/include/
H A Duds_session.h106 std::vector<int32_t> GetTimerIds(int32_t type);
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/
H A Devent_stage.cpp58 std::vector<int32_t> EventStage::GetTimerIds(int32_t persistentId) in GetTimerIds() function in OHOS::Rosen::EventStage
/ohos5.0/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