Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/data-trafic/utils/
DAllMemoryCache.ts34 export const processList: Map<number, Array<any>> = new Map(); constant
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemDescHistory.ts43 private processList: string[] | null | undefined; property in TabPaneFileSystemDescHistory
DTabPaneFileSystemEvents.ts44 private processList: string[] | null | undefined; property in TabPaneFileSystemEvents
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1641 let processList: Array<string> = []; variable
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp387 void SetPluginProcessConfig(std::vector<int> processList, MemoryConfig& protoConfig) in SetPluginProcessConfig()