/developtools/profiler/host/smartperf/trace_streamer/src/base/ |
D | file.cpp | 43 ssize_t Read(int fd, uint8_t* dst, size_t dstSize) in Read() 59 int fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile() local 61 int fd(open(path.c_str(), flags | O_CLOEXEC, mode)); in OpenFile() local
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | file_utils.cpp | 31 std::string FileUtils::ReadFile(int fd) in ReadFile() 56 int fd = open(realPath, O_RDONLY); in ReadFile() local 103 int fd = open(path.c_str(), flags, mode); in WriteFile() local
|
/developtools/profiler/device/base/src/ |
D | event_notifier.cpp | 34 EventNotifierPtr EventNotifier::CreateWithFd(int fd) in CreateWithFd() 52 EventNotifier::EventNotifier(int fd) : fd_(fd), flags_(0) in EventNotifier()
|
D | epoll_event_poller.cpp | 43 bool EpollEventPoller::AddFileDescriptor(int fd, in AddFileDescriptor() 58 bool EpollEventPoller::RemoveFileDescriptor(int fd) in RemoveFileDescriptor() 215 for (int fd : fileDescriptors_) { in Finalize() local
|
D | common.cpp | 66 … int fd = open(fileName.c_str(), O_WRONLY | O_CREAT, static_cast<mode_t>(0664)); // 0664: rw-rw-r-- in IsProcessRunning() local 204 int fd[PIPE_LEN]; in CustomPopen() local
|
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
D | file_utils_test.cpp | 56 int fd = open(path_.c_str(), O_RDONLY); variable 71 int fd = -1; variable
|
D | sub_event_parser_test.cpp | 137 int fd = open(traceRaw.c_str(), O_EXCL); variable
|
D | ftrace_parser_test.cpp | 164 int fd = open(traceRaw.c_str(), O_EXCL); variable
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
D | file_system_data_parser.cpp | 104 auto fd = GetFileDescriptor(fsFixedHeadrAddr, type); in ParseFileSystemEvent() local 134 int32_t fd = INVALID_INT32; in GetFileDescriptor() local
|
/developtools/profiler/device/plugins/api/test/unittest/ |
D | plugin_watcher_test.cpp | 84 int fd = creat((dirPath + it).c_str(), DEAFULT_FILE_MODE); in CreateFile() local 94 int fd = creat((dirPath + it).c_str(), DEAFULT_FILE_MODE); in AddFile() local
|
D | buffer_write_test.cpp | 38 int fd = syscall(SYS_memfd_create, SMB1_NAME.c_str(), 0); in InitShareMemory1() local 75 int fd = syscall(SYS_memfd_create, SMB2_NAME.c_str(), 0); in InitShareMemory2() local
|
/developtools/hdc/src/common/ |
D | async_cmd.h | 49 int fd = 0; variable
|
/developtools/profiler/device/services/shared_memory/test/unittest/ |
D | shared_memory_allocator_test.cpp | 105 int fd = syscall(SYS_memfd_create, "testnameremote", 0); variable
|
/developtools/profiler/host/smartperf/ide/src/trace/ |
D | SpApplication.ts | 484 const fd = new FormData() constant 980 const fd = new FormData() constant
|
/developtools/profiler/device/services/shared_memory/src/ |
D | share_memory_block.cpp | 61 bool ShareMemoryBlock::CreateBlockWithFd(std::string name, uint32_t size, int fd) in CreateBlockWithFd() 89 int fd = OHOS::AshmemCreate(name.c_str(), size); in CreateBlock() local 144 ShareMemoryBlock::ShareMemoryBlock(const std::string& name, uint32_t size, int fd) : ShareMemoryBlo… in ShareMemoryBlock()
|
D | share_memory_allocator.cpp | 74 …moryBlockPtr ShareMemoryAllocator::CreateMemoryBlockRemote(std::string name, uint32_t size, int fd) in CreateMemoryBlockRemote()
|
/developtools/hdc/src/daemon/ |
D | daemon_unity.cpp | 93 int fd; in FindMountDeviceByPath() local 128 int fd; in RemountPartition() local
|
D | main.cpp | 110 int fd = i; in BackgroundRun() local
|
/developtools/profiler/host/smartperf/trace_streamer/src/ |
D | main.cpp | 92 bool ReadAndParser(SysTuning::TraceStreamer::TraceStreamerSelector& ta, int fd) in ReadAndParser() 125 int fd(OpenFile(traceFilePath, O_RDONLY, G_FILE_PERMISSION)); in OpenAndParserFile() local
|
/developtools/profiler/device/base/include/ |
D | epoll_event_poller.h | 53 int fd = INVALID_FD; member
|
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/ |
D | ebpf_file_system_test.cpp | 123 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0]; variable 205 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0]; variable 286 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0]; variable 368 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0]; variable
|
/developtools/profiler/device/plugins/diskio_plugin/src/ |
D | diskio_data_plugin.cpp | 105 int fd = -1; in ReadFile() local
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
D | memory_data_plugin.cpp | 451 int32_t MemoryDataPlugin::ReadFile(int fd) in ReadFile() 475 int fd = open(realPath, O_RDONLY); in ReadFile() local 519 int fd = open(realPath, O_RDONLY | O_CLOEXEC); in OpenProcPidFiles() local 566 int fd = -1; in ReadProcPidFile() local
|
/developtools/profiler/device/plugins/hisysevent_plugin/src/ |
D | hisysevent_plugin.cpp | 219 int fd[PIPE_LEN]; in CustomPopen() local
|
/developtools/profiler/device/plugins/native_hook/test/unittest/ |
D | stack_writer_test.cpp | 37 int fd = syscall(SYS_memfd_create, SMB_NAME.c_str(), 0); in InitShareMemory() local
|