Searched refs:msgJson (Results 1 – 2 of 2) sorted by relevance
118 nlohmann::json msgJson; in sendHeartbeatEvent() local119 msgJson["@odata.type"] = "#Event.v1_4_0.Event"; in sendHeartbeatEvent()120 msgJson["Name"] = "Heartbeat"; in sendHeartbeatEvent()121 msgJson["Events"] = std::move(eventRecord); in sendHeartbeatEvent()124 msgJson.dump(2, ' ', true, nlohmann::json::error_handler_t::replace); in sendHeartbeatEvent()
719 nlohmann::json msgJson; in sendEvent() local721 msgJson["@odata.type"] = "#Event.v1_4_0.Event"; in sendEvent()722 msgJson["Name"] = "Event Log"; in sendEvent()723 msgJson["Id"] = eventId; in sendEvent()724 msgJson["Events"] = std::move(eventRecord); in sendEvent()726 std::string strMsg = msgJson.dump( in sendEvent()