Searched refs:msgJson (Results 1 – 2 of 2) sorted by relevance
103 nlohmann::json msgJson; in sendHeartbeatEvent() local104 msgJson["@odata.type"] = "#Event.v1_4_0.Event"; in sendHeartbeatEvent()105 msgJson["Name"] = "Heartbeat"; in sendHeartbeatEvent()106 msgJson["Events"] = std::move(eventRecord); in sendHeartbeatEvent()109 msgJson.dump(2, ' ', true, nlohmann::json::error_handler_t::replace); in sendHeartbeatEvent()
610 nlohmann::json msgJson; in sendEvent() local612 msgJson["@odata.type"] = "#Event.v1_4_0.Event"; in sendEvent()613 msgJson["Name"] = "Event Log"; in sendEvent()614 msgJson["Id"] = eventId; in sendEvent()615 msgJson["Events"] = std::move(eventRecord); in sendEvent()617 std::string strMsg = msgJson.dump( in sendEvent()