Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h48 int64_t InsertUserProperty(const std::string& name, const std::string& value);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp122 if (AppEventStore::GetInstance().InsertUserProperty(name, value) == DB_FAILED) { in SetUserProperty()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp246 int64_t AppEventStore::InsertUserProperty(const std::string& name, const std::string& value) in InsertUserProperty() function in OHOS::HiviewDFX::AppEventStore