Searched refs:sourceDevId_ (Results 1 – 9 of 9) sorted by relevance
28 explicit DCameraOpenInfo(std::string sourceDevId) : sourceDevId_(sourceDevId) {} in DCameraOpenInfo()30 std::string sourceDevId_; variable
41 std::string sourceDevId_;
40 cJSON_AddStringToObject(openInfo, "SourceDevId", value_->sourceDevId_.c_str()); in Marshal()89 openInfo->sourceDevId_ = sourceDevId->valuestring; in Unmarshal()
39 cJSON_AddStringToObject(channelInfo, "SourceDevId", value_->sourceDevId_.c_str()); in Marshal()105 channelInfo->sourceDevId_ = sourceDevId->valuestring; in Unmarshal()
188 int32_t ret = GetLocalDeviceNetworkId(chanInfo->sourceDevId_);268 ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_);289 ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_);329 int32_t ret = GetLocalDeviceNetworkId(chanInfo->sourceDevId_);437 int32_t ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_);
86 indexs.push_back(DCameraIndex(info->sourceDevId_, dhId_)); in OpenChannel()
214 srcDevId_ = openInfo->sourceDevId_; in OpenChannel()
108 g_testChannelInfo->sourceDevId_ = g_testDeviceIdOutput; in SetUpTestCase()
462 int32_t ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_); in OpenCamera()518 ret = GetLocalDeviceNetworkId(chanInfo->sourceDevId_); in ConfigStreams()