Searched refs:SetAnrStatus (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | event_stage_test.cpp | 59 HWTEST_F(EventStageTest, SetAnrStatus, Function | SmallTest | Level1) 63 eventStage_.SetAnrStatus(persistentId, status); 65 eventStage_.SetAnrStatus(persistentId, status);
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/include/ |
H A D | event_stage.h | 29 void SetAnrStatus(int32_t persistentId, bool status);
|
/ohos5.0/foundation/multimodalinput/input/util/socket/include/ |
H A D | uds_session.h | 80 void SetAnrStatus(int32_t type, bool status) in SetAnrStatus() function
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/ |
H A D | event_stage.cpp | 35 void EventStage::SetAnrStatus(int32_t persistentId, bool status) in SetAnrStatus() function in OHOS::Rosen::EventStage
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | anr_manager.cpp | 128 sess->SetAnrStatus(type, true); in AddTimer()
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/ |
H A D | anr_manager.cpp | 58 DelayedSingleton<EventStage>::GetInstance()->SetAnrStatus(persistentId, true); in AddTimer()
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | anr_manager_test.cpp | 333 session->SetAnrStatus(type, status);
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 1522 session->SetAnrStatus(0, status); 1569 session->SetAnrStatus(0, status);
|