Home
last modified time | relevance | path

Searched refs:TAG_IDENTICAL_ACCOUNT (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp180 json[TAG_IDENTICAL_ACCOUNT] = authResponseContext_->isIdenticalAccount; in CreateNegotiateMessage()
208 json[TAG_IDENTICAL_ACCOUNT] = authResponseContext_->isIdenticalAccount; in CreateRespNegotiateMessage()
458 if (IsBool(json, TAG_IDENTICAL_ACCOUNT)) { in ParsePkgNegotiateMessage()
459 authResponseContext_->isIdenticalAccount = json[TAG_IDENTICAL_ACCOUNT].get<bool>(); in ParsePkgNegotiateMessage()
533 if (IsBool(json, TAG_IDENTICAL_ACCOUNT)) { in ParseRespNegotiateMessage()
534 authResponseContext_->isIdenticalAccount = json[TAG_IDENTICAL_ACCOUNT].get<bool>(); in ParseRespNegotiateMessage()
H A Ddm_auth_manager.cpp2164 jsonObject[TAG_IDENTICAL_ACCOUNT] = true; in ProcRespNegotiate()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h47 constexpr const char* TAG_IDENTICAL_ACCOUNT = "IDENTICALACCOUNT"; member
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp880 jsonObj[TAG_IDENTICAL_ACCOUNT] = false; in HWTEST_F()
882 ASSERT_EQ(authMessageProcessor->authResponseContext_->isIdenticalAccount, jsonObj[TAG_IDENTICAL_ACCOUNT]); in HWTEST_F()
900 jsonObj[TAG_IDENTICAL_ACCOUNT] = "test"; in HWTEST_F()
902 ASSERT_NE(authMessageProcessor->authResponseContext_->isIdenticalAccount, jsonObj[TAG_IDENTICAL_ACCOUNT]); in HWTEST_F()
919 jsonObj[TAG_IDENTICAL_ACCOUNT] = true; in HWTEST_F()
946 jsonObj[TAG_IDENTICAL_ACCOUNT] = 112; in HWTEST_F()
955 ASSERT_NE(authMessageProcessor->authResponseContext_->isIdenticalAccount, jsonObj[TAG_IDENTICAL_ACCOUNT]); in HWTEST_F()
1380 jsonObj[TAG_IDENTICAL_ACCOUNT] = true; in HWTEST_F()
1598 jsonObj[TAG_IDENTICAL_ACCOUNT] = true; in HWTEST_F()
1620 jsonObj[TAG_IDENTICAL_ACCOUNT] in HWTEST_F()
[all...]

Completed in 10 milliseconds