Home
last modified time | relevance | path

Searched refs:NextWord (Results 1 - 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dbuffer_splitter_unittest.cpp187 * @tc.desc: Test NextWord().
199 EXPECT_TRUE(totalbuffer.NextWord(' ')); in HWTEST_F()
206 * @tc.desc: Test NextWord().
220 EXPECT_TRUE(totalbuffer.NextWord(' ')); in HWTEST_F()
228 * @tc.desc: Test NextWord().
240 EXPECT_TRUE(totalbuffer.NextWord('\0')); in HWTEST_F()
247 * @tc.desc: Test NextWord().
259 EXPECT_FALSE(totalbuffer.NextWord('e')); in HWTEST_F()
266 * @tc.desc: Test NextWord().
280 EXPECT_TRUE(totalbuffer.NextWord(' ')); in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dmemory_data_plugin.cpp215 if (!totalbuffer.NextWord(':')) { in WriteMeminfo()
225 if (!totalbuffer.NextWord(' ')) { in WriteMeminfo()
274 if (!totalbuffer.NextWord(' ')) { in WriteVmstat()
692 totalbuffer.NextWord(':'); in WriteProcess()
698 totalbuffer.NextWord('\n'); in WriteProcess()
845 if (!totalBuffer.NextWord(',')) { in WriteAshmemInfo()
853 if (!totalBuffer.NextWord(delimiter)) { in WriteAshmemInfo()
936 if (!totalBuffer.NextWord(' ')) { in WriteDmaInfo()
944 if (!totalBuffer.NextWord(delimiter)) { in WriteDmaInfo()
996 if (totalBuffer.NextWord(' ')) { in WriteGpuMemInfo()
[all...]
H A Dbuffer_splitter.cpp68 bool BufferSplitter::NextWord(char delimiter) in NextWord() function in BufferSplitter
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dbuffer_splitter.h37 /* Find and update the NextWord's head pointer and Word length according to the delimiter within the
41 bool NextWord(char delimiter);
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Ddiskio_data_plugin.cpp170 totalbuffer.NextWord(' '); in SetDiskioData()
173 if (!totalbuffer.NextWord('\n')) { in SetDiskioData()
181 if (!totalbuffer.NextWord('\n')) { in SetDiskioData()
/developtools/profiler/device/plugins/process_plugin/src/
H A Dprocess_data_plugin.cpp202 totalbuffer.NextWord(':'); in WriteProcess()
208 totalbuffer.NextWord('\n'); in WriteProcess()
214 totalbuffer.NextWord('\n'); in WriteProcess()
225 totalbuffer.NextWord('\n'); in WriteProcess()
236 totalbuffer.NextWord('\n'); in WriteProcess()
250 totalbuffer.NextWord('\n'); in WriteProcess()
/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dcpu_data_plugin.cpp268 totalbuffer.NextWord(' '); in WriteProcessCpuUsage()
422 totalbuffer.NextWord(' '); in WriteSystemCpuUsage()
433 totalbuffer.NextWord(' '); in WriteSystemCpuUsage()
598 totalbuffer.NextWord(')'); in WriteThread()
600 totalbuffer.NextWord(' '); in WriteThread()
/developtools/profiler/device/plugins/network_plugin/src/
H A Dnetwork_plugin.cpp231 while (totalbuffer.NextWord(' ')) { in ReadTxRxBytes()
299 while (totalbuffer.NextWord(' ')) { in ReadSystemTxRxBytes()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dcheck_hook_data_test.cpp413 totalbuffer.NextWord(delimiter); in Getdata()

Completed in 11 milliseconds