Searched refs:DelegateInterface (Results 1 – 9 of 9) sorted by relevance
49 DelegateInterface delegateInterface(delegate);72 DelegateInterface delegateInterface(delegate);99 DelegateInterface delegateInterface(delegate);130 DelegateInterface delegateInterface(delegate);157 DelegateInterface delegateInterface(delegate);176 DelegateInterface delegateInterface(delegate);198 DelegateInterface delegateInterface(delegate);218 DelegateInterface delegateInterface(delegate);251 DelegateInterface delegateInterface(delegate);252 DelegateInterface::HandlerSummary summary;[all …]
30 void DelegateInterface::Init() in Init()41 int32_t DelegateInterface::OnPostSyncTask(DTaskCallback cb) const in OnPostSyncTask()51 void DelegateInterface::OnInputEvent( in OnInputEvent()60 void DelegateInterface::OnInputEventHandler( in OnInputEventHandler()92 int32_t DelegateInterface::AddHandler(InputHandlerType type, HandlerSummary summary) in AddHandler()132 HandleEventType DelegateInterface::GetEventType(InputHandlerType type) const in GetEventType()147 uint32_t DelegateInterface::GetDeviceTags(InputHandlerType type) const in GetDeviceTags()165 void DelegateInterface::RemoveLocal(InputHandlerType type, std::string name, uint32_t &deviceTags) in RemoveLocal()182 int32_t DelegateInterface::GetPriority(InputHandlerType type) const in GetPriority()192 void DelegateInterface::RemoveHandler(InputHandlerType type, std::string name) in RemoveHandler()
33 class DelegateInterface final :35 public std::enable_shared_from_this<DelegateInterface> {37 DISALLOW_COPY_AND_MOVE(DelegateInterface);38 explicit DelegateInterface(std::function<int32_t(DTaskCallback)> delegate) in DelegateInterface() function
38 class DelegateInterface; variable64 void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) in SetDelegateProxy()74 std::shared_ptr<DelegateInterface> delegateProxy_ {nullptr};
39 class DelegateInterface; variable69 void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) in SetDelegateProxy()138 std::shared_ptr<DelegateInterface> delegateProxy_ {nullptr};
58 class DelegateInterface; variable112 void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) override in SetDelegateProxy()208 std::shared_ptr<DelegateInterface> delegateProxy_ { nullptr };
144 virtual void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) {} in SetDelegateProxy()
259 std::shared_ptr<DelegateInterface> delegateInterface_ {nullptr};
312 delegateInterface_ = std::make_shared<DelegateInterface>(fun); in InitDelegateTasks()