Searched refs:runningAuthTypeSet_ (Results 1 – 2 of 2) sorted by relevance
193 if (runningAuthTypeSet_.find(authType) == runningAuthTypeSet_.end()) { in OnStartAuth()205 runningAuthTypeSet_.erase(authType); in OnStopAuthList()214 runningAuthTypeSet_.erase(successAuthType_); in OnSuccessAuth()
77 std::set<AuthType> runningAuthTypeSet_; variable