Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h414 struct DInputClientStopTypeInfo { struct
419 DInputClientStopTypeInfo(std::string sourceId, std::string sinkid, uint32_t types, in DInputClientStopTypeInfo() argument
443 std::vector<DInputClientStopTypeInfo> relayStpTypeCallbacks_;
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp613 … DistributedInputSourceManager::DInputClientStopTypeInfo info(srcId, sinkId, INPUTTYPE, callback);
1578 … DistributedInputSourceManager::DInputClientStopTypeInfo info(srcId, sinkId, inputTypes, callback);
1583 …DistributedInputSourceManager::DInputClientStopTypeInfo stopInfo(srcId, sinkId, inputTypes, callba…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp743 DInputClientStopTypeInfo info(srcId, sinkId, inputTypes, callback); in RelayStopRemoteInputByType()
1439 for (std::vector<DInputClientStopTypeInfo>::iterator iter = in RunRelayStopTypeCallback()