Home
last modified time | relevance | path

Searched refs:isToSrc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h57 int32_t OpenInputSoftbus(const std::string &remoteDevId, bool isToSrc);
58 void CloseInputSoftbus(const std::string &remoteDevId, bool isToSrc);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp87 …2_t DistributedInputSourceTransport::OpenInputSoftbus(const std::string &remoteDevId, bool isToSrc) in OpenInputSoftbus() argument
95 if (isToSrc) { in OpenInputSoftbus()
118 …id DistributedInputSourceTransport::CloseInputSoftbus(const std::string &remoteDevId, bool isToSrc) in CloseInputSoftbus() argument
122 if (isToSrc) { in CloseInputSoftbus()