Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h75 bool HaveAllEndPoints(const AppStartRecord& record);
H A DAppLaunchSceneDataProcessor.cpp214 bool AppLaunchSceneDataProcessor::HaveAllEndPoints(const AppStartRecord& record) in HaveAllEndPoints() function in AppLaunchSceneDataProcessor
234 …return (HaveStartPoint(record) && hasTypePoint && hasDrawnCompletedPoint && HaveAllEndPoints(recor… in AllPointsReceived()