Home
last modified time | relevance | path

Searched refs:runningAuthTypeSet_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dwidget_schedule_node_impl.cpp193 if (runningAuthTypeSet_.find(authType) == runningAuthTypeSet_.end()) { in OnStartAuth()
205 runningAuthTypeSet_.erase(authType); in OnStopAuthList()
214 runningAuthTypeSet_.erase(successAuthType_); in OnSuccessAuth()
H A Dwidget_schedule_node_impl.h77 std::set<AuthType> runningAuthTypeSet_; variable