Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_store.h53 int QueryUserId(const std::string& name, std::string& out);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_userinfo.cpp49 if (AppEventStore::GetInstance().QueryUserId(name, out) == DB_FAILED) { in SetUserId()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp282 int AppEventStore::QueryUserId(const std::string& name, std::string& out) in QueryUserId() function in OHOS::HiviewDFX::AppEventStore