Searched refs:CommMsg (Results 1 – 5 of 5) sorted by relevance
45 struct CommMsg { struct48 CommMsg() : code(-1), msg("") {} in CommMsg() argument49 CommMsg(int32_t code, std::string msg) : code(code), msg(msg) {} in CommMsg() function52 void ToJson(cJSON *jsonObject, const CommMsg &commMsg);53 void FromJson(const cJSON *jsonObject, CommMsg &commMsg);55 std::string GetCommMsgString(const CommMsg &commMsg);
71 void ToJson(cJSON *jsonObject, const CommMsg &commMsg) in ToJson()82 void FromJson(const cJSON *jsonObject, CommMsg &commMsg) in FromJson()98 std::string GetCommMsgString(const CommMsg &commMsg) in GetCommMsgString()
82 CommMsg commMsg(DH_COMM_REQ_FULL_CAPS, localNetworkId); in TriggerReqFullDHCaps()121 CommMsg commMsg(DH_COMM_RSP_FULL_CAPS, fullCapsMsg); in GetAndSendLocalFullCaps()163 std::shared_ptr<CommMsg> commMsg = event->GetSharedObject<CommMsg>(); in ProcessEvent()
121 std::shared_ptr<CommMsg> commMsg = std::make_shared<CommMsg>(); in HandleReceiveMessage()
106 std::shared_ptr<CommMsg> commMsg = std::make_shared<CommMsg>();