Lines Matching defs:body
244 void Vendor::InitLogBody(const std::vector<WatchPoint>& list, std::ostringstream& body,
253 DumpEventInfo(body, HEADER, node);
273 DumpEventInfo(body, HEADER, node);
277 body << std::string(HEADER) << std::endl;
278 body << ifs.rdbuf();
305 std::ostringstream body;
307 InitLogBody(list, body, isFileExists);
308 HIVIEW_LOGI("After Init --body size: %{public}zu.", body.str().size());
311 HIVIEW_LOGE("Failed to open the body file.");
326 FileUtil::SaveStringToFd(fd, body.str());