Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_response_state.cpp58 int32_t ret = authResponseState->Leave();
76 authResponseState->GetAuthContext();
78 authResponseState->context_.reset();
111 authResponseState->SetAuthManager(nullptr);
183 int32_t ret = authResponseState->Enter();
216 int32_t ret = authResponseState->Enter();
250 int32_t ret = authResponseState->Enter();
282 int32_t ret = authResponseState->Enter();
302 int32_t ret = authResponseState->Enter();
334 int32_t ret = authResponseState->Enter();
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp149 …std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseFinishState>(); variable
150 authManager_->SetAuthResponseState(authResponseState);
167 authManager_->SetAuthResponseState(authResponseState);
176 … std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); variable
178 authManager_->SetAuthResponseState(authResponseState);
198 authManager_->SetAuthResponseState(authResponseState);
214 … std::shared_ptr<AuthResponseState> authResponseState = std::make_shared<AuthResponseInitState>(); variable
224 authManager_->SetAuthResponseState(authResponseState);
271 int32_t ret = authManager_->SetAuthResponseState(authResponseState);
277 std::shared_ptr<AuthResponseState> authResponseState = nullptr; variable
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h355 int32_t SetAuthResponseState(std::shared_ptr<AuthResponseState> authResponseState);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1367 int32_t DmAuthManager::SetAuthResponseState(std::shared_ptr<AuthResponseState> authResponseState) in SetAuthResponseState() argument
1369 if (authResponseState == nullptr) { in SetAuthResponseState()
1373 authResponseState_ = authResponseState; in SetAuthResponseState()