Home
last modified time | relevance | path

Searched refs:HaveStartPoint (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h76 bool HaveStartPoint(const AppStartRecord& record);
H A DAppLaunchSceneDataProcessor.cpp211 bool AppLaunchSceneDataProcessor::HaveStartPoint(const AppStartRecord& record) in HaveStartPoint() function in OHOS::HiviewDFX::AppLaunchSceneDataProcessor
236 return (HaveStartPoint(record) && hasTypePoint && hasDrawnCompletedPoint && HaveAllEndPoints(record)); in AllPointsReceived()
356 return (HaveStartPoint(record) && hasTypePoint && HaveEndPoint(record) && HaveResponseOrCompletedPoint(record)); in ReportConditionMet()

Completed in 2 milliseconds