Searched refs:QueryUserProperties (Results 1 – 3 of 3) sorted by relevance
54 int QueryUserProperties(std::unordered_map<std::string, std::string>& out);
170 if (AppEventStore::GetInstance().QueryUserProperties(userProperties_) == DB_FAILED) { in InitUserProperties()
292 int AppEventStore::QueryUserProperties(std::unordered_map<std::string, std::string>& out) in QueryUserProperties() function in OHOS::HiviewDFX::AppEventStore