| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/cpu/ |
| D | CpuDataCache.java | 72 LRUCache<List<ChartDataModel>> cache = cpuDataCacheMap.get(sessionId); in addCpuDataModel() local 99 LRUCache<List<ChartDataModel>> cache = threadDataCacheMap.get(sessionId); in addThreadDataModel() local 125 LRUCache<List<ChartDataModel>> cache = threadDeadCacheMap.get(sessionId); in addDeadThreadDataModel() local 164 LRUCache<List<ChartDataModel>> cache = cpuDataCacheMap.get(sessionId); in getCpuData() local 187 LRUCache<List<ChartDataModel>> cache = threadDataCacheMap.get(sessionId); in getThreadData() local 211 LRUCache<List<ChartDataModel>> cache = threadDeadCacheMap.get(sessionId); in getDeadThreadData() local
|
| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/services/diskio/ |
| D | DiskIoDataCacheTest.java | 69 DiskIoDataCache cache = DiskIoDataCache.getInstance(); in getInstanceTest01() local 84 DiskIoDataCache cache = DiskIoDataCache.getInstance(); in getInstanceTest02() local
|
| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/services/memory/ |
| D | MemoryDataCacheTest.java | 48 MemoryDataCache cache = MemoryDataCache.getInstance(); in getInstance01() local 63 MemoryDataCache cache = MemoryDataCache.getInstance(); in getInstance02() local
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/memoryservice/ |
| D | MemoryDataCache.java | 67 LRUCache<List<ChartDataModel>> cache = dataCacheMap.get(sessionId); in addDataModel() local 95 LRUCache<List<ChartDataModel>> cache = dataCacheMap.get(sessionId); in getData() local
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/diskio/ |
| D | DiskIoDataCache.java | 74 LRUCache<List<ChartDataModel>> cache = dataCacheMap.get(sessionId); in addDataModel() local 111 LRUCache<List<ChartDataModel>> cache = dataCacheMap.get(sessionId); in getData() local
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/userdata/ |
| D | UserDataCache.java | 66 LRUCache<UserData> cache = dataCacheMap.get(sessionId); in addDataModel() local 103 LRUCache<UserData> cache = dataCacheMap.get(sessionId); in getData() local
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/services/samplecode/ |
| D | SampleCodeDataCache.java | 72 LRUCache<List<ChartDataModel>> cache = dataCacheMap.get(sessionId); in addDataModel() local 113 LRUCache<List<ChartDataModel>> cache = dataCacheMap.get(sessionId); in getData() local
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | test_main.cpp | 31 std::vector<char*> cache; in main() local
|
| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/services/cpu/ |
| D | CpuDataCacheTest.java | 39 private CpuDataCache cache; field in CpuDataCacheTest
|
| /developtools/profiler/device/plugins/network_plugin/src/ |
| D | network_plugin.cpp | 162 NetDetails cache = {0}; in ReadTxRxBytes() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ |
| D | table_base.cpp | 43 const TraceDataCache* cache, in TableRegister()
|
| /developtools/profiler/trace_analyzer/src/table/ |
| D | table_base.cpp | 43 const TraceDataCache* cache, in TableRegister()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_runtime.cpp | 300 HashList<uint64_t, Symbol> &cache) in UpdateSymbolCache()
|
| /developtools/ace-ets2bundle/compiler/src/ |
| D | compile_info.ts | 86 export let cache: Cache = {}; variable
|
| /developtools/ace-js2bundle/ace-loader/ |
| D | webpack.lite.config.js | 39 cache: { property
|
| D | webpack.rich.config.js | 160 cache: { property
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | flow_controller.cpp | 158 … auto cache = std::shared_ptr<FILE>(fopen(path.c_str(), "wb+"), [](FILE* fp) { fclose(fp); }); in CreateRawDataCaches() local
|