Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/src/
Dbuffer_splitter.cpp25 NextLine(); in BufferSplitter()
29 bool BufferSplitter::NextLine() in NextLine() function in BufferSplitter
Dmemory_data_plugin.cpp206 } while (totalbuffer.NextLine()); in WriteMeminfo()
265 } while (totalbuffer.NextLine()); in WriteVmstat()
703 } while (totalbuffer.NextLine()); in WriteProcess()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dbuffer_splitter_unittest.cpp161 EXPECT_FALSE(totalbuffer.NextLine());
185 } while (totalbuffer.NextLine());
288 } while (totalbuffer.NextLine());
317 } while (totalbuffer.NextLine());
346 } while (totalbuffer.NextLine());
444 } while (totalbuffer.NextLine());
/developtools/profiler/device/plugins/memory_plugin/include/
Dbuffer_splitter.h35 bool NextLine();
/developtools/profiler/device/plugins/diskio_plugin/src/
Ddiskio_data_plugin.cpp165 } while (totalbuffer.NextLine()); in SetDiskioData()
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp249 } while (totalbuffer.NextLine()); in ReadTxRxBytes()
324 } while (totalbuffer.NextLine()); in ReadSystemTxRxBytes()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp460 } while (totalbuffer.NextLine());
521 } while (totalbuffer.NextLine());
599 } while (totalbuffer.NextLine());
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp457 } while (totalbuffer.NextLine()); in WriteSystemCpuUsage()
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp239 } while (totalbuffer.NextLine()); in WriteProcess()