Lines Matching defs:stateAuthManager
49 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
50 if (stateAuthManager == nullptr) {
62 state->SetAuthManager(stateAuthManager);
63 stateAuthManager->SetAuthResponseState(state);
88 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
89 if (stateAuthManager == nullptr) {
97 stateAuthManager->RespNegotiate(context_->sessionId);
109 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
110 if (stateAuthManager == nullptr) {
114 stateAuthManager->ShowConfigDialog();
126 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
127 if (stateAuthManager == nullptr) {
131 stateAuthManager->CreateGroup();
142 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
143 if (stateAuthManager == nullptr) {
147 stateAuthManager->ShowAuthInfoDialog();
158 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
159 if (stateAuthManager == nullptr) {
163 stateAuthManager->AuthenticateFinish();