Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_response_state.cpp49 * 3 check ret is authResponseState->authManager_.use_count()
57 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); in HWTEST_F() local
58 int32_t ret = authResponseState->Leave(); in HWTEST_F()
66 * 3 check ret is authResponseState->authManager_.use_count()
74 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); in HWTEST_F() local
76 authResponseState->GetAuthContext(); in HWTEST_F()
77 int32_t ret = authResponseState->context_.use_count(); in HWTEST_F()
78 authResponseState->context_.reset(); in HWTEST_F()
86 * 3 check ret is authResponseState->authManager_.use_count()
94 std::shared_ptr<AuthResponseState> authResponseState in HWTEST_F() local
110 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); HWTEST_F() local
128 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); HWTEST_F() local
148 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); HWTEST_F() local
168 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); HWTEST_F() local
182 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); HWTEST_F() local
196 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseNegotiateState>(); HWTEST_F() local
213 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseNegotiateState>(); HWTEST_F() local
232 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseNegotiateState>(); HWTEST_F() local
263 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); HWTEST_F() local
280 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); HWTEST_F() local
300 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); HWTEST_F() local
315 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseGroupState>(); HWTEST_F() local
332 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseGroupState>(); HWTEST_F() local
350 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseGroupState>(); HWTEST_F() local
367 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseShowState>(); HWTEST_F() local
384 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseShowState>(); HWTEST_F() local
403 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseShowState>(); HWTEST_F() local
420 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseFinishState>(); HWTEST_F() local
437 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseFinishState>(); HWTEST_F() local
455 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseFinishState>(); HWTEST_F() local
488 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseCredential>(); HWTEST_F() local
505 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseCredential>(); HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp102 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseFinishState>(); in HWTEST_F() local
103 authManager_->SetAuthResponseState(authResponseState); in HWTEST_F()
152 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); in HWTEST_F() local
153 authManager_->SetAuthResponseState(authResponseState); in HWTEST_F()
164 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); in HWTEST_F() local
165 authManager_->SetAuthResponseState(authResponseState); in HWTEST_F()
177 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); in HWTEST_F() local
178 authManager_->SetAuthResponseState(authResponseState); in HWTEST_F()
188 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); in HWTEST_F() local
189 authManager_->SetAuthResponseState(authResponseState); in HWTEST_F()
206 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseConfirmState>(); HWTEST_F() local
224 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); HWTEST_F() local
277 std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseFinishState>(); HWTEST_F() local
285 std::shared_ptr<AuthResponseState> authResponseState = nullptr; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h348 int32_t SetAuthResponseState(std::shared_ptr<AuthResponseState> authResponseState);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp525 LOGI("OnDataReceived for sink device, authResponseContext msgType = %{public}d, authResponseState stateType =" in ProcessSinkMsg()
1363 int32_t DmAuthManager::SetAuthResponseState(std::shared_ptr<AuthResponseState> authResponseState) in SetAuthResponseState() argument
1365 if (authResponseState == nullptr) { in SetAuthResponseState()
1366 LOGE("authResponseState is nullptr."); in SetAuthResponseState()
1369 authResponseState_ = authResponseState; in SetAuthResponseState()

Completed in 8 milliseconds