Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_store.h52 int QueryUserIds(std::unordered_map<std::string, std::string>& out);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_userinfo.cpp161 if (AppEventStore::GetInstance().QueryUserIds(userIds_) == DB_FAILED) { in InitUserIds()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp272 int AppEventStore::QueryUserIds(std::unordered_map<std::string, std::string>& out) in QueryUserIds() function in OHOS::HiviewDFX::AppEventStore