Symbol: AddDataSource
src/apps/activitymonitor/ActivityView.cpp
1158
AddDataSource(baseSource);
src/apps/activitymonitor/ActivityView.cpp
646
AddDataSource(DataSource::FindSource(name), settings);
src/apps/activitymonitor/ActivityView.h
73
status_t AddDataSource(const DataSource* source,
src/apps/activitymonitor/ActivityWindow.cpp
331
view->AddDataSource(new UsedMemoryDataSource());
src/apps/activitymonitor/ActivityWindow.cpp
332
view->AddDataSource(new CachedMemoryDataSource());
src/apps/activitymonitor/ActivityWindow.cpp
333
view->AddDataSource(new SwapSpaceDataSource());
src/apps/activitymonitor/ActivityWindow.cpp
337
view->AddDataSource(new NetworkUsageDataSource(true));
src/apps/activitymonitor/ActivityWindow.cpp
338
view->AddDataSource(new NetworkUsageDataSource(false));
src/apps/activitymonitor/ActivityWindow.cpp
341
view->AddDataSource(new CPUFrequencyDataSource());
src/apps/activitymonitor/ActivityWindow.cpp
346
view->AddDataSource(new CPUUsageDataSource());
src/apps/debuganalyzer/gui/chart/Chart.cpp
115
return AddDataSource(dataSource, -1, config);
src/apps/debuganalyzer/gui/chart/Chart.cpp
97
if (!fRenderer->AddDataSource(dataSource, index, config)) {
src/apps/debuganalyzer/gui/chart/Chart.h
28
bool AddDataSource(ChartDataSource* dataSource,
src/apps/debuganalyzer/gui/chart/Chart.h
32
bool AddDataSource(ChartDataSource* dataSource,
src/apps/debuganalyzer/gui/chart/ChartRenderer.h
26
virtual bool AddDataSource(
src/apps/debuganalyzer/gui/chart/LineChartRenderer.h
28
virtual bool AddDataSource(ChartDataSource* dataSource,
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
512
fActivityChart->AddDataSource(*data, &config);