Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h57 constexpr const char* TAG_PUBLICKEY = "publicKey"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp146 json[TAG_PUBLICKEY] = authResponseContext_->publicKey; in CreatePublicKeyMessageExt()
304 if (IsString(json, TAG_PUBLICKEY)) { in ParsePublicKeyMessageExt()
305 authResponseContext_->publicKey = json[TAG_PUBLICKEY].get<std::string>(); in ParsePublicKeyMessageExt()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1433 ASSERT_EQ(jsonObj[TAG_PUBLICKEY], authMessageProcessor->authResponseContext_->publicKey); in HWTEST_F()
1487 jsonObj[TAG_PUBLICKEY] = 2121; in HWTEST_F()
1501 jsonObj[TAG_PUBLICKEY] = "2121"; in HWTEST_F()

Completed in 5 milliseconds