Home
last modified time | relevance | path

Searched refs:RelayStartRemoteInputByType (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.cpp642 int32_t ret = sourceManager_->RelayStartRemoteInputByType(srcId, sinkId, INPUTTYPE, callback);
646 ret = sourceManager_->RelayStartRemoteInputByType(srcId, sinkId, INPUTTYPE, callback);
649 ret = sourceManager_->RelayStartRemoteInputByType(srcId, sinkId, INPUTTYPE_MOUSE, callback);
659 int32_t ret = sourceManager_->RelayStartRemoteInputByType(srcId, sinkId, INPUTTYPE, callback);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h470 …int32_t RelayStartRemoteInputByType(const std::string &srcId, const std::string &sinkId, const uin…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp651 return RelayStartRemoteInputByType(srcId, sinkId, inputTypes, callback); in StartRemoteInput()
717 int32_t DistributedInputSourceManager::RelayStartRemoteInputByType(const std::string &srcId, const … in RelayStartRemoteInputByType() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager