Home
last modified time | relevance | path

Searched defs:faultLoggerPipe (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/services/
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() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_daemon_test.cpp493 FaultLoggerPipe2* faultLoggerPipe = new FaultLoggerPipe2(GetTimeMilliSeconds()); variable