Home
last modified time | relevance | path

Searched defs:processList (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemDescHistory.ts42 private processList: string[] | null | undefined; property in TabPaneFileSystemDescHistory
DTabPaneFileSystemEvents.ts43 private processList: string[] | null | undefined; property in TabPaneFileSystemEvents
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemDescHistory.ts42 private processList: string[] | null | undefined; property in TabPaneFileSystemDescHistory
DTabPaneFileSystemEvents.ts43 private processList: string[] | null | undefined; property in TabPaneFileSystemEvents
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecyclerSystemTrace.ts546 let processList = await queryProcess(); variable
DSpSystemTrace.ts2869 let processList: Array<string> = []; variable
/developtools/smartperf_host/ide/src/trace/component/
DSpRecyclerSystemTrace.ts546 let processList = await queryProcess(); variable
DSpSystemTrace.ts3542 let processList: Array<string> = []; variable
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp106 void SetPluginProcessConfig(std::vector<int> processList, MemoryConfig& protoConfig) in SetPluginProcessConfig()