Home
last modified time | relevance | path

Searched refs:AppEventDao (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp34 AppEventDao::AppEventDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in AppEventDao() function in OHOS::HiviewDFX::AppEventDao
41 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()
H A Dapp_event_store.cpp170 appEventDao_ = std::make_shared<AppEventDao>(dbStore_); in InitDbStore()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_dao.h28 class AppEventDao {
30 AppEventDao(std::shared_ptr<NativeRdb::RdbStore> dbStore);
31 ~AppEventDao() = default;
H A Dapp_event_store.h80 std::shared_ptr<AppEventDao> appEventDao_;