Home
last modified time | relevance | path

Searched defs:nread (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader_io.cpp53 ssize_t nread = 0; in ReadBuffer() local
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/
H A Dnet_server.cpp153 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, Ne… in TakeDiffactionsByStatus()
201 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead()
H A Dnetserver.cpp152 void NetServer::TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, Ne… in TakeDiffactionsByStatus()
200 void NetServer::AfterRead(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) in AfterRead()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dhilog_collector_impl.cpp52 ssize_t nread = read(readFd, buffer, sizeof(buffer) - 1); in ReadHilog() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signalhandler_exception.c92 ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(fd, controlBuffer, sizeof(controlBuffer) - 1)); in CheckReadResp() local
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_main.c72 ssize_t nread = readlink("/proc/self/exe", buf, sizeof(buf) - 1); in CheckPreload() local
/ohos5.0/base/startup/init/test/unittest/loopevent/
H A Dloopserver_unittest.cpp51 static void DecodeMessage(const char *buffer, size_t nread, uint32_t &cmd) in DecodeMessage()
94 static void TestOnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in TestOnReceiveRequest()
106 static void TestClientOnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in TestClientOnReceiveRequest()
H A Dloopevent_unittest.cpp53 static void OnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in OnReceiveRequest()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dtraffic_manager.cpp87 int nread = read(fd, buf, sizeof(long)); in GetInterfaceTrafficByType() local
H A Dinterface_manager.cpp102 int nread = read(fd, originMtuValue, (sizeof(char) * (MAX_MTU_LEN - 1))); in GetMtu() local
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp204 static bool CheckReadRequest(ssize_t nread, ssize_t size) in CheckReadRequest()
257 ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(connectionFd, buf.data(), REQUEST_BUF_SIZE)); in HandleRequest() local
332 …ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(connectionFd, &exception, sizeof(CrashDumpException))… in HandleExceptionRequest() local
495 int nread = OHOS_TEMP_FAILURE_RETRY(read(connectionFd, buf, sizeof(buf) - 1)); in HandlePrintTHilogClientRequest() local
/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_msgadp.c29 static void OnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in OnReceiveRequest()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_client.cpp93 ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(sockfd, ControlBuffer, sizeof(ControlBuffer) - 1)); in CheckReadResp() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp562 ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(fd, buffer, MAX_PIPE_SIZE)); in DoReadBuf() local
578 ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(fd, &res, sizeof(res))); in DoReadRes() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
H A Dfaultloggerdserver_fuzzer.cpp198 ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(sockfd, controlBuffer, sizeof(controlBuffer) - 1)); in CheckReadResp() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp865 ssize_t nread = -1; in GetStackInfo() local
942 ssize_t nread = TEMP_FAILURE_RETRY(read(fds[0], buffer, sizeof(buffer) - 1)); in GetHilog() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp60 int nread = TEMP_FAILURE_RETRY(read((fd), buf, BUF_SIZE_512 - 1)); in ConversionInform() local
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp1395 int32_t nread = 0; variable
1410 int32_t nread; variable