Home
last modified time | relevance | path

Searched refs:TAG_HAVECREDENTIAL (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h68 constexpr const char* TAG_HAVECREDENTIAL = "haveCredential"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp472 if (IsBool(json, TAG_HAVECREDENTIAL)) { in ParsePkgNegotiateMessage()
473 authResponseContext_->haveCredential = json[TAG_HAVECREDENTIAL].get<bool>(); in ParsePkgNegotiateMessage()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1384 jsonObj[TAG_HAVECREDENTIAL] = true; in HWTEST_F()
1602 jsonObj[TAG_HAVECREDENTIAL] = true; in HWTEST_F()
1624 jsonObj[TAG_HAVECREDENTIAL] = "1212"; in HWTEST_F()

Completed in 10 milliseconds