Home
last modified time | relevance | path

Searched refs:tempVector (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_source_stub.cpp313 std::vector<std::string> tempVector; in HandleStartDhidRemoteInput() local
326 tempVector.push_back(dhid); in HandleStartDhidRemoteInput()
334 int32_t ret = StartRemoteInput(sinkId, tempVector, callback); in HandleStartDhidRemoteInput()
350 std::vector<std::string> tempVector; in HandleStopDhidRemoteInput() local
363 tempVector.push_back(dhid); in HandleStopDhidRemoteInput()
371 int32_t ret = StopRemoteInput(sinkId, tempVector, callback); in HandleStopDhidRemoteInput()
388 std::vector<std::string> tempVector; in HandleStartRelayDhidRemoteInput() local
401 tempVector.push_back(dhid); in HandleStartRelayDhidRemoteInput()
409 int32_t ret = StartRemoteInput(srcId, sinkId, tempVector, callback); in HandleStartRelayDhidRemoteInput()
426 std::vector<std::string> tempVector; in HandleStopRelayDhidRemoteInput() local
[all...]

Completed in 2 milliseconds