Searched refs:CreateFileForRequest (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | main.cpp | 33 … int fd = daemon.CreateFileForRequest(type, request->pid, request->tid, request->timeStamp, false); in DoGetCrashFd()
|
H A D | fault_logger_daemon.h | 51 …int32_t CreateFileForRequest(int32_t type, int32_t pid, int32_t tid, uint64_t time, bool debugFlag…
|
H A D | fault_logger_daemon.cpp | 300 int fd = CreateFileForRequest(request->type, request->pid, request->tid, request->time, false); in HandleDefaultClientRequest() 313 int fd = CreateFileForRequest(request->type, request->pid, request->tid, request->time, true); in HandleLogFileDesClientRequest() 675 int32_t FaultLoggerDaemon::CreateFileForRequest(int32_t type, int32_t pid, int32_t tid, in CreateFileForRequest() function in OHOS::HiviewDFX::FaultLoggerDaemon
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/services/ |
H A D | faultlogger_daemon_test.cpp | 154 int fd = daemon->CreateFileForRequest(type, pid, 0, time, false); 175 int fd = daemon->CreateFileForRequest(type, pid, 0, time, false); 178 fd = daemon->CreateFileForRequest(type, pid, 0, time, false);
|