Searched refs:DInputClientStartTypeInfo (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 | 406 struct DInputClientStartTypeInfo { struct 411 DInputClientStartTypeInfo(std::string sourceId, std::string sinkid, uint32_t types, in DInputClientStartTypeInfo() argument 442 std::vector<DInputClientStartTypeInfo> relayStaTypeCallbacks_;
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/ |
H A D | distributed_input_sourcemanager_test.cpp | 565 … DistributedInputSourceManager::DInputClientStartTypeInfo info(srcId, sinkId, INPUTTYPE, callback); 1551 …DistributedInputSourceManager::DInputClientStartTypeInfo info(srcId, sinkId, inputTypes, callback); 1556 …DistributedInputSourceManager::DInputClientStartTypeInfo startInfo(srcId, sinkId, inputTypes, call…
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 721 DInputClientStartTypeInfo info(srcId, sinkId, inputTypes, callback); in RelayStartRemoteInputByType() 1417 for (std::vector<DInputClientStartTypeInfo>::iterator iter = in RunRelayStartTypeCallback()
|