Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h57 int QueryUserId(const std::string& name, std::string& out);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp59 if (AppEventStore::GetInstance().QueryUserId(name, out) == DB_FAILED) { in SetUserId()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp346 int AppEventStore::QueryUserId(const std::string& name, std::string& out) in QueryUserId() function in OHOS::HiviewDFX::AppEventStore