Home
last modified time | relevance | path

Searched refs:UpdateRecord (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/persistence/
H A DAppLaunchSceneDbAdapter.h26 void UpdateRecord(const std::string& bundleName, const AppStartRecord& record) override;
30 void UpdateRecord(const AppStartRecord& record) override;
H A DAppLaunchSceneDbAdapter.cpp25 void AppLaunchSceneDbAdapter::UpdateRecord(const std::string& bundleName, const AppStartRecord& record) in UpdateRecord() function in OHOS::HiviewDFX::AppLaunchSceneDbAdapter
50 void AppLaunchSceneDbAdapter::UpdateRecord(const AppStartRecord& record) in UpdateRecord() function in OHOS::HiviewDFX::AppLaunchSceneDbAdapter
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h192 virtual void UpdateRecord(const std::string& bundleName, const AppStartRecord& record) = 0;
196 virtual void UpdateRecord(const AppStartRecord& record) = 0;
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp202 db->UpdateRecord(record); in SaveCheckPoint()

Completed in 2 milliseconds