Home
last modified time | relevance | path

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

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