Searched refs:FaultLoggerPipe2 (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_pipe.cpp | 119 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(time, isJson)); in Set() 167 std::map<int, std::unique_ptr<FaultLoggerPipe2> >::const_iterator iter = faultLoggerPipes_.find(pid); in Check() 178 FaultLoggerPipe2* FaultLoggerPipeMa [all...] |
H A D | fault_logger_pipe.h | 45 class FaultLoggerPipe2 { class 47 explicit FaultLoggerPipe2(uint64_t time, bool isJson = false); 48 ~FaultLoggerPipe2(); 63 FaultLoggerPipe2* Get(int pid); 70 std::map<int, std::unique_ptr<FaultLoggerPipe2> > faultLoggerPipes_;
|
H A D | fault_logger_daemon.h | 73 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 D | fault_logger_daemon.cpp | 363 FaultLoggerPipe2* faultLoggerPipe) in HandleReadBuf() 374 void FaultLoggerDaemon::HandleWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleWriteBuf() 382 FaultLoggerPipe2* faultLoggerPipe) in HandleReadRes() 393 void FaultLoggerDaemon::HandleWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleWriteRes() 406 FaultLoggerPipe2* faultLoggerPipe) in HandleJsonReadBuf() 417 void FaultLoggerDaemon::HandleJsonWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleJsonWriteBuf() 425 FaultLoggerPipe2* faultLoggerPipe) in HandleJsonReadRes() 436 void FaultLoggerDaemon::HandleJsonWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleJsonWriteRes() 444 FaultLoggerPipe2* faultLoggerPipe) in HandleRequestByPipeType() 495 FaultLoggerPipe2* faultLoggerPip in HandlePipeFdClientRequest() [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/services/ |
H A D | faultlogger_daemon_test.cpp | 499 void TestHandleRequestByPipeType(std::shared_ptr<FaultLoggerDaemon> daemon, FaultLoggerPipe2* faultLoggerPipe, in TestHandleRequestByPipeType() 525 FaultLoggerPipe2* faultLoggerPipe = new FaultLoggerPipe2(GetTimeMilliSeconds()); in HWTEST_F() 532 FaultLoggerPipe2* faultLoggerJsonPipe = new FaultLoggerPipe2(GetTimeMilliSeconds(), true); in HWTEST_F() 619 std::unique_ptr<FaultLoggerPipe2> ptr = std::make_unique<FaultLoggerPipe2>(GetTimeMilliSeconds(), isJson); in HandleRequestByPipeTypeCommon()
|
H A D | faultlogger_pipe_test.cpp | 116 FaultLoggerPipe2 faultLoggerPipe2(time(nullptr), true); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/ |
H A D | faultloggerdserver_fuzzer.cpp | 211 std::unique_ptr<FaultLoggerPipe2> ptr = std::make_unique<FaultLoggerPipe2>(GetTimeMilliSeconds(), isJson); in HandleRequestByPipeTypeCommon()
|
Completed in 5 milliseconds