Searched refs:AppEventDao (Results 1 – 4 of 4) sorted by relevance
34 AppEventDao::AppEventDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in AppEventDao() function in OHOS::HiviewDFX::AppEventDao41 int AppEventDao::Create() in Create()79 int64_t AppEventDao::Insert(std::shared_ptr<AppEventPack> event) in Insert()102 int AppEventDao::Delete(int64_t eventSeq) in Delete()116 int AppEventDao::Delete(const std::vector<int64_t>& eventSeqs) in Delete()
170 appEventDao_ = std::make_shared<AppEventDao>(dbStore_); in InitDbStore()
28 class AppEventDao {30 AppEventDao(std::shared_ptr<NativeRdb::RdbStore> dbStore);31 ~AppEventDao() = default;
80 std::shared_ptr<AppEventDao> appEventDao_;