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