Searched refs:dhIds (Results 1 – 1 of 1) sorted by relevance
/test/xts/dcts/distributedhardware/distributedinputtest/ |
D | distributed_input_test.cpp | 250 std::vector<std::string> dhIds = {"dhIds_test"}; variable 252 int32_t ret = DistributedInputKit::StartRemoteInput(sinkId, dhIds, callback); 259 std::vector<std::string> dhIds; variable 261 int32_t ret = DistributedInputKit::StartRemoteInput(sinkId, dhIds, callback); 289 std::vector<std::string> dhIds = {"dhIds_test"}; variable 291 int32_t ret = DistributedInputKit::StartRemoteInput(srcId, sinkId, dhIds, callback); 299 std::vector<std::string> dhIds; variable 301 int32_t ret = DistributedInputKit::StartRemoteInput(srcId, sinkId, dhIds, callback); 326 std::vector<std::string> dhIds = {"dhIds_test"}; variable 328 int32_t ret = DistributedInputKit::StopRemoteInput(sinkId, dhIds, callback); [all …]
|