Searched refs:DInputClientStopTypeInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
H A D | distributed_input_source_manager.h | 414 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 D | distributed_input_sourcemanager_test.cpp | 613 … 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 D | distributed_input_source_manager.cpp | 743 DInputClientStopTypeInfo info(srcId, sinkId, inputTypes, callback); in RelayStopRemoteInputByType() 1439 for (std::vector<DInputClientStopTypeInfo>::iterator iter = in RunRelayStopTypeCallback()
|