Home
last modified time | relevance | path

Searched refs:CreateFileForRequest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dmain.cpp33 … int fd = daemon.CreateFileForRequest(type, request->pid, request->tid, request->timeStamp, false); in DoGetCrashFd()
H A Dfault_logger_daemon.h51 …int32_t CreateFileForRequest(int32_t type, int32_t pid, int32_t tid, uint64_t time, bool debugFlag…
H A Dfault_logger_daemon.cpp300 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 Dfaultlogger_daemon_test.cpp154 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);