Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h47 int64_t InsertUserId(const std::string& name, const std::string& value);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp64 if (AppEventStore::GetInstance().InsertUserId(name, value) == DB_FAILED) { in SetUserId()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp237 int64_t AppEventStore::InsertUserId(const std::string& name, const std::string& value) in InsertUserId() function in OHOS::HiviewDFX::AppEventStore