Home
last modified time | relevance | path

Searched refs:sourceDevId_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_open_info_cmd.h28 explicit DCameraOpenInfo(std::string sourceDevId) : sourceDevId_(sourceDevId) {} in DCameraOpenInfo()
30 std::string sourceDevId_; variable
H A Ddcamera_channel_info_cmd.h41 std::string sourceDevId_;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_open_info_cmd.cpp40 cJSON_AddStringToObject(openInfo, "SourceDevId", value_->sourceDevId_.c_str()); in Marshal()
89 openInfo->sourceDevId_ = sourceDevId->valuestring; in Unmarshal()
H A Ddcamera_channel_info_cmd.cpp39 cJSON_AddStringToObject(channelInfo, "SourceDevId", value_->sourceDevId_.c_str()); in Marshal()
105 channelInfo->sourceDevId_ = sourceDevId->valuestring; in Unmarshal()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp188 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_);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_output.cpp86 indexs.push_back(DCameraIndex(info->sourceDevId_, dhId_)); in OpenChannel()
H A Ddcamera_sink_controller.cpp214 srcDevId_ = openInfo->sourceDevId_; in OpenChannel()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_output_test.cpp108 g_testChannelInfo->sourceDevId_ = g_testDeviceIdOutput; in SetUpTestCase()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp462 int32_t ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_); in OpenCamera()
518 ret = GetLocalDeviceNetworkId(chanInfo->sourceDevId_); in ConfigStreams()