Searched refs:BufnCmp (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/plugins/process_plugin/src/ |
H A D | process_data_plugin.cpp | 172 bool ProcessDataPlugin::BufnCmp(const char* src, int srcLen, const char* key, int keyLen) in BufnCmp() function in ProcessDataPlugin 207 if (BufnCmp(totalbuffer.CurWord(), totalbuffer.CurWordSize(), "Name", strlen("Name"))) { in WriteProcess() 213 } else if (BufnCmp(totalbuffer.CurWord(), totalbuffer.CurWordSize(), "Pid", strlen("Pid"))) { in WriteProcess() 224 } else if (BufnCmp(totalbuffer.CurWord(), totalbuffer.CurWordSize(), "PPid", strlen("PPid"))) { in WriteProcess() 235 } else if (BufnCmp(totalbuffer.CurWord(), totalbuffer.CurWordSize(), "Uid", strlen("Uid"))) { in WriteProcess()
|
/developtools/profiler/device/plugins/process_plugin/include/ |
H A D | process_data_plugin.h | 75 bool BufnCmp(const char* src, int srcLen, const char* key, int keyLen);
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | memory_data_plugin.h | 403 bool BufnCmp(const char* src, int srcLen, const char* key, int keyLen);
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | memory_data_plugin.cpp | 588 bool MemoryDataPlugin::BufnCmp(const char* src, int srcLen, const char* key, int keyLen) in BufnCmp() function in MemoryDataPlugin 616 if (BufnCmp(src, srcLen, procStatusMapping[i].procstr, strlen(procStatusMapping[i].procstr))) { in GetProcStatusId()
|
Completed in 5 milliseconds