Lines Matching defs:srcId

179     std::string srcId = "PrepareRemoteInput_test";
182 int32_t ret = DistributedInputKit::PrepareRemoteInput(srcId, sinkId, callback);
188 std::string srcId = "";
191 int32_t ret = DistributedInputKit::PrepareRemoteInput(srcId, sinkId, callback);
213 std::string srcId = "PrepareRemoteInput_src";
216 int32_t ret = DistributedInputKit::UnprepareRemoteInput(srcId, sinkId, callback);
222 std::string srcId = "";
225 int32_t ret = DistributedInputKit::UnprepareRemoteInput(srcId, sinkId, callback);
267 string srcId = "StartRemoteInput01-src";
271 DistributedInputKit::StartRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback);
277 string srcId = "";
281 DistributedInputKit::StartRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback);
287 string srcId = "StartRemoteInput01-src";
291 int32_t ret = DistributedInputKit::StartRemoteInput(srcId, sinkId, dhIds, callback);
297 string srcId = "";
301 int32_t ret = DistributedInputKit::StartRemoteInput(srcId, sinkId, dhIds, callback);
343 string srcId = "StopRemoteInput03-src";
347 DistributedInputKit::StopRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback);
353 string srcId = "";
357 DistributedInputKit::StopRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback);
363 string srcId = "StartRemoteInput01-src";
367 int32_t ret = DistributedInputKit::StopRemoteInput(srcId, sinkId, dhIds, callback);
373 string srcId = "";
377 int32_t ret = DistributedInputKit::StopRemoteInput(srcId, sinkId, dhIds, callback);