Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp49 if (AppEventStore::GetInstance().DeleteUserProperty() < 0) { in ClearAllData()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h64 int DeleteUserProperty(const std::string& name = "");
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp157 if (AppEventStore::GetInstance().DeleteUserProperty(name) == DB_FAILED) { in RemoveUserProperty()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp328 int AppEventStore::DeleteUserProperty(const std::string& name) in DeleteUserProperty() function in OHOS::HiviewDFX::AppEventStore