Searched refs:DeleteUserProperty (Results 1 – 4 of 4) sorted by relevance
49 if (AppEventStore::GetInstance().DeleteUserProperty() < 0) { in ClearAllData()
64 int DeleteUserProperty(const std::string& name = "");
157 if (AppEventStore::GetInstance().DeleteUserProperty(name) == DB_FAILED) { in RemoveUserProperty()
328 int AppEventStore::DeleteUserProperty(const std::string& name) in DeleteUserProperty() function in OHOS::HiviewDFX::AppEventStore