Home
last modified time | relevance | path

Searched refs:RemoveOrphanByHandlerId (Results 1 - 5 of 5) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h52 LOCAL_API void RemoveOrphanByHandlerId(const std::string& handlerId) override;
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h148 virtual void RemoveOrphanByHandlerId(const std::string& handlerId) { (void)handlerId; }; in RemoveOrphanByHandlerId() function in OHOS::AppExecFwk::EventQueue
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp126 void EventQueueFFRT::RemoveOrphanByHandlerId(const std::string& handlerId) in RemoveOrphanByHandlerId() function in OHOS::AppExecFwk::EventQueueFFRT
H A Devent_handler.cpp81 eventRunner_->GetEventQueue()->RemoveOrphanByHandlerId(handlerId_); in ~EventHandler()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp754 * @tc.desc: test RemoveOrphanByHandlerId
761 queue.RemoveOrphanByHandlerId(handlerId); in HWTEST_F()
2171 queue.RemoveOrphanByHandlerId(id); in RemoveTaskTest()

Completed in 7 milliseconds