Searched refs:QueryUserProperty (Results 1 – 3 of 3) sorted by relevance
59 int QueryUserProperty(const std::string& name, std::string& out);
117 if (AppEventStore::GetInstance().QueryUserProperty(name, out) == DB_FAILED) { in SetUserProperty()
364 int AppEventStore::QueryUserProperty(const std::string& name, std::string& out) in QueryUserProperty() function in OHOS::HiviewDFX::AppEventStore