Searched refs:JSONTimelineDecoder (Results 1 – 4 of 4) sorted by relevance
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()[all …]
9 JSONTimelineDecoder.cpp10 JSONTimelineDecoder.hpp)
18 class JSONTimelineDecoder : public arm::pipe::ITimelineDecoder class
21 void RunSimpleModelThroughDecoder(JSONTimelineDecoder& timelineDecoder) in RunSimpleModelThroughDecoder()688 JSONTimelineDecoder timelineDecoder; in BOOST_AUTO_TEST_CASE()691 JSONTimelineDecoder::Model model = timelineDecoder.GetModel(); in BOOST_AUTO_TEST_CASE()693 JSONTimelineDecoder::JSONEntity rootEntity = model.jsonEntities.at(6); in BOOST_AUTO_TEST_CASE()697 JSONTimelineDecoder::JSONEntity entity0 = model.jsonEntities.at(rootEntity.childEntities[0]); in BOOST_AUTO_TEST_CASE()702 …JSONTimelineDecoder::JSONEntity input_workload_entity = model.jsonEntities.at(entity0.childEntitie… in BOOST_AUTO_TEST_CASE()707 JSONTimelineDecoder::JSONEntity input_workload_execution_entity = model.jsonEntities in BOOST_AUTO_TEST_CASE()712 JSONTimelineDecoder::JSONEntity input_workload_execution_event0 = model.jsonEntities in BOOST_AUTO_TEST_CASE()719 JSONTimelineDecoder::JSONEntity input_workload_execution_event1 = model.jsonEntities in BOOST_AUTO_TEST_CASE()727 JSONTimelineDecoder::JSONEntity entity1 = model.jsonEntities.at(rootEntity.childEntities[1]); in BOOST_AUTO_TEST_CASE()[all …]