Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2428 nlohmann::json respNegotiateMsg; in ProcIncompatible() local
2429 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()