Home
last modified time | relevance | path

Searched refs:RelayStopRemoteInputByType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp671 int32_t ret = sourceManager_->RelayStopRemoteInputByType(srcId, sinkId, INPUTTYPE, callback);
675 ret = sourceManager_->RelayStopRemoteInputByType(srcId, sinkId, INPUTTYPE, callback);
678 ret = sourceManager_->RelayStopRemoteInputByType(srcId, sinkId, INPUTTYPE_MOUSE, callback);
688 int32_t ret = sourceManager_->RelayStopRemoteInputByType(srcId, sinkId, INPUTTYPE, callback);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h472 …int32_t RelayStopRemoteInputByType(const std::string &srcId, const std::string &sinkId, const uint…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp695 return RelayStopRemoteInputByType(srcId, sinkId, inputTypes, callback); in StopRemoteInput()
739 int32_t DistributedInputSourceManager::RelayStopRemoteInputByType( in RelayStopRemoteInputByType() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager