Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_source_trans_callback.h49 …virtual void OnReceiveRelayStartTypeResult(int32_t status, const std::string &srcId, const std::st…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddinput_source_listener.h68 …void OnReceiveRelayStartTypeResult(int32_t status, const std::string &srcId, const std::string &si…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp480 void DInputSourceListener::OnReceiveRelayStartTypeResult(int32_t status, in OnReceiveRelayStartTypeResult() function in OHOS::DistributedHardware::DistributedInput::DInputSourceListener
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp1837 callback_->OnReceiveRelayStartTypeResult(status, srcId, sinkId, inputTypes);
2070 callback_->OnReceiveRelayStartTypeResult(status, srcId, sinkId, inputTypes);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp1421 callback_->OnReceiveRelayStartTypeResult(status, srcId, sinkId, inputTypes); in ReceiveRelayStartTypeResult()