Home
last modified time | relevance | path

Searched refs:appStartupType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp163 if (!record.appStartupType.bundleName.empty()) { in SaveCheckPoint()
166 record.appStartupType = AppLaunchConverter::ConvertToAppStartupType(data); in SaveCheckPoint()
167 SaveAppIdIntoMap(record.appStartupType.appPid, record.appStartupType.bundleName); in SaveCheckPoint()
168 record.appPid = record.appStartupType.appPid; in SaveCheckPoint()
232 bool hasTypePoint = !record.appStartupType.bundleName.empty(); in AllPointsReceived()
277 appStartMetrics.versionCode = record.appStartupType.versionCode; in CalcMetrics()
278 appStartMetrics.versionName = record.appStartupType.versionName; in CalcMetrics()
280 appStartMetrics.bundleName = record.appStartupType.bundleName; in CalcMetrics()
281 appStartMetrics.abilityName = record.appStartupType.abilityName; in CalcMetrics()
282 appStartMetrics.startType = record.appStartupType.startType; in CalcMetrics()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h178 AppStartupType appStartupType; member