Searched refs:DeleteUserId (Results 1 – 4 of 4) sorted by relevance
46 if (AppEventStore::GetInstance().DeleteUserId() < 0) { in ClearAllData()
63 int DeleteUserId(const std::string& name = "");
99 if (AppEventStore::GetInstance().DeleteUserId(name) == DB_FAILED) { in RemoveUserId()
319 int AppEventStore::DeleteUserId(const std::string& name) in DeleteUserId() function in OHOS::HiviewDFX::AppEventStore