/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/features/ |
H A D | moon_capture_boost_feature.cpp | 45 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 D | preferences_dfx_adapter.cpp | 97 { .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 D | kv_hiview_reporter.cpp | 175 { .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 D | rdb_fault_hiview_reporter.cpp | 91 { .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 D | property.cpp | 73 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 D | sketch_wrapper.cpp | 331 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 D | photo_output.cpp | 229 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 D | image_dfx.cpp | 142 { .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 D | night_session.cpp | 49 exposureRange.emplace_back(item.data.ui32[i]); in GetExposureRange() 106 exposureValue = item.data.ui32[0]; in GetExposure()
|
H A D | scan_session.cpp | 82 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 D | time_lapse_photo_session.cpp | 74 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 D | profession_session.cpp | 826 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 D | get_device_prop_value_data.cpp | 100 MtpPacketTool::PutUInt32(buffer, value.bin_.ui32); in WriteValue()
|
H A D | get_object_prop_list_data.cpp | 152 MtpPacketTool::PutUInt32(outBuffer, value->bin_.ui32); in WritePropertyIntValue()
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | property.h | 41 uint32_t ui32; member
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | softbus_event_converter.h | 132 (*param)->v.ui32 = value; in AssignerUint32()
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | lnn_hisysevent_matcher.h | 37 EXPECT_EQ(params[index].v.ui32, extraParam); in MatchLnnEventNameTypeExtraUint32Param() 129 EXPECT_EQ(params[index].v.ui32, extraParam); in MatchLnnAuditNameTypeUint32Param()
|
H A D | conn_hisysevent_matcher.h | 37 EXPECT_EQ(params[index].v.ui32, extraParam); in MatchConnEventNameTypeExtraUint32Param()
|
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | event_report.cpp | 126 .v = { .ui32 = eventInfo.supportedFormats }, in ReportRegisterCustomFilterEvent()
|
/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_hisysevent.cpp | 85 dstParam->v.ui32 = srcParam->paramValue.u32v; in ConvertEventParam()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 1116 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 D | camera_fwk_metadata_utils.cpp | 140 metadataItem.item, tagName, index, metadataItem.data.ui32[index]); in DumpMetadataItemInfo()
|
H A D | camera_util.cpp | 294 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 D | camera_device.cpp | 140 moduleType_ = item.data.ui32[0]; in init()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 611 value->bin_.ui32 = MTP_PERCEIVED_DEVICE_TYPE_GENERIC; in GetPropValue()
|