Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp91 needSetupConnection_ = (executorInfoMsg_.size() == 0); in RemoteAuthContext()
92 if (needSetupConnection_) { in RemoteAuthContext()
104 if (needSetupConnection_) { in ~RemoteAuthContext()
137 if (needSetupConnection_) { in OnStart()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h67 bool needSetupConnection_ = false; variable