Home
last modified time | relevance | path

Searched refs:haveCredential (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp908 …bool haveCredential = hiChainAuthConnector_->QueryCredential(remoteDeviceId_, authRequestContext_-… in GetAuthRequestContext() local
909 if (authResponseContext_->haveCredential && haveCredential) { in GetAuthRequestContext()
910 authResponseContext_->haveCredential = true; in GetAuthRequestContext()
912 authResponseContext_->haveCredential = false; in GetAuthRequestContext()
2065 authResponseContext_->haveCredential)) { in SrcAuthDeviceFinish()
2079 !authResponseContext_->haveCredential) { in SrcAuthDeviceFinish()
2089 if (!authResponseContext_->isOnline && authResponseContext_->haveCredential) { in SrcAuthDeviceFinish()
2099 if (!authResponseContext_->isOnline && !authResponseContext_->haveCredential) { in SrcAuthDeviceFinish()
2108 if (!authResponseContext_->haveCredential) { in SinkAuthDeviceFinish()
2369 authResponseContext_->haveCredential = in ProcRespNegotiateExt()
H A Dauth_message_processor.cpp188 json[TAG_HAVE_CREDENTIAL] = authResponseContext_->haveCredential; in CreateNegotiateMessage()
216 json[TAG_HAVE_CREDENTIAL] = authResponseContext_->haveCredential; in CreateRespNegotiateMessage()
497 authResponseContext_->haveCredential = json[TAG_HAVECREDENTIAL].get<bool>(); in ParsePkgNegotiateMessage()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp795 authManager_->authResponseContext_->haveCredential = true;
808 authManager_->authResponseContext_->haveCredential = true;
820 authManager_->authResponseContext_->haveCredential = false;
833 authManager_->authResponseContext_->haveCredential = true;
843 authManager_->authResponseContext_->haveCredential = false;
852 authManager_->authResponseContext_->haveCredential = false;
H A DUTTest_dm_auth_manager_second.cpp379 authManager_->authResponseContext_->haveCredential = true;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h171 bool haveCredential; member