Searched refs:OnStopRemoteInputDhid (Results 1 – 4 of 4) sorted by relevance
31 virtual void OnStopRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) = 0;
75 void OnStopRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) override;
156 OnStopRemoteInputDhid(sessionId, JointDhIds(sharingDhIds)); in OnUnprepareRemoteInput()195 OnStopRemoteInputDhid(toSinkSessionId, JointDhIds(sharingDhIds)); in OnRelayUnprepareRemoteInput()319 void DistributedInputSinkManager::DInputSinkListener::OnStopRemoteInputDhid(const int32_t &sessionI… in OnStopRemoteInputDhid() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkManager::DInputSinkListener
450 callback_->OnStopRemoteInputDhid(sessionId, strTmp); in NotifyStopRemoteInputDhid()