Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h52 LOCAL_API void RemoveOrphanByHandlerId(const std::string& handlerId) override;
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h148 virtual void RemoveOrphanByHandlerId(const std::string& handlerId) { (void)handlerId; }; in RemoveOrphanByHandlerId() function
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp106 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()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp762 queue.RemoveOrphanByHandlerId(handlerId);