| /developtools/hdc/src/common/ |
| D | tcp.cpp | 115 int rc = send(fd, reinterpret_cast<const char*>(data), cnt, 0); in WriteUvTcpFd() local 116 if (rc < 0) { in WriteUvTcpFd() 127 WRITE_LOG(LOG_FATAL, "WriteUvTcpFd fd:%d send rc:%d err:%d", fd, rc, err); in WriteUvTcpFd() 132 data += rc; in WriteUvTcpFd() 133 cnt -= rc; in WriteUvTcpFd()
|
| D | file_descriptor.cpp | 92 int rc = select(thisClass->fdIO + 1, &rset, nullptr, nullptr, &timeout); in FileIOOnThread() local 93 if (rc < 0) { in FileIOOnThread() 96 } else if (rc == 0) { in FileIOOnThread() 263 ssize_t rc = write(fdIO, data, cnt); in CtxFileIOWrite() local 264 if (rc < 0 ) { in CtxFileIOWrite() 269 WRITE_LOG(LOG_FATAL, "CtxFileIOWrite fdIO:%d rc:%d error:%d", fdIO, rc, errno); in CtxFileIOWrite() 273 data += rc; in CtxFileIOWrite() 274 cnt -= static_cast<size_t>(rc); in CtxFileIOWrite()
|
| D | base.cpp | 190 int rc = uv_fs_chmod(nullptr, &req, path.c_str(), 0664, nullptr); in ChmodLogFile() local 191 if (rc < 0) { in ChmodLogFile() 193 uv_strerror_r(rc, buffer, BUF_SIZE_DEFAULT); in ChmodLogFile() 866 int rc = 0; in ProgramMutex() local 868 rc = uv_fs_ftruncate(nullptr, &req, fd, 0, nullptr); in ProgramMutex() 869 if (rc == -1) { in ProgramMutex() 878 rc = uv_fs_write(nullptr, &req, fd, &wbf, 1, 0, nullptr); in ProgramMutex() 879 if (rc == -1) { in ProgramMutex() 1467 string rc(ustr); in UnicodeToUtf8() local 1470 return rc; in UnicodeToUtf8() [all …]
|
| /developtools/hdc/src/host/ |
| D | server_for_client.cpp | 104 int rc = uv_ip6_addr(channelHost.c_str(), channelPort, &addr); in SetTCPListen() local 105 if (rc != 0) { in SetTCPListen() 106 uv_strerror_r(rc, buffer, BUF_SIZE_DEFAULT); in SetTCPListen() 107 WRITE_LOG(LOG_FATAL, "uv_ip6_addr %d %s", rc, buffer); in SetTCPListen() 110 rc = uv_tcp_bind(&tcpListen, (const struct sockaddr *)&addr, 0); in SetTCPListen() 111 if (rc != 0) { in SetTCPListen() 112 WRITE_LOG(LOG_WARN, "uv_tcp_bind ipv6 %d", rc); in SetTCPListen() 113 if (rc == -EAFNOSUPPORT) { in SetTCPListen() 120 rc = uv_tcp_bind(&tcpListen, (const struct sockaddr *)&addr4v, 0); in SetTCPListen() 121 if (rc != 0) { in SetTCPListen() [all …]
|
| D | ext_client.cpp | 49 int rc = uv_dlopen(path.c_str(), &lib); in Init() local 50 if (rc != 0) { in Init() 156 int rc = uv_dlsym(&lib, name, (void **) &listTargets); in ListTargets() local 157 if (rc != 0) { in ListTargets() 314 int rc = uv_dlsym(&lib, name, (void **) &command); in HandleLib() local 315 if (rc != 0) { in HandleLib() 356 int rc = uv_dlopen(path.c_str(), &uvLib); in WaitForExtent() local 357 if (rc != 0) { in WaitForExtent() 430 int rc = uv_dlsym(lib, name, (void **) ®istExec); in RegistExecFunc() local 431 if (rc == 0) { in RegistExecFunc()
|
| D | client.cpp | 94 int rc = uv_kill(pid, signNum); in StartKillServer() local 95 if (rc == 0) { in StartKillServer() 100 uv_strerror_r(rc, buf, size); in StartKillServer()
|
| D | server.cpp | 89 int rc = (static_cast<HdcServerForClient *>(clsServerForClient))->Initial(); in Initial() local 90 if (rc != RET_SUCCESS) { in Initial()
|
| /developtools/hdc/test/unittest/script/coverage/ |
| D | lcov.sh | 54 genhtml --demangle-cpp --rc genhtml_hi_limit=70 --rc genhtml_med_limit=50 -o $TEST_OUT/html $TEST_…
|
| /developtools/hdc/src/daemon/ |
| D | main.cpp | 241 int rc = setuid(0); in NeedDropRootPrivileges() local 242 if (rc != 0) { in NeedDropRootPrivileges() 247 WRITE_LOG(LOG_DEBUG, "Root run rc:%d", rc); in NeedDropRootPrivileges()
|
| /developtools/hiperf/src/ |
| D | perf_file_writer.cpp | 77 bool rc = true; in Close() local 80 rc = false; in Close() 83 rc = false; in Close() 88 rc = false; in Close() 116 return rc; in Close()
|
| D | utilities.cpp | 444 int rc = 0; in UncompressFile() local 445 const char *err = gzerror(fgz.get(), &rc); in UncompressFile() 446 if (rc != Z_OK) { in UncompressFile() 447 HLOGE("gzfread return %d:%s", rc, err); in UncompressFile()
|
| D | perf_events.cpp | 1081 int rc = ioctl(item.fd.Get(), PERF_EVENT_IOC_SET_OUTPUT, mmapItem.fd); in CreateMmap() local 1082 if (rc != 0) { in CreateMmap()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 367 int rc = 0; in UncompressFile() local 368 const char *err = gzerror(fgz.get(), &rc); in UncompressFile() 369 if (rc != Z_OK) { in UncompressFile() 370 HLOGE("gzfread return %d:%s", rc, err); in UncompressFile()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | net.proto | 99 int32 rc = 3; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | net.proto | 99 int32 rc = 3; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | net.proto | 99 int32 rc = 3; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | net.proto | 99 int32 rc = 3; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | net.proto | 99 int32 rc = 3; field
|
| /developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
| D | ftrace_net_event_formatter.cpp | 107 msg.name().c_str(), msg.skbaddr(), msg.len(), msg.rc()); in __anoncd647f7b0b02()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 50376 int rc; member 65859 struct rc_dec rc; member 66409 struct rc { struct 98460 int rc; member 107779 u8 rc; member 148858 int rc; member 149061 int rc; member
|
| /developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/1/ |
| D | smaps | 28954 f44aa000-f44ab000 r--s 00000000 00:11 7391 /dev/cgroup_info/cgroup.rc
|