Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h128 …int32_t StartRemoteInputType(int32_t sessionId, const std::string &deviceId, const uint32_t &input…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp197 …int32_t ret = DistributedInputSourceTransport::GetInstance().StartRemoteInputType(srcTsrcSeId, dev…
206 …int32_t ret = DistributedInputSourceTransport::GetInstance().StartRemoteInputType(srcTsrcSeId, dev…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp297 int32_t DistributedInputSourceTransport::StartRemoteInputType(int32_t srcTsrcSeId, const std::strin… in StartRemoteInputType() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
1316 int32_t ret = StartRemoteInputType(sessionId, deviceId, inputTypes); in ReceiveSrcTSrcRelayStartType()