Home
last modified time | relevance | path

Searched refs:ui32 (Results 1 - 25 of 28) sorted by relevance

12

/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/features/
H A Dmoon_capture_boost_feature.cpp45 currentMode = static_cast<SceneMode>(item.data.ui32[i]); in MoonCaptureBoostFeature()
49 currentMinRatio = static_cast<float>(item.data.ui32[i]) / SKETCH_DIV; in MoonCaptureBoostFeature()
53 currentMaxRatio = static_cast<float>(item.data.ui32[i]) / SKETCH_DIV; in MoonCaptureBoostFeature()
57 fovRange.zoomMin = static_cast<float>(item.data.ui32[i]) / SKETCH_DIV; in MoonCaptureBoostFeature()
58 fovRange.zoomMax = static_cast<float>(item.data.ui32[i + 1]) / SKETCH_DIV; // Offset 1 data in MoonCaptureBoostFeature()
59 fovRange.referenceValue = static_cast<float>(item.data.ui32[i + 2]) / SKETCH_DIV; // Offset 2 data in MoonCaptureBoostFeature()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_dfx_adapter.cpp97 { .name = "SECURITY_LEVEL", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
98 { .name = "PATH_AREA", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
99 { .name = "ENCRYPT_STATUS", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
100 { .name = "INTERGITY_CHECK", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
101 { .name = "ERROR_CODE", .t = HISYSEVENT_UINT32, .v = { .ui32 = reportParam.errCode }, .arraySize = 0 }, in ReportDbFault()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp175 { .name = "SECURITY_LEVEL", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.securityLevel }, .arraySize = 0 }, in ReportCommonFault()
176 { .name = "PATH_AREA", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.pathArea }, .arraySize = 0 }, in ReportCommonFault()
177 { .name = "ENCRYPT_STATUS", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.encryptStatus }, .arraySize = 0 }, in ReportCommonFault()
178 { .name = "INTEGRITY_CHECK", .t = HISYSEVENT_UINT32, .v = { .ui32 = checkType }, .arraySize = 0 }, in ReportCommonFault()
179 { .name = "ERROR_CODE", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.errorCode }, .arraySize = 0 }, in ReportCommonFault()
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp91 { .name = "SECURITY_LEVEL", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.securityLevel }, .arraySize = 0 }, in Report()
92 { .name = "PATH_AREA", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.pathArea }, .arraySize = 0 }, in Report()
93 { .name = "ENCRYPT_STATUS", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.encryptStatus }, .arraySize = 0 }, in Report()
94 { .name = "INTEGRITY_CHECK", .t = HISYSEVENT_UINT32, .v = { .ui32 = checkType }, .arraySize = 0 }, in Report()
95 { .name = "ERROR_CODE", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.errorCode }, .arraySize = 0 }, in Report()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp73 res = MtpPacketTool::UInt32ToString(bin_.ui32, valueStr); in BinToString()
153 defaultValue->bin_.ui32 = static_cast<uint32_t>(value); in Property()
278 minValue->bin_.ui32 = static_cast<uint32_t>(min); in SetFormRange()
279 maxValue->bin_.ui32 = static_cast<uint32_t>(max); in SetFormRange()
280 stepSize->bin_.ui32 = static_cast<uint32_t>(step); in SetFormRange()
322 v.bin_.ui32 = static_cast<uint32_t>(value); in SetFormEnum()
515 if (!MtpPacketTool::GetUInt32(buffer, offset, value.bin_.ui32)) { in ReadValue()
600 MtpPacketTool::PutUInt32(buffer, value.bin_.ui32); in WriteValue()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dsketch_wrapper.cpp331 currentMode = static_cast<SceneMode>(item.data.ui32[i]); in UpdateSketchConfigFromMoonCaptureBoostConfig()
337 currentMinRatio = static_cast<float>(item.data.ui32[i]) / SKETCH_DIV; in UpdateSketchConfigFromMoonCaptureBoostConfig()
341 currentMaxRatio = static_cast<float>(item.data.ui32[i]) / SKETCH_DIV; in UpdateSketchConfigFromMoonCaptureBoostConfig()
345 fovRange.zoomMin = static_cast<float>(item.data.ui32[i]) / SKETCH_DIV; in UpdateSketchConfigFromMoonCaptureBoostConfig()
346 fovRange.zoomMax = static_cast<float>(item.data.ui32[i + 1]) / SKETCH_DIV; // Offset 1 data in UpdateSketchConfigFromMoonCaptureBoostConfig()
347 fovRange.referenceValue = static_cast<float>(item.data.ui32[i + 2]) / SKETCH_DIV; // Offset 2 data in UpdateSketchConfigFromMoonCaptureBoostConfig()
H A Dphoto_output.cpp229 photoOutput->GetApplicationCallback()->OnCaptureStarted(captureId, meta.data.ui32[1]); in OnCaptureStarted()
233 meta.data.ui32[0]); in OnCaptureStarted()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp142 { .name = "SAMPLE_SIZE", .t = HISYSEVENT_UINT32, .v = { .ui32 = options.sampleSize } }, in ReportDecodeInfo()
152 { .name = "INDEX", .t = HISYSEVENT_UINT32, .v = { .ui32 = options.index } }, in ReportDecodeInfo()
156 { .name = "MEMORY_SIZE", .t = HISYSEVENT_UINT32, .v = { .ui32 = options.memorySize } }, in ReportDecodeInfo()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dnight_session.cpp49 exposureRange.emplace_back(item.data.ui32[i]); in GetExposureRange()
106 exposureValue = item.data.ui32[0]; in GetExposure()
H A Dscan_session.cpp82 camera_supported_enum_t status = static_cast<camera_supported_enum_t>(item.data.ui32[0]); in IsBrightnessStatusSupported()
136 uint32_t brightnessStatus = item.data.ui32[0]; in ProcessBrightnessStatusChange()
H A Dtime_lapse_photo_session.cpp74 MEDIA_DEBUG_LOG("%{public}s: Iso = %{public}d", __FUNCTION__, item.data.ui32[0]); in ProcessIsoInfoChange()
76 .isoValue = item.data.ui32[0], in ProcessIsoInfoChange()
79 if (isoInfoCallback_ != nullptr && item.data.ui32[0] != iso_) { in ProcessIsoInfoChange()
83 iso_ = item.data.ui32[0]; in ProcessIsoInfoChange()
119 float value = item.data.ui32[0] / normalizedMeanValue; in ProcessLuminationChange()
397 result = item.data.ui32[0]; in GetExposure()
H A Dprofession_session.cpp826 MEDIA_DEBUG_LOG("Iso Value: %{public}d", item.data.ui32[0]); in ProcessIsoChange()
828 .isoValue = item.data.ui32[0], in ProcessIsoChange()
831 if (isoInfoCallback_ != nullptr && item.data.ui32[0] != isoValue_) { in ProcessIsoChange()
835 isoValue_ = item.data.ui32[0]; in ProcessIsoChange()
864 float value = item.data.ui32[0] / normalizedMeanValue; in ProcessLuminationChange()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_device_prop_value_data.cpp100 MtpPacketTool::PutUInt32(buffer, value.bin_.ui32); in WriteValue()
H A Dget_object_prop_list_data.cpp152 MtpPacketTool::PutUInt32(outBuffer, value->bin_.ui32); in WritePropertyIntValue()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h41 uint32_t ui32; member
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dsoftbus_event_converter.h132 (*param)->v.ui32 = value; in AssignerUint32()
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h37 EXPECT_EQ(params[index].v.ui32, extraParam); in MatchLnnEventNameTypeExtraUint32Param()
129 EXPECT_EQ(params[index].v.ui32, extraParam); in MatchLnnAuditNameTypeUint32Param()
H A Dconn_hisysevent_matcher.h37 EXPECT_EQ(params[index].v.ui32, extraParam); in MatchConnEventNameTypeExtraUint32Param()
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Devent_report.cpp126 .v = { .ui32 = eventInfo.supportedFormats }, in ReportRegisterCustomFilterEvent()
/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp85 dstParam->v.ui32 = srcParam->paramValue.u32v; in ConvertEventParam()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1116 currentZoomRatio = static_cast<float>(item.data.ui32[0]); in QueryFpsAndZoomRatio()
1117 MEDIA_INFO_LOG("HCaptureSession::QueryFpsAndZoomRatio() current zoom %{public}d.", item.data.ui32[0]); in QueryFpsAndZoomRatio()
1124 currentFps = static_cast<float>(item.data.ui32[0]); in QueryFpsAndZoomRatio()
1125 MEDIA_INFO_LOG("HCaptureSession::QueryFpsAndZoomRatio() current fps %{public}d.", item.data.ui32[0]); in QueryFpsAndZoomRatio()
1147 "HCaptureSession::QueryZoomPerformance() zoom performance value %{public}d.", zoomItem.data.ui32[i]); in QueryZoomPerformance()
1155 int sceneMode = static_cast<int>(zoomItem.data.ui32[i]); in QueryZoomPerformance()
1156 int zoomPointsNum = static_cast<int>(zoomItem.data.ui32[i + 1]); in QueryZoomPerformance()
1159 crossZoomAndTime.push_back(zoomItem.data.ui32[i + headLenPerMode + j]); in QueryZoomPerformance()
1161 static_cast<int>(zoomItem.data.ui32[i + headLenPerMode + j])); in QueryZoomPerformance()
H A Dcamera_fwk_metadata_utils.cpp140 metadataItem.item, tagName, index, metadataItem.data.ui32[index]); in DumpMetadataItemInfo()
H A Dcamera_util.cpp294 MEDIA_DEBUG_LOG("tag index:%d, name:%s, value:%d", item.index, name, (uint32_t)(item.data.ui32[k])); in DumpMetadata()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_device.cpp140 moduleType_ = item.data.ui32[0]; in init()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp611 value->bin_.ui32 = MTP_PERCEIVED_DEVICE_TYPE_GENERIC; in GetPropValue()

Completed in 21 milliseconds

12