Home
last modified time | relevance | path

Searched refs:stateAuthManager (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_request_state.cpp48 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo() local
49 if (stateAuthManager == nullptr) { in TransitionTo()
54 state->SetAuthManager(stateAuthManager); in TransitionTo()
55 stateAuthManager->SetAuthRequestState(state); in TransitionTo()
69 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
70 if (stateAuthManager == nullptr) { in Enter()
74 stateAuthManager->EstablishAuthChannel(context_->deviceId); in Enter()
85 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
86 if (stateAuthManager == nullptr) { in Enter()
90 stateAuthManager in Enter()
101 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
117 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
134 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
150 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
166 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
183 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
199 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
[all...]
H A Dauth_response_state.cpp49 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo() local
50 if (stateAuthManager == nullptr) { in TransitionTo()
55 state->SetAuthManager(stateAuthManager); in TransitionTo()
56 stateAuthManager->SetAuthResponseState(state); in TransitionTo()
81 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
82 if (stateAuthManager == nullptr) { in Enter()
86 stateAuthManager->RespNegotiate(context_->sessionId); in Enter()
98 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
99 if (stateAuthManager == nullptr) { in Enter()
103 stateAuthManager in Enter()
115 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
131 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
147 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
163 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A Dauth_request_state.cpp47 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo() local
48 if (stateAuthManager == nullptr) { in TransitionTo()
60 state->SetAuthManager(stateAuthManager); in TransitionTo()
61 stateAuthManager->SetAuthRequestState(state); in TransitionTo()
75 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
76 if (stateAuthManager == nullptr) { in Enter()
84 stateAuthManager->EstablishAuthChannel(context_->deviceId); in Enter()
95 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
96 if (stateAuthManager == nullptr) { in Enter()
104 stateAuthManager in Enter()
115 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
135 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
152 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
172 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
188 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
[all...]
H A Dauth_response_state.cpp49 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo() local
50 if (stateAuthManager == nullptr) { in TransitionTo()
62 state->SetAuthManager(stateAuthManager); in TransitionTo()
63 stateAuthManager->SetAuthResponseState(state); in TransitionTo()
88 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
89 if (stateAuthManager == nullptr) { in Enter()
97 stateAuthManager->RespNegotiate(context_->sessionId); in Enter()
109 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter() local
110 if (stateAuthManager == nullptr) { in Enter()
114 stateAuthManager in Enter()
126 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
142 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
158 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); Enter() local
[all...]

Completed in 2 milliseconds