Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2189 nlohmann::json respNegotiateMsg; in ProcIncompatible() local
2190 respNegotiateMsg[TAG_REPLY] = ERR_DM_VERSION_INCOMPATIBLE; in ProcIncompatible()
2191 respNegotiateMsg[TAG_VER] = DM_ITF_VER; in ProcIncompatible()
2192 respNegotiateMsg[TAG_MSG_TYPE] = MSG_TYPE_RESP_NEGOTIATE; in ProcIncompatible()
2193 std::string message = respNegotiateMsg.dump(); in ProcIncompatible()

Completed in 4 milliseconds