Home
last modified time | relevance | path

Searched refs:headerInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestHttpSourcePlugin.cpp28 std::shared_ptr<HeaderInfo> headerInfo = std::make_shared<HeaderInfo>(); variable
31 headerInfo->fileContentLen = fileContentLen;
34 strcpy_s(headerInfo->contentType, sizeof(headerInfo->contentType), contentType);
36 headerInfo->isChunked = true;
37 headerInfo->isClosed = true;
48 downloadRequest.SaveHeader(headerInfo.get());
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp49 std::stringstream headerInfo; in PrintDumpHeader() local
54 headerInfo << "Build info:" << buildInfo << "\n"; in PrintDumpHeader()
57 headerInfo << "Timestamp:" << GetCurrentTimeStr(request->timeStamp); in PrintDumpHeader()
60 headerInfo << "Timestamp:" << GetCurrentTimeStr(); in PrintDumpHeader()
63 headerInfo << "Pid:" << process->processInfo_.pid << "\n" << in PrintDumpHeader()
75 headerInfo << reasonInfo << "\n"; in PrintDumpHeader()
78 headerInfo << "LastFatalMessage:" << msg.c_str() << "\n"; in PrintDumpHeader()
84 headerInfo << "TraceId:" << std::hex << std::uppercase << in PrintDumpHeader()
90 headerInfo << "Fault thread info:\n"; in PrintDumpHeader()
93 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(headerInfo.str()); in PrintDumpHeader()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddata_buffer.h68 HeaderInfo headerInfo; member