Home
last modified time | relevance | path

Searched refs:DAEMON_RESP (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp72 static const std::string DAEMON_RESP = "RESP:COMPLETE"; member
347 DAEMON_RESP.c_str(), DAEMON_RESP.length())) != static_cast<ssize_t>(DAEMON_RESP.length())) { in HandleExceptionRequest()
348 DFXLOGE("[%{public}d]: %{public}s :: Failed to write DAEMON_RESP.", __LINE__, FAULTLOGGERD_TAG.c_str()); in HandleExceptionRequest()
514 DAEMON_RESP.c_str(), DAEMON_RESP.length())) != static_cast<ssize_t>(DAEMON_RESP.length())) { in HandlePrintTHilogClientRequest()
515 DFXLOGE("[%{public}d]: %{public}s :: Failed to write DAEMON_RESP.", __LINE__, FAULTLOGGERD_TAG.c_str()); in HandlePrintTHilogClientRequest()
542 if (OHOS_TEMP_FAILURE_RETRY(write(connectionFd, DAEMON_RESP in SecurityCheck()
[all...]

Completed in 2 milliseconds