Searched refs:importAuthCode (Results 1 – 4 of 4) sorted by relevance
1411 authManager_->authResponseContext_->importAuthCode = "";1421 authManager_->authResponseContext_->importAuthCode = "importAuthCode";1432 authManager_->authResponseContext_->importAuthCode = "importAuthCode";1444 authManager_->authResponseContext_->importAuthCode = "importAuthCode";1458 authManager_->authResponseContext_->importAuthCode = "importAuthCode";1473 authManager_->authResponseContext_->importAuthCode = "importAuthCode";
755 authResponseContext_->importAuthCode = Crypto::Sha256(importAuthCode_); in AbilityNegotiate()859 !authResponseContext_->importAuthCode.empty() && !importAuthCode_.empty()) { in ProcessAuthRequest()860 if (authResponseContext_->importAuthCode != Crypto::Sha256(importAuthCode_)) { in ProcessAuthRequest()920 !authResponseContext_->importAuthCode.empty() && !importAuthCode_.empty()) { in ProcessAuthRequestExt()921 if (authResponseContext_->importAuthCode != Crypto::Sha256(importAuthCode_)) { in ProcessAuthRequestExt()934 (authResponseContext_->importAuthCode.empty() || importAuthCode_.empty())) { in ProcessAuthRequestExt()2366 authResponseContext_->importAuthCode = Crypto::Sha256(importAuthCode_); in ProcRespNegotiateExt()
219 json[TAG_IMPORT_AUTH_CODE] = authResponseContext_->importAuthCode; in CreateRespNegotiateMessage()581 authResponseContext_->importAuthCode = json[TAG_IMPORT_AUTH_CODE].get<std::string>(); in ParseRespNegotiateMessage()
182 std::string importAuthCode; member