Home
last modified time | relevance | path

Searched refs:UpdateUserProperty (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_store.h47 int64_t UpdateUserProperty(const std::string& name, const std::string& value);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_userinfo.cpp116 if (AppEventStore::GetInstance().UpdateUserProperty(name, value) == DB_FAILED) { in SetUserProperty()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp242 int64_t AppEventStore::UpdateUserProperty(const std::string& name, const std::string& value) in UpdateUserProperty() function in OHOS::HiviewDFX::AppEventStore