Searched refs:RelayStartRemoteInputByType (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 | 642 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 D | distributed_input_source_manager.h | 470 …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 D | distributed_input_source_manager.cpp | 651 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
|