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