Searched refs:OnReceivedEventRemoteInput (Results 1 – 4 of 4) sorted by relevance
37 …virtual void OnReceivedEventRemoteInput(const std::string deviceId, const std::string &object) = 0;
56 void OnReceivedEventRemoteInput(const std::string deviceId, const std::string &event) override;
334 OnReceivedEventRemoteInput(deviceId, event); in OnResponseKeyStateBatch()337 void DInputSourceListener::OnReceivedEventRemoteInput(const std::string deviceId, const std::string… in OnReceivedEventRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DInputSourceListener
1027 callback_->OnReceivedEventRemoteInput(deviceId, inputDataStr); in NotifyReceivedEventRemoteInput()