Lines Matching refs:JSONTimelineDecoder
28 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEntity(const Entity& entity) in CreateEntity()
36 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEventClass(const EventClass& eventCl… in CreateEventClass()
45 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEvent(const Event& event) in CreateEvent()
54 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateLabel(const Label& label) in CreateLabel()
60 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateRelationship(const Relationship& rel… in CreateRelationship()
86 void JSONTimelineDecoder::HandleExecutionLink(const ITimelineDecoder::Relationship& relationship) in HandleExecutionLink()
108 void JSONTimelineDecoder::HandleLabelLink(const ITimelineDecoder::Relationship& relationship) in HandleLabelLink()
144 void JSONTimelineDecoder::HandleTypeLabel(const ITimelineDecoder::Relationship& relationship) in HandleTypeLabel()
165 void JSONTimelineDecoder::HandleNameLabel(const ITimelineDecoder::Relationship& relationship) in HandleNameLabel()
183 void JSONTimelineDecoder::HandleBackendIdLabel(const ITimelineDecoder::Relationship& relationship) in HandleBackendIdLabel()
201 void JSONTimelineDecoder::HandleConnectionLabel(const ITimelineDecoder::Relationship& relationship) in HandleConnectionLabel()
219 void JSONTimelineDecoder::HandleRetentionLink(const ITimelineDecoder::Relationship& relationship) in HandleRetentionLink()
239 void JSONTimelineDecoder::JSONEntity::SetParent(JSONEntity& parent) in SetParent()
244 void JSONTimelineDecoder::PrintJSON(JSONTimelineDecoder::JSONEntity& rootEntity, std::ostream& os) in PrintJSON()
250 std::string JSONTimelineDecoder::GetJSONString(JSONTimelineDecoder::JSONEntity& rootEntity) in GetJSONString()
270 std::string JSONTimelineDecoder::GetJSONEntityString(JSONTimelineDecoder::JSONEntity& entity, int& … in GetJSONEntityString()
300 std::string JSONTimelineDecoder::GetWorkloadExecutionJSONString(const JSONTimelineDecoder::JSONEnti… in GetWorkloadExecutionJSONString()
326 std::string JSONTimelineDecoder::GetWorkloadJSONString(const JSONTimelineDecoder::JSONEntity& entit… in GetWorkloadJSONString()
341 std::string JSONTimelineDecoder::GetLayerJSONString(JSONTimelineDecoder::JSONEntity& entity, int& c… in GetLayerJSONString()
359 void JSONTimelineDecoder::JSONEntity::AddConnection(JSONEntity& headEntity, JSONEntity& connectedEn… in AddConnection()
367 uint64_t JSONTimelineDecoder::JSONEntity::GetGuid() in GetGuid()
372 const JSONTimelineDecoder::Model &JSONTimelineDecoder::GetModel() in GetModel()
377 void JSONTimelineDecoder::JSONEntity::SetName(std::string entityName) in SetName()
382 std::string JSONTimelineDecoder::JSONEntity::GetName() in GetName()
387 void JSONTimelineDecoder::JSONEntity::SetType(std::string entityType) in SetType()
392 std::string JSONTimelineDecoder::JSONEntity::GetType() in GetType()