Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1150 std::vector<dmDeviceInfo> distributedCamInfo(size); in GetDmDeviceInfo() local
1161 distributedCamInfo[i].deviceName = deviceInfoJson["deviceName"]; in GetDmDeviceInfo()
1162 distributedCamInfo[i].deviceTypeId = deviceInfoJson["deviceTypeId"]; in GetDmDeviceInfo()
1163 distributedCamInfo[i].networkId = deviceInfoJson["networkId"]; in GetDmDeviceInfo()
1167 return distributedCamInfo; in GetDmDeviceInfo()