Home
last modified time | relevance | path

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

/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_; member in OHOS::DistributedHardware::DCameraOpenInfo
H A Ddcamera_channel_info_cmd.h41 std::string sourceDevId_; member in OHOS::DistributedHardware::DCameraChannelInfo
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_open_info_cmd.cpp43 cJSON_AddStringToObject(openInfo, "SourceDevId", value_->sourceDevId_.c_str()); in Marshal()
92 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()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp188 int32_t ret = GetLocalDeviceNetworkId(chanInfo->sourceDevId_); in HWTEST_F()
268 ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_); in HWTEST_F()
289 ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_); in HWTEST_F()
329 int32_t ret = GetLocalDeviceNetworkId(chanInfo->sourceDevId_); in HWTEST_F()
437 int32_t ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_); in HWTEST_F()
/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.cpp251 srcDevId_ = openInfo->sourceDevId_; in OpenChannel()
362 info->sourceDevId_ = ""; in Init()
/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()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp465 int32_t ret = GetLocalDeviceNetworkId(openInfo->sourceDevId_); in OpenCamera()
521 ret = GetLocalDeviceNetworkId(chanInfo->sourceDevId_); in ConfigStreams()

Completed in 7 milliseconds