Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp46 if (AppEventStore::GetInstance().DeleteUserId() < 0) { in ClearAllData()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h63 int DeleteUserId(const std::string& name = "");
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp99 if (AppEventStore::GetInstance().DeleteUserId(name) == DB_FAILED) { in RemoveUserId()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp319 int AppEventStore::DeleteUserId(const std::string& name) in DeleteUserId() function in OHOS::HiviewDFX::AppEventStore