Searched refs:OnResponseKeyStateBatch (Results 1 – 4 of 4) sorted by relevance
36 virtual void OnResponseKeyStateBatch(const std::string deviceId, const std::string &object) = 0;
55 void OnResponseKeyStateBatch(const std::string deviceId, const std::string &event) override;
331 void DInputSourceListener::OnResponseKeyStateBatch(const std::string deviceId, const std::string &e… in OnResponseKeyStateBatch() function in OHOS::DistributedHardware::DistributedInput::DInputSourceListener
1010 callback_->OnResponseKeyStateBatch(deviceId, inputDataStr); in NotifyResponseKeyStateBatch()