Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.h49 std::unique_ptr<FaultLoggerPipe> faultLoggerPipeBuf_; member in OHOS::HiviewDFX::FaultLoggerPipe2
H A Dfault_logger_pipe.cpp125 faultLoggerPipeBuf_ = std::unique_ptr<FaultLoggerPipe>(new FaultLoggerPipe()); in FaultLoggerPipe2()
133 faultLoggerPipeBuf_.reset(); in ~FaultLoggerPipe2()
H A Dfault_logger_daemon.cpp369 if ((faultLoggerPipe->faultLoggerPipeBuf_) != nullptr) { in HandleReadBuf()
370 fd = faultLoggerPipe->faultLoggerPipeBuf_->GetReadFd(); in HandleReadBuf()
376 if ((faultLoggerPipe->faultLoggerPipeBuf_) != nullptr) { in HandleWriteBuf()
377 fd = faultLoggerPipe->faultLoggerPipeBuf_->GetWriteFd(); in HandleWriteBuf()

Completed in 5 milliseconds