Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Duser_property_dao.h28 class UserPropertyDao { class
30 UserPropertyDao(std::shared_ptr<NativeRdb::RdbStore> dbStore);
31 ~UserPropertyDao() = default;
H A Dapp_event_store.h84 std::shared_ptr<UserPropertyDao> userPropertyDao_;
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Duser_property_dao.cpp28 #define LOG_TAG "UserPropertyDao"
35 UserPropertyDao::UserPropertyDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in UserPropertyDao() function in OHOS::HiviewDFX::UserPropertyDao
42 int UserPropertyDao::Create() in Create()
68 int64_t UserPropertyDao::Insert(const std::string& name, const std::string& value) in Insert()
81 int64_t UserPropertyDao::Update(const std::string& name, const std::string& value) in Update()
101 int UserPropertyDao::Delete(const std::string& name) in Delete()
119 int UserPropertyDao::Query(const std::string& name, std::string& out) in Query()
143 int UserPropertyDao::QueryAll(std::unordered_map<std::string, std::string>& out) in QueryAll()
H A Dapp_event_store.cpp174 userPropertyDao_ = std::make_shared<UserPropertyDao>(dbStore_); in InitDbStore()

Completed in 3 milliseconds