Searched refs:device_entry_builder (Results 1 – 1 of 1) sorted by relevance
133 DeviceActivityAggregationEntryBuilder device_entry_builder(*fb_builder); in Dump() local134 device_entry_builder.add_address(fb_builder->CreateString(it.first.address.ToString())); in Dump()135 …device_entry_builder.add_activity(fb_builder->CreateString((ActivityToString(it.first.activity)))); in Dump()136 device_entry_builder.add_wakeup_count(it.second.wakeup_count); in Dump()137 device_entry_builder.add_byte_count(it.second.byte_count); in Dump()138 device_entry_builder.add_wakelock_duration_ms(it.second.wakelock_duration_ms); in Dump()139 device_entry_builder.add_creation_time(fb_builder->CreateString( in Dump()142 aggregation_entry_offsets.push_back(device_entry_builder.Finish()); in Dump()