Searched refs:StartWith (Results 1 – 10 of 10) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | task_pool_filter.cpp | 66 if (StartWith(taskPoolStr, targetStr_)) { in TaskPoolEvent() 68 if (StartWith(taskPoolStr, allocationStr_)) { in TaskPoolEvent() 73 if (StartWith(taskPoolStr, executeStr_)) { in TaskPoolEvent() 78 if (StartWith(taskPoolStr, returnStr_)) { in TaskPoolEvent() 84 if (StartWith(taskPoolStr, timeoutStr_)) { in TaskPoolEvent()
|
| D | app_start_filter.cpp | 44 if (StartWith(name, nameString)) { in GetProcessCreate() 172 if (StartWith(nameString, PROCESS_CREATE)) { in ParserAppStartup() 189 } else if (StartWith(nameString, APP_LAUNCH)) { in ParserAppStartup() 191 } else if (StartWith(nameString, LAUNCH)) { in ParserAppStartup() 209 } else if (StartWith(nameString, ONFOREGROUND)) { in ParserAppStartup()
|
| D | animation_filter.cpp | 81 StartWith(point.name_, generateVsyncCmd_)) { in UpdateDeviceInfoEvent() 98 if (!StartWith(curStackName, leashWindowCmd_)) { in BeginDynamicFrameEvent()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | task_pool_filter.cpp | 61 if (StartWith(taskPoolStr, allocationStr)) { in TaskPoolEvent() 68 if (StartWith(taskPoolStr, executeStr)) { in TaskPoolEvent() 75 if (StartWith(taskPoolStr, returnStr)) { in TaskPoolEvent()
|
| D | app_start_filter.cpp | 41 if (StartWith(name, nameString)) { in GetProcessCreate() 164 if (StartWith(nameString, PROCESS_CREATE)) { in ParserAppStartup() 180 } else if (StartWith(nameString, APP_LAUNCH)) { in ParserAppStartup() 182 } else if (StartWith(nameString, LAUNCH)) { in ParserAppStartup() 188 } else if (StartWith(nameString, ONFOREGROUND)) { in ParserAppStartup()
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | string_help.h | 25 bool StartWith(const std::string& str, const std::string& res);
|
| D | string_help.cpp | 28 bool StartWith(const std::string& str, const std::string& res) in StartWith() function
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | string_help.h | 34 bool StartWith(const std::string& str, const std::string& res);
|
| D | string_help.cpp | 115 bool StartWith(const std::string& str, const std::string& res) in StartWith() function
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_mem_parser.cpp | 169 if (StartWith(path, iter.first)) { in ParseSmapsBlockType() 190 if (StartWith(path, "/data/app/") || has_appNmae) { in ParseSmapsBlockType() 196 … if (StartWith(path, "[anon:.bss]/data/app/") || StartWith(path, "/data/app/") || has_appNmae) { in ParseSmapsBlockType()
|