Lines Matching refs:find
51 positionPid = line.find("[" + appPid + "," + frameId + "]"); in ParseNohTrace()
53 size_t position1 = line.find("...."); in ParseNohTrace()
54 size_t position2 = line.find(":"); in ParseNohTrace()
74 … std::string::size_type positionTransactionFlag = line.find("transactionFlag:[" + appPid); in GetFrameId()
87 size_t positionWindow = line.find("H:RSUniRender::Process:[leashWindow"); in GetWindowTime()
103 size_t position1 = line.find("...."); in GetWindowTime()
104 size_t position2 = line.find(":"); in GetWindowTime()
150 … tracingMarkWrite = line.find("tracing_mark_write: B|"+ appPid + "|H:RSRenderThread DrawFrame:"); in ParseCodeTrace()
151 fourPoint = line.find("...."); in ParseCodeTrace()
153 size_t p1 = line.find("...."); in ParseCodeTrace()
154 size_t p2 = line.find(":"); in ParseCodeTrace()
185 doComposition = line.find("H:RSMainThread::DoComposition"); in ParseHotTrace()
187 size_t position1 = line.find("...."); in ParseHotTrace()
188 size_t position2 = line.find(":"); in ParseHotTrace()
225 std::string::size_type te = line.find("H:touchEventDispatch"); in GetStartTime()
226 std::string::size_type td = line.find("H:TouchEventDispatch"); in GetStartTime()
227 std::string::size_type pd = line.find("H:PointerEventDispatch"); in GetStartTime()
228 std::string::size_type kd = line.find("H:KeyEventDispatch"); in GetStartTime()
233 size_t position1 = line.find("...."); in GetStartTime()
234 size_t position2 = line.find(":"); in GetStartTime()