Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h65 constexpr const char* TAG_DMVERSION = "dmVersion"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp177 json[TAG_DMVERSION] = authResponseContext_->dmVersion; in CreateNegotiateMessage()
206 json[TAG_DMVERSION] = authResponseContext_->dmVersion; in CreateRespNegotiateMessage()
467 if (IsString(json, TAG_DMVERSION)) { in ParsePkgNegotiateMessage()
468 authResponseContext_->dmVersion = json[TAG_DMVERSION].get<std::string>(); in ParsePkgNegotiateMessage()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1383 jsonObj[TAG_DMVERSION] = "1.1.1"; in HWTEST_F()
1601 jsonObj[TAG_DMVERSION] = "1212"; in HWTEST_F()
1623 jsonObj[TAG_DMVERSION] = 1212; in HWTEST_F()

Completed in 5 milliseconds