Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h406 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 Ddistributed_input_sourcemanager_test.cpp565 … 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 Ddistributed_input_source_manager.cpp721 DInputClientStartTypeInfo info(srcId, sinkId, inputTypes, callback); in RelayStartRemoteInputByType()
1417 for (std::vector<DInputClientStartTypeInfo>::iterator iter = in RunRelayStartTypeCallback()