Searched refs:UpdateUserProperty (Results 1 – 3 of 3) sorted by relevance
47 int64_t UpdateUserProperty(const std::string& name, const std::string& value);
116 if (AppEventStore::GetInstance().UpdateUserProperty(name, value) == DB_FAILED) { in SetUserProperty()
242 int64_t AppEventStore::UpdateUserProperty(const std::string& name, const std::string& value) in UpdateUserProperty() function in OHOS::HiviewDFX::AppEventStore