Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp96 constexpr const char* DM_VERSION_5_0_1 = "5.0.1"; member
852 if (version == DM_VERSION_5_0_1) { in NegotiateRespMsg()
853 authResponseContext_->dmVersion = DM_VERSION_5_0_1; in NegotiateRespMsg()
854 } else if (version < DM_VERSION_5_0_1) { in NegotiateRespMsg()
857 } else if (version > DM_VERSION_5_0_1) { in NegotiateRespMsg()
2442 srcVersion = DM_VERSION_5_0_1; in ConvertSrcVersion()

Completed in 4 milliseconds