Lines Matching defs:dhIds
250 std::vector<std::string> dhIds = {"dhIds_test"};
252 int32_t ret = DistributedInputKit::StartRemoteInput(sinkId, dhIds, callback);
259 std::vector<std::string> dhIds;
261 int32_t ret = DistributedInputKit::StartRemoteInput(sinkId, dhIds, callback);
289 std::vector<std::string> dhIds = {"dhIds_test"};
291 int32_t ret = DistributedInputKit::StartRemoteInput(srcId, sinkId, dhIds, callback);
299 std::vector<std::string> dhIds;
301 int32_t ret = DistributedInputKit::StartRemoteInput(srcId, sinkId, dhIds, callback);
326 std::vector<std::string> dhIds = {"dhIds_test"};
328 int32_t ret = DistributedInputKit::StopRemoteInput(sinkId, dhIds, callback);
335 std::vector<std::string> dhIds;
337 int32_t ret = DistributedInputKit::StopRemoteInput(sinkId, dhIds, callback);
365 std::vector<std::string> dhIds = {"dhIds_test"};
367 int32_t ret = DistributedInputKit::StopRemoteInput(srcId, sinkId, dhIds, callback);
375 std::vector<std::string> dhIds;
377 int32_t ret = DistributedInputKit::StopRemoteInput(srcId, sinkId, dhIds, callback);