Searched refs:RelayStopRemoteInputByType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/ |
H A D | distributed_input_sourcemanager_test.cpp | 671 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 D | distributed_input_source_manager.h | 472 …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 D | distributed_input_source_manager.cpp | 695 return RelayStopRemoteInputByType(srcId, sinkId, inputTypes, callback); in StopRemoteInput() 739 int32_t DistributedInputSourceManager::RelayStopRemoteInputByType( in RelayStopRemoteInputByType() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager
|