Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_store.h54 int QueryUserProperties(std::unordered_map<std::string, std::string>& out);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_userinfo.cpp170 if (AppEventStore::GetInstance().QueryUserProperties(userProperties_) == DB_FAILED) { in InitUserProperties()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp292 int AppEventStore::QueryUserProperties(std::unordered_map<std::string, std::string>& out) in QueryUserProperties() function in OHOS::HiviewDFX::AppEventStore