Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h58 int QueryUserProperties(std::unordered_map<std::string, std::string>& out);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp182 if (AppEventStore::GetInstance().QueryUserProperties(userProperties_) == DB_FAILED) { in InitUserProperties()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp355 int AppEventStore::QueryUserProperties(std::unordered_map<std::string, std::string>& out) in QueryUserProperties() function in OHOS::HiviewDFX::AppEventStore