Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/services/
Dfault_logger_daemon.cpp360 FaultLoggerPipe2* faultLoggerPipe) in HandleReadBuf()
371 void FaultLoggerDaemon::HandleWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleWriteBuf()
379 FaultLoggerPipe2* faultLoggerPipe) in HandleReadRes()
390 void FaultLoggerDaemon::HandleWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleWriteRes()
403 FaultLoggerPipe2* faultLoggerPipe) in HandleJsonReadBuf()
414 void FaultLoggerDaemon::HandleJsonWriteBuf(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleJsonWriteBuf()
422 FaultLoggerPipe2* faultLoggerPipe) in HandleJsonReadRes()
433 void FaultLoggerDaemon::HandleJsonWriteRes(int& fd, FaultLoggerPipe2* faultLoggerPipe) in HandleJsonWriteRes()
441 FaultLoggerPipe2* faultLoggerPipe) in HandleRequestByPipeType()
491 FaultLoggerPipe2* faultLoggerPipe = faultLoggerPipeMap_->Get(request->pid); in HandlePipeFdClientRequest() local
/base/hiviewdfx/faultloggerd/test/unittest/services/
Dfaultlogger_daemon_test.cpp493 FaultLoggerPipe2* faultLoggerPipe = new FaultLoggerPipe2(GetTimeMilliSeconds()); variable