Home
last modified time | relevance | path

Searched refs:DelegateInterface (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp49 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 …]
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp30 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()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_interface.h33 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
/ohos5.0/foundation/multimodalinput/input/service/display_state_manager/include/
H A Ddisplay_event_monitor.h38 class DelegateInterface; variable
64 void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) in SetDelegateProxy()
74 std::shared_ptr<DelegateInterface> delegateProxy_ {nullptr};
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dtouch_drawing_manager.h39 class DelegateInterface; variable
69 void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) in SetDelegateProxy()
138 std::shared_ptr<DelegateInterface> delegateProxy_ {nullptr};
H A Dpointer_drawing_manager.h58 class DelegateInterface; variable
112 void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) override in SetDelegateProxy()
208 std::shared_ptr<DelegateInterface> delegateProxy_ { nullptr };
H A Di_pointer_drawing_manager.h144 virtual void SetDelegateProxy(std::shared_ptr<DelegateInterface> proxy) {} in SetDelegateProxy()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h259 std::shared_ptr<DelegateInterface> delegateInterface_ {nullptr};
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp312 delegateInterface_ = std::make_shared<DelegateInterface>(fun); in InitDelegateTasks()