Home
last modified time | relevance | path

Searched refs:DmAuthResponseContext (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp125 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
254 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
319 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
564 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
597 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
643 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
670 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
701 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
729 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
757 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex…
[all …]
H A DUTTest_auth_response_state.cpp75 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>();
147 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>();
150 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
234 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
246 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>();
298 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
351 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
402 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
458 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
472 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>();
H A Dauth_response_state.cpp29 int32_t AuthResponseState::SetAuthContext(std::shared_ptr<DmAuthResponseContext> context) in SetAuthContext()
35 std::shared_ptr<DmAuthResponseContext> AuthResponseState::GetAuthContext() in GetAuthContext()
H A DUTTest_auth_request_state.cpp189 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
249 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
306 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
369 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
430 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
493 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
560 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
621 authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_response_state.h24 struct DmAuthResponseContext;
60 int32_t SetAuthContext(std::shared_ptr<DmAuthResponseContext> context);
67 std::shared_ptr<DmAuthResponseContext> GetAuthContext();
71 std::shared_ptr<DmAuthResponseContext> context_;
H A Dauth_message_processor.h78 struct DmAuthResponseContext;
88 void SetResponseContext(std::shared_ptr<DmAuthResponseContext> authResponseContext);
89 std::shared_ptr<DmAuthResponseContext> GetResponseContext();
119 std::shared_ptr<DmAuthResponseContext> authResponseContext_;
H A Ddm_auth_manager.h135 typedef struct DmAuthResponseContext { struct
186 } DmAuthResponseContext; argument
570 std::shared_ptr<DmAuthResponseContext> authResponseContext_;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_response_state.cpp29 int32_t AuthResponseState::SetAuthContext(std::shared_ptr<DmAuthResponseContext> context) in SetAuthContext()
35 std::shared_ptr<DmAuthResponseContext> AuthResponseState::GetAuthContext() in GetAuthContext()
54 std::shared_ptr<DmAuthResponseContext> contextTemp = GetAuthContext(); in TransitionTo()
H A Ddm_auth_manager.cpp224 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in InitAuthState()
330 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in SyncDeleteAcl()
387 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in OnSessionOpened()
402 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex… in OnSessionOpened()
658 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in HandleAuthenticateTimeout()
696 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in EstablishAuthChannel()
1923 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in EstablishUnbindChannel()
2297 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in HandleSyncDeleteTimeout()
2490 authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in OnUnbindSessionOpened()
2501 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex… in OnUnbindSessionOpened()
H A Dauth_message_processor.cpp592 void AuthMessageProcessor::SetResponseContext(std::shared_ptr<DmAuthResponseContext> authResponseCo… in SetResponseContext()
597 std::shared_ptr<DmAuthResponseContext> AuthMessageProcessor::GetResponseContext() in GetResponseContext()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp45 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in SetUp()
85 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
96 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
157 …std::shared_ptr<DmAuthResponseContext> authRequestContext = std::make_shared<DmAuthResponseContext
319 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
633 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
850 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
1265 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
1274 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
1283 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
[all …]
H A DUTTest_dm_auth_manager_second.cpp33 …hManager_->authMessageProcessor_->authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in SetUp()
36 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in SetUp()
68 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
575 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
583 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
594 authManager_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
1258 …hManager_->authMessageProcessor_->authResponseContext_ = std::make_shared<DmAuthResponseContext>();
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp66 …thManager->authMessageProcessor_->authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in DmAuthManagerFuzzTest()
69 g_authManager->authResponseContext_ = std::make_shared<DmAuthResponseContext>(); in DmAuthManagerFuzzTest()