Searched refs:DistributedInputSinkEventHandler (Results 1 – 4 of 4) sorted by relevance
21 DistributedInputSinkEventHandler::DistributedInputSinkEventHandler( in DistributedInputSinkEventHandler() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkEventHandler26 DistributedInputSinkEventHandler::~DistributedInputSinkEventHandler() = default;28 bool DistributedInputSinkEventHandler::ProxyPostTask(const Callback &callback, int64_t delayTime) in ProxyPostTask()33 bool DistributedInputSinkEventHandler::ProxyPostTask( in ProxyPostTask()39 void DistributedInputSinkEventHandler::ProxyRemoveTask(const std::string &name) in ProxyRemoveTask()
614 handler_ = std::make_shared<DistributedInputSinkEventHandler>(runner_); in InitAuto()632 std::shared_ptr<DistributedInputSinkEventHandler> DistributedInputSinkManager::GetEventHandler() in GetEventHandler()
27 class DistributedInputSinkEventHandler : public AppExecFwk::EventHandler {29 … explicit DistributedInputSinkEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner);30 ~DistributedInputSinkEventHandler() override;
158 std::shared_ptr<DistributedInputSinkEventHandler> GetEventHandler();184 std::shared_ptr<DistributedInputSinkEventHandler> handler_;