Home
last modified time | relevance | path

Searched refs:TAG_EDITION (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h74 constexpr const char* TAG_EDITION = "edition"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp183 json[TAG_EDITION] = authResponseContext_->edition; in CreateNegotiateMessage()
525 if (IsString(json, TAG_EDITION)) { in ParseNegotiateMessage()
526 authResponseContext_->edition = json[TAG_EDITION].get<std::string>(); in ParseNegotiateMessage()

Completed in 2 milliseconds