Searched refs:respNegotiateMsg (Results 1 – 1 of 1) sorted by relevance
2428 nlohmann::json respNegotiateMsg; in ProcIncompatible() local2429 respNegotiateMsg[TAG_REPLY] = ERR_DM_VERSION_INCOMPATIBLE; in ProcIncompatible()2430 respNegotiateMsg[TAG_VER] = DM_ITF_VER; in ProcIncompatible()2431 respNegotiateMsg[TAG_MSG_TYPE] = MSG_TYPE_RESP_NEGOTIATE; in ProcIncompatible()2432 std::string message = respNegotiateMsg.dump(); in ProcIncompatible()