Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp206 json[TAG_IS_AUTH_CODE_READY] = authResponseContext_->isAuthCodeReady; in CreateRespNegotiateMessage()
567 authResponseContext_->isAuthCodeReady = json[TAG_IS_AUTH_CODE_READY].get<bool>(); in ParseRespNegotiateMessage()
H A Ddm_auth_manager.cpp770 authResponseContext_->isAuthCodeReady = true; in AbilityNegotiate()
772 authResponseContext_->isAuthCodeReady = false; in AbilityNegotiate()
987 authResponseContext_->isAuthCodeReady == false)) { in IsAuthFinish()
2378 authResponseContext_->isAuthCodeReady = true; in ProcRespNegotiateExt()
2380 authResponseContext_->isAuthCodeReady = false; in ProcRespNegotiateExt()
2636 authResponseContext_->isAuthCodeReady == false)) { in CheckTrustState()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp409 authManager_->authResponseContext_->isAuthCodeReady = false;
1449 authManager_->authResponseContext_->isAuthCodeReady = false;
1463 authManager_->authResponseContext_->isAuthCodeReady = true;
1478 authManager_->authResponseContext_->isAuthCodeReady = true;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h145 bool isAuthCodeReady; member