Searched refs:isAuthCodeReady (Results 1 – 4 of 4) sorted by relevance
206 json[TAG_IS_AUTH_CODE_READY] = authResponseContext_->isAuthCodeReady; in CreateRespNegotiateMessage()567 authResponseContext_->isAuthCodeReady = json[TAG_IS_AUTH_CODE_READY].get<bool>(); in ParseRespNegotiateMessage()
770 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()
409 authManager_->authResponseContext_->isAuthCodeReady = false;1449 authManager_->authResponseContext_->isAuthCodeReady = false;1463 authManager_->authResponseContext_->isAuthCodeReady = true;1478 authManager_->authResponseContext_->isAuthCodeReady = true;
145 bool isAuthCodeReady; member