| /developtools/profiler/device/services/shared_memory/test/unittest/ |
| H A D | shared_memory_allocator_test.cpp | 104 int fd = syscall(SYS_memfd_create, "testnameremote", 0); in HWTEST_F() local
|
| /developtools/profiler/device/plugins/native_daemon/ |
| H A D | native_daemon_client.cpp | 29 uint32_t fd = static_cast<uint32_t>(open(("/data/local/tmp/test_dump_file" + postfix + ".htrace").c_str(), in TestDumpFile() local 162 uint32_t fd = TestDumpFile(); in main() local
|
| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
| H A D | native_memory_profiler_sa_proxy.cpp | 47 int32_t NativeMemoryProfilerSaProxy::DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config) in DumpData() argument
|
| H A D | native_memory_profiler_sa_client_manager.cpp | 85 int32_t NativeMemoryProfilerSaClientManager::DumpData(uint32_t fd, in DumpData() argument 122 int32_t NativeMemoryProfilerSaClientManager::GetMallocStats(int fd, int pid, int type) in GetMallocStats() argument
|
| H A D | native_memory_profiler_sa_stub.cpp | 90 uint32_t fd = static_cast<uint32_t>(data.ReadFileDescriptor()); in StubDumpFile() local
|
| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/ |
| H A D | native_memory_profiler_sa_client_manager_test.cpp | 114 uint32_t fd = open("/data/local/tmp/test_dump_data.htrace", in HWTEST_F() local
|
| H A D | native_memory_profiler_sa_service_test.cpp | 70 uint32_t fd = open("/data/local/tmp/test_dump_data.htrace", in HWTEST_F() local
|
| /developtools/profiler/device/base/src/ |
| H A D | event_notifier.cpp | 34 EventNotifierPtr EventNotifier::CreateWithFd(int fd) in CreateWithFd() argument 52 EventNotifier::EventNotifier(int fd) : fd_(fd), flags_(0) in EventNotifier() argument
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| H A D | file_utils_test.cpp | 55 int fd = open(path_.c_str(), O_RDONLY); in HWTEST_F() local 70 int fd = -1; in HWTEST_F() local
|
| H A D | sub_event_parser_test.cpp | 145 int fd = open(traceRaw.c_str(), O_EXCL); in HWTEST_F() local
|
| H A D | ftrace_parser_test.cpp | 173 int fd = open(traceRaw.c_str(), O_EXCL); in HWTEST_F() local
|
| /developtools/hapsigner/hapsigntool_cpp/common/include/ |
| H A D | random_access_file.h | 58 int32_t fd = 0; member in OHOS::SignatureTools::RandomAccessFile
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| H A D | sendmsg.cpp | 27 extern "C" int SendMsg(int socketFd, int fd, char* data, int size)
in SendMsg() argument
|
| H A D | mount.cpp | 70 int fd;
in RemountPartition() local
|
| H A D | uart_wrapper.cpp | 37 extern "C" int32_t SetSerialExt(int32_t fd, int32_t nSpeed, int32_t nBits, uint8_t nEvent, int32_t nStop) in SetSerialExt() argument 44 extern "C" SerializedBuffer ReadUartDevExt(int32_t fd, uint32_t expectedSize) in ReadUartDevExt() argument 60 extern "C" int32_t WriteUartDevExt(int32_t fd, SerializedBuffer buf) in WriteUartDevExt() argument 66 extern "C" uint8_t CloseSerialPortExt(int32_t fd) in CloseSerialPortExt() argument [all...] |
| H A D | usb_wrapper.cpp | 35 int fd = -1; in OpenEpPointEx() local 43 extern "C" int32_t CloseUsbFdEx(int32_t fd) in CloseUsbFdEx() argument
|
| /developtools/profiler/device/services/shared_memory/src/ |
| H A D | share_memory_allocator.cpp | 74 ShareMemoryBlockPtr ShareMemoryAllocator::CreateMemoryBlockRemote(std::string name, uint32_t size, int fd) in CreateMemoryBlockRemote() argument
|
| /developtools/profiler/hiebpf/src/ |
| H A D | bpf_log_reader.cpp | 115 int fd = open(confPath_.c_str(), O_WRONLY); in EnableTracePipe() local
|
| H A D | ringbuffer.cpp | 70 ssize_t RingBuffer::Read(const int fd, const std::size_t len) in Read() argument 115 ssize_t RingBuffer::Write(const int fd, std::size_t len) in Write() argument
|
| /developtools/hdc/src/common/ |
| H A D | task.cpp | 120 int fd = hSession->ctrlFd[STREAM_WORK]; in ThreadCtrlCommunicate() local
|
| H A D | async_cmd.h | 53 int fd = 0; member in Hdc::AsyncCmd
|
| /developtools/profiler/device/base/include/ |
| H A D | epoll_event_poller.h | 53 int fd = INVALID_FD; member
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| H A D | file_utils.cpp | 31 std::string FileUtils::ReadFile(int fd) in ReadFile() argument 57 int fd = open(realPath, O_RDONLY); in ReadFile() local 99 int fd = open(path.c_str(), flags, mode); in WriteFile() local [all...] |
| /developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
| H A D | params_trust_list.cpp | 61 void ParamsTrustList::ReadHelpParam(std::istringstream& fd) in ReadHelpParam() argument
|
| /developtools/profiler/hiebpf/test/unittest/ |
| H A D | bpf_controller_test.cpp | 77 int fd = open(FILE_NAME.c_str(), O_RDWR | O_CREAT, FILE_MODE); in HWTEST_F() local
|