Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Dcamera_hal_hisysevent.cpp127 uint8_t cameraConnectType = *(entry.data.u8); in WriteCameraInformationEvent() local
128 if (static_cast<int>(cameraConnectType) == OHOS_CAMERA_CONNECTION_TYPE_BUILTIN) { in WriteCameraInformationEvent()
129 CAMERA_LOGI("cameraConnectType is %{public}d", cameraConnectType); in WriteCameraInformationEvent()
132 "NAME", name, "INFORMATION", cameraConnectType); in WriteCameraInformationEvent()
133 } else if (static_cast<int>(cameraConnectType) == OHOS_CAMERA_CONNECTION_TYPE_USB_PLUGIN) { in WriteCameraInformationEvent()
134 CAMERA_LOGI("cameraConnectType is %{public}d", cameraConnectType); in WriteCameraInformationEvent()
137 "NAME", name, "INFORMATION", cameraConnectType); in WriteCameraInformationEvent()