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