Lines Matching defs:stateAuthManager
47 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
48 if (stateAuthManager == nullptr) {
60 state->SetAuthManager(stateAuthManager);
61 stateAuthManager->SetAuthRequestState(state);
75 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
76 if (stateAuthManager == nullptr) {
84 stateAuthManager->EstablishAuthChannel(context_->deviceId);
95 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
96 if (stateAuthManager == nullptr) {
104 stateAuthManager->StartNegotiate(context_->sessionId);
115 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
116 if (stateAuthManager == nullptr) {
124 stateAuthManager->SendAuthRequest(context_->sessionId);
135 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
136 if (stateAuthManager == nullptr) {
140 stateAuthManager->StartRespAuthProcess();
152 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
153 if (stateAuthManager == nullptr) {
161 stateAuthManager->AddMember(context_->deviceId);
172 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
173 if (stateAuthManager == nullptr) {
177 stateAuthManager->JoinNetwork();
188 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock();
189 if (stateAuthManager == nullptr) {
193 stateAuthManager->AuthenticateFinish();