Home
last modified time | relevance | path

Searched full:version_code (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp29 "VERSION_CODE", data.versionCode, in ReportNormal()
58 "VERSION_CODE", data.versionCode, in ReportFault()
DJankAnimatorReporter.cpp32 "VERSION_CODE", data.versionCode, in ReportNormal()
61 "VERSION_CODE", data.versionCode, in ReportCritical()
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml19 VERSION_CODE: {type: INT32, desc: version code}
45 VERSION_CODE: { type: INT32, desc: version code }
73 VERSION_CODE: {type: INT32, desc: version code}
99 VERSION_CODE: { type: INT32, desc: version code }
DEvtParser.h48 const std::string KEY_VERSION_CODE = "VERSION_CODE";
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_formatter.cpp64 static const char *VERSION_CODE[] = {"VERSION_CODE", "VersionCode:"}; variable
69 DEVICE_INFO, BUILD_INFO, FINGERPRINT, MODULE_NAME, MODULE_VERSION, VERSION_CODE,
76 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, VERSION_CODE,
82 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, VERSION_CODE,
Dfaultlogger.cpp266 info.sectionMap["VERSION_CODE"] = std::to_string(bundleInfo.versionCode); in AddPublicInfo()
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhisysevent_adapter_impl.cpp57 "VERSION_CODE", g_versionCode.c_str() in ForwardToHiSysEvent()
122 "VERSION_CODE", appInfo->versionCode, in Write()
194 std::make_tuple("VERSION_CODE", versionCode), in Write()
/base/hiviewdfx/hiview/plugins/usage_event_report/include/
Dusage_event_common.h78 const std::string KEY_OF_VERSION_CODE = "VERSION_CODE";
/base/web/webview/
Dhisysevent.yaml99 VERSION_CODE: {type: UINT32, desc: app version code}