Searched refs:CreateRecord (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/persistence/ |
H A D | AppLaunchSceneDbAdapter.h | 25 void CreateRecord(const std::string& bundleName, const AppStartRecord& record) override; 29 void CreateRecord(const AppStartRecord& record) override;
|
H A D | AppLaunchSceneDbAdapter.cpp | 20 void AppLaunchSceneDbAdapter::CreateRecord(const std::string& bundleName, const AppStartRecord& record) in CreateRecord() function in OHOS::HiviewDFX::AppLaunchSceneDbAdapter 45 void AppLaunchSceneDbAdapter::CreateRecord(const AppStartRecord& record) in CreateRecord() function in OHOS::HiviewDFX::AppLaunchSceneDbAdapter
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchSceneDataProcessor.h | 69 void CreateRecord(const AppStartCheckPointData& data); 70 void CreateRecord(const std::string& bundleName, const AppStartCheckPointData& data);
|
H A D | AnimatorSceneDataProcessor.cpp | 69 CreateRecord(evt, START_POINT); in ProcessSceneData() 74 CreateRecord(evt, SUP_START_POINT); in ProcessSceneData() 99 void AnimatorSceneDataProcessor::CreateRecord(std::shared_ptr<XperfEvt> evt, int32_t indexPoint) in CreateRecord() function in OHOS::HiviewDFX::AnimatorSceneDataProcessor 101 HIVIEW_LOGD("[AnimatorSceneDataProcessor::CreateRecord]"); in CreateRecord()
|
H A D | AnimatorSceneDataProcessor.h | 40 void CreateRecord(std::shared_ptr<XperfEvt> evt, int32_t indexPoint) override;
|
H A D | AppLaunchSceneDataProcessor.cpp | 84 CreateRecord(bundleName, data); in ProcessSceneData() 369 void AppLaunchSceneDataProcessor::CreateRecord(const AppStartCheckPointData& data) in CreateRecord() function in OHOS::HiviewDFX::AppLaunchSceneDataProcessor 371 CreateRecord(data.bundleName, data); in CreateRecord() 374 void AppLaunchSceneDataProcessor::CreateRecord(const std::string& bundleName, const AppStartCheckPointData& data) in CreateRecord() function in OHOS::HiviewDFX::AppLaunchSceneDataProcessor 387 db->CreateRecord(record); in CreateRecord()
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/ |
H A D | IAnimatorSceneDataProcessor.h | 54 virtual void CreateRecord(std::shared_ptr<XperfEvt> evt, int32_t indexPoint) = 0;
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IAppLaunchSceneDb.h | 191 virtual void CreateRecord(const std::string& bundleName, const AppStartRecord& record) = 0; 195 virtual void CreateRecord(const AppStartRecord& record) = 0;
|
Completed in 3 milliseconds