Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_dfx_adapter.cpp93 … { .name = "SECURITY_LEVEL", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
94 { .name = "PATH_AREA", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
95 … { .name = "ENCRYPT_STATUS", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
96 … { .name = "INTERGITY_CHECK", .t = HISYSEVENT_UINT32, .v = { .ui32 = 0u }, .arraySize = 0 }, in ReportDbFault()
97 …{ .name = "ERROR_CODE", .t = HISYSEVENT_UINT32, .v = { .ui32 = reportParam.errCode }, .arraySize =… in ReportDbFault()
/ohos5.0/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 }, .arr… 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 }, .arr… 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 =… in Report()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp175 …{ .name = "SECURITY_LEVEL", .t = HISYSEVENT_UINT32, .v = { .ui32 = eventInfo.securityLevel }, .arr… 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 }, .arr… 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 =… in ReportCommonFault()
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h39 HISYSEVENT_UINT32 = 7, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_audit_converter.h76 { "AUTH_REQUEST_ID", HISYSEVENT_UINT32, LnnAuditAssignerAuthRequestId },
H A Dconn_event_converter.h98 { "PROTOCOL_TYPE", HISYSEVENT_UINT32, ConnAssignerProtocolType },
H A Dtrans_event_converter.h97 { "FIRST_TOKEN_ID", HISYSEVENT_UINT32, TransAssignerFirstTokenId },
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp84 dstParam->t = HISYSEVENT_UINT32; in ConvertEventParam()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp123 .t = HISYSEVENT_UINT32,
129 .t = HISYSEVENT_UINT32,
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Devent_report.cpp125 .t = HISYSEVENT_UINT32, in ReportRegisterCustomFilterEvent()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging.md89 | HISYSEVENT_UINT32 | uint32_t类型事件参数。 |
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging.md89 | HISYSEVENT_UINT32 | Event parameter of the uint32_t type. |