Home
last modified time | relevance | path

Searched refs:AppLaunchSceneDbAdapter (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/persistence/
H A DAppLaunchSceneDbAdapter.cpp16 #include "AppLaunchSceneDbAdapter.h"
20 void AppLaunchSceneDbAdapter::CreateRecord(const std::string& bundleName, const AppStartRecord& record) in CreateRecord()
25 void AppLaunchSceneDbAdapter::UpdateRecord(const std::string& bundleName, const AppStartRecord& record) in UpdateRecord()
30 void AppLaunchSceneDbAdapter::DeleteRecord(const std::string& bundleName) in DeleteRecord()
35 AppLaunchSceneDbAdapter::AppStartRecord AppLaunchSceneDbAdapter::QueryRecord(const std::string& bundleName) in QueryRecord()
45 void AppLaunchSceneDbAdapter::CreateRecord(const AppStartRecord& record) in CreateRecord()
50 void AppLaunchSceneDbAdapter::UpdateRecord(const AppStartRecord& record) in UpdateRecord()
H A DAppLaunchSceneDbAdapter.h23 class AppLaunchSceneDbAdapter : public IAppLaunchSceneDb { class
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp20 #include "AppLaunchSceneDbAdapter.h"
77 IAppLaunchSceneDb* db = new AppLaunchSceneDbAdapter(); in MakeAppStartMonitor()

Completed in 2 milliseconds