Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_application_info.h121 uint32_t GetAppVersionCode() const in GetAppVersionCode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp424 …baseInfo.versionCode = static_cast<int32_t>(AceApplicationInfo::GetInstance().GetAppVersionCode()); in RecordBaseInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp336 auto app_version_code = AceApplicationInfo::GetInstance().GetAppVersionCode(); in JankFrameReport()