Lines Matching refs:JSONTimelineDecoder
29 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEntity(const Entity& entity) in CreateEntity()
37 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEventClass(const EventClass& eventCl… in CreateEventClass()
46 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEvent(const Event& event) in CreateEvent()
55 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateLabel(const Label& label) in CreateLabel()
61 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateRelationship(const Relationship& rel… in CreateRelationship()
87 void JSONTimelineDecoder::HandleExecutionLink(const ITimelineDecoder::Relationship& relationship) in HandleExecutionLink()
109 void JSONTimelineDecoder::HandleLabelLink(const ITimelineDecoder::Relationship& relationship) in HandleLabelLink()
145 void JSONTimelineDecoder::HandleTypeLabel(const ITimelineDecoder::Relationship& relationship) in HandleTypeLabel()
166 void JSONTimelineDecoder::HandleNameLabel(const ITimelineDecoder::Relationship& relationship) in HandleNameLabel()
184 void JSONTimelineDecoder::HandleBackendIdLabel(const ITimelineDecoder::Relationship& relationship) in HandleBackendIdLabel()
202 void JSONTimelineDecoder::HandleConnectionLabel(const ITimelineDecoder::Relationship& relationship) in HandleConnectionLabel()
220 void JSONTimelineDecoder::HandleRetentionLink(const ITimelineDecoder::Relationship& relationship) in HandleRetentionLink()
240 void JSONTimelineDecoder::JSONEntity::SetParent(JSONEntity& parent) in SetParent()
245 void JSONTimelineDecoder::PrintJSON(JSONTimelineDecoder::JSONEntity& rootEntity, std::ostream& os) in PrintJSON()
251 std::string JSONTimelineDecoder::GetJSONString(JSONTimelineDecoder::JSONEntity& rootEntity) in GetJSONString()
271 std::string JSONTimelineDecoder::GetJSONEntityString(JSONTimelineDecoder::JSONEntity& entity, int& … in GetJSONEntityString()
301 std::string JSONTimelineDecoder::GetWorkloadExecutionJSONString(const JSONTimelineDecoder::JSONEnti… in GetWorkloadExecutionJSONString()
328 std::string JSONTimelineDecoder::GetWorkloadJSONString(const JSONTimelineDecoder::JSONEntity& entit… in GetWorkloadJSONString()
343 std::string JSONTimelineDecoder::GetLayerJSONString(JSONTimelineDecoder::JSONEntity& entity, int& c… in GetLayerJSONString()
361 void JSONTimelineDecoder::JSONEntity::AddConnection(JSONEntity& headEntity, JSONEntity& connectedEn… in AddConnection()
369 uint64_t JSONTimelineDecoder::JSONEntity::GetGuid() in GetGuid()
374 const JSONTimelineDecoder::Model &JSONTimelineDecoder::GetModel() in GetModel()
379 void JSONTimelineDecoder::JSONEntity::SetName(std::string entityName) in SetName()
384 std::string JSONTimelineDecoder::JSONEntity::GetName() in GetName()
389 void JSONTimelineDecoder::JSONEntity::SetType(std::string entityType) in SetType()
394 std::string JSONTimelineDecoder::JSONEntity::GetType() in GetType()