Lines Matching refs:owner
141 * Remove events if its owner is invalid, for base queue.
146 * Remove events if its owner is invalid, for ffrt queue.
158 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
160 virtual void Remove(const std::shared_ptr<EventHandler> &owner) = 0;
165 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
168 virtual void Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) = 0;
173 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
177 virtual void Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t param) = 0;
182 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
185 virtual bool Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) = 0;
200 * Remove all file descriptor listeners for a specified owner.
202 * @param owner Owner of the event which is point to an instance of 'FileDescriptorListener'.
204 virtual void RemoveFileDescriptorListener(const std::shared_ptr<EventHandler> &owner) = 0;
279 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
282 virtual bool HasInnerEvent(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) = 0;
288 * @param owner The owner of the event which is point to an instance of 'EventHandler'.
291 virtual bool HasInnerEvent(const std::shared_ptr<EventHandler> &owner, int64_t param) = 0;