Home
last modified time | relevance | path

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

/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h148 virtual void RemoveOrphanByHandlerId(const std::string& handlerId) { (void)handlerId; }; in RemoveOrphanByHandlerId() argument
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h52 LOCAL_API void RemoveOrphanByHandlerId(const std::string& handlerId) override;
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp126 void EventQueueFFRT::RemoveOrphanByHandlerId(const std::string& handlerId) in RemoveOrphanByHandlerId() argument
129 std::string regular = handlerId + "\\|.*"; in RemoveOrphanByHandlerId()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp760 const std::string handlerId = "handlerId"; in HWTEST_F() local
761 queue.RemoveOrphanByHandlerId(handlerId); in HWTEST_F()

Completed in 6 milliseconds