Home
last modified time | relevance | path

Searched refs:faultLoggerJsonPipeBuf_ (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.h51 std::unique_ptr<FaultLoggerPipe> faultLoggerJsonPipeBuf_; member in OHOS::HiviewDFX::FaultLoggerPipe2
H A Dfault_logger_pipe.cpp122 faultLoggerJsonPipeBuf_ = std::unique_ptr<FaultLoggerPipe>(new FaultLoggerPipe()); in FaultLoggerPipe2()
135 faultLoggerJsonPipeBuf_.reset(); in ~FaultLoggerPipe2()
H A Dfault_logger_daemon.cpp412 if ((faultLoggerPipe->faultLoggerJsonPipeBuf_) != nullptr) { in HandleJsonReadBuf()
413 fd = faultLoggerPipe->faultLoggerJsonPipeBuf_->GetReadFd(); in HandleJsonReadBuf()
419 if ((faultLoggerPipe->faultLoggerJsonPipeBuf_) != nullptr) { in HandleJsonWriteBuf()
420 fd = faultLoggerPipe->faultLoggerJsonPipeBuf_->GetWriteFd(); in HandleJsonWriteBuf()

Completed in 3 milliseconds