Home
last modified time | relevance | path

Searched refs:pch (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_utils.cpp64 char *pch = nullptr; in ParseSysCmdResult() local
71 pch = strtok(s, " "); in ParseSysCmdResult()
72 while (pch != nullptr) { in ParseSysCmdResult()
74 return pch; in ParseSysCmdResult()
76 pch = strtok(nullptr, " "); in ParseSysCmdResult()
82 return pch; in ParseSysCmdResult()
85 static void ParseFile(char *pch, struct ParseProcInfo &pinfo) in ParseFile() argument
87 while (pch != nullptr) { in ParseFile()
88 if (strstr(pch, "VmRSS")) { in ParseFile()
89 pch in ParseFile()
[all...]
H A Dusb_device_performance_test.cpp74 char *pch = nullptr; in HWTEST_F() local
90 pch = ParseSysCmdResult(*res, 1, 1); in HWTEST_F()
91 watchPid = stoi(pch); in HWTEST_F()
99 pch = ParseSysCmdResult(*res, 1, 1); in HWTEST_F()
100 processCount = stoi(pch); in HWTEST_F()
H A Dusb_host_performance_test.cpp75 char *pch = nullptr; in HWTEST_F() local
91 pch = ParseSysCmdResult(*res, 1, 1); in HWTEST_F()
92 watchPid = stoi(pch); in HWTEST_F()
99 pch = ParseSysCmdResult(*res, 1, 1); in HWTEST_F()
100 processCount = stoi(pch); in HWTEST_F()

Completed in 1 milliseconds