Home
last modified time | relevance | path

Searched refs:OnReceiveRelayStopTypeResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_source_trans_callback.h51 …virtual void OnReceiveRelayStopTypeResult(int32_t status, const std::string &srcId, const std::str…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddinput_source_listener.h70 …void OnReceiveRelayStopTypeResult(int32_t status, const std::string &srcId, const std::string &sin…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp506 void DInputSourceListener::OnReceiveRelayStopTypeResult(int32_t status, in OnReceiveRelayStopTypeResult() function in OHOS::DistributedHardware::DistributedInput::DInputSourceListener
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp1851 callback_->OnReceiveRelayStopTypeResult(status, srcId, sinkId, inputTypes);
2086 callback_->OnReceiveRelayStopTypeResult(status, srcId, sinkId, inputTypes);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp1439 callback_->OnReceiveRelayStopTypeResult(status, srcId, sinkId, inputTypes); in ReceiveRelayStopTypeResult()