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