Home
last modified time | relevance | path

Searched refs:FaultLoggerPipe2 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.cpp119 FaultLoggerPipe2::FaultLoggerPipe2(uint64_t time, bool isJson) in FaultLoggerPipe2() function in OHOS::HiviewDFX::FaultLoggerPipe2
131 FaultLoggerPipe2::~FaultLoggerPipe2() in ~FaultLoggerPipe2()
149 std::map<int, std::unique_ptr<FaultLoggerPipe2> >::iterator iter = faultLoggerPipes_.begin(); in ~FaultLoggerPipeMap()
159 …std::unique_ptr<FaultLoggerPipe2> ptr = std::unique_ptr<FaultLoggerPipe2>(new FaultLoggerPipe2(tim… in Set()
167 …std::map<int, std::unique_ptr<FaultLoggerPipe2> >::const_iterator iter = faultLoggerPipes_.find(pi… in Check()
178 FaultLoggerPipe2* FaultLoggerPipeMap::Get(int pid) in Get()
190 …std::map<int, std::unique_ptr<FaultLoggerPipe2> >::const_iterator iter = faultLoggerPipes_.find(pi… in Del()
198 …std::map<int, std::unique_ptr<FaultLoggerPipe2> >::const_iterator iter = faultLoggerPipes_.find(pi… in Find()
H A Dfault_logger_daemon.h73 FaultLoggerPipe2* faultLoggerPipe);
74 void HandleWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe);
76 FaultLoggerPipe2* faultLoggerPipe);
77 void HandleWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe);
79 FaultLoggerPipe2* faultLoggerPipe);
80 void HandleJsonWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe);
82 FaultLoggerPipe2* faultLoggerPipe);
83 void HandleJsonWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe);
86 FaultLoggerPipe2* faultLoggerPipe);
H A Dfault_logger_pipe.h46 class FaultLoggerPipe2 {
48 explicit FaultLoggerPipe2(uint64_t time, bool isJson = false);
49 ~FaultLoggerPipe2();
64 FaultLoggerPipe2* Get(int pid);
71 std::map<int, std::unique_ptr<FaultLoggerPipe2> > faultLoggerPipes_;
H A Dfault_logger_daemon.cpp342 FaultLoggerPipe2* faultLoggerPipe) in HandleReadBuf()
353 void FaultLoggerDaemon::HandleWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleWriteBuf()
361 FaultLoggerPipe2* faultLoggerPipe) in HandleReadRes()
372 void FaultLoggerDaemon::HandleWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleWriteRes()
385 FaultLoggerPipe2* faultLoggerPipe) in HandleJsonReadBuf()
396 void FaultLoggerDaemon::HandleJsonWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleJsonWriteBuf()
404 FaultLoggerPipe2* faultLoggerPipe) in HandleJsonReadRes()
415 void FaultLoggerDaemon::HandleJsonWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleJsonWriteRes()
423 FaultLoggerPipe2* faultLoggerPipe) in HandleRequestByPipeType()
473 FaultLoggerPipe2* faultLoggerPipe = faultLoggerPipeMap_->Get(request->pid); in HandlePipeFdClientRequest()
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
H A Dfaultloggerdserver_fuzzer.cpp211 …std::unique_ptr<FaultLoggerPipe2> ptr = std::make_unique<FaultLoggerPipe2>(GetTimeMilliSeconds(), … in HandleRequestByPipeTypeCommon()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_daemon_test.cpp493 FaultLoggerPipe2* faultLoggerPipe = new FaultLoggerPipe2(GetTimeMilliSeconds());