| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | stack_writer_test.cpp | 120 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1); variable 144 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, 0, -1); variable 170 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1); variable 202 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1, true); variable 229 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1, false); variable 245 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, 0, -1, true); variable 396 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1); variable 413 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, 0, -1); variable 430 auto write = std::make_shared<StackWriter>("", SMB_SIZE, 0, -1); variable
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | ZipDataOutput.java | 35 void write(byte[] buffer, int offset, int length) throws IOException; in write() method 43 void write(ByteBuffer buffer) throws IOException; in write() method
|
| D | MessageDigestZipDataOutput.java | 35 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in MessageDigestZipDataOutput 42 public void write(ByteBuffer buffer) throws IOException { in write() method in MessageDigestZipDataOutput
|
| D | RandomAccessFileZipDataOutput.java | 61 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in RandomAccessFileZipDataOutput 79 public void write(ByteBuffer buffer) throws IOException { in write() method in RandomAccessFileZipDataOutput
|
| /developtools/profiler/device/plugins/network_profiler/test/unittest/ |
| D | network_profiler_test.cpp | 259 … auto write = std::make_shared<NetworkProfilerWriter>(WRITER_NAME, SMB1_SIZE, g_smbFd1, -1, false); variable 289 … auto write = std::make_shared<NetworkProfilerWriter>(WRITER_NAME, SMB1_SIZE, g_smbFd1, -1, false); variable 305 … auto write = std::make_shared<NetworkProfilerWriter>(WRITER_NAME, SMB1_SIZE, g_smbFd1, -1, false); variable 326 … auto write = std::make_shared<NetworkProfilerWriter>(WRITER_NAME, SMB1_SIZE, g_smbFd1, -1, false); variable 350 … auto write = std::make_shared<NetworkProfilerWriter>(WRITER_NAME, SMB1_SIZE, g_smbFd1, -1, false); variable 374 … auto write = std::make_shared<NetworkProfilerWriter>(WRITER_NAME, SMB1_SIZE, g_smbFd1, -1, false); variable 550 … auto write = std::make_shared<NetworkProfilerWriter>(WRITER_NAME, SMB1_SIZE, g_smbFd1, -1, false); variable
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | buffer_write_test.cpp | 158 …auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, PLUGIN_VERSION, SMB1_SIZE, g_smbFd1, -1, … variable 181 …auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, PLUGIN_VERSION, SMB2_SIZE, g_smbFd2, -1, … variable
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_writer.h | 92 TraceFileWriter* write; member
|
| /developtools/profiler/interfaces/kits/ |
| D | plugin_module_api.h | 169 WriteFuncPtr write = nullptr; member
|
| /developtools/profiler/tools/pagemap_parse/ |
| D | pagemap_parse.cpp | 39 char write; member
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 215 public static void write(byte[] content, File output) throws IOException { in write() method in FileUtils
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | forward.rs | 212 async fn write(id: u32, data: Vec<u8>) -> bool { in write() method
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 335 ssize_t (*write)(struct file *, const char *, size_t, loff_t *); member 5525 ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t); member 5592 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t); member 7025 ssize_t (*write)(struct kernfs_open_file *, char *, size_t, loff_t); member 8577 int (*write)(struct tty_struct *, const unsigned char *, int); member 8668 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t); member 17010 int (*write)(struct pci_bus *, unsigned int, int, int, u32); member 18239 int (*write)(struct kvm_vcpu *, struct kvm_io_device *, gpa_t, int, const void *); member 19099 void (*write)(struct kvm_vcpu *, gpa_t, unsigned int, long unsigned int); member 24043 void (*write)(struct console *, const char *, unsigned int); member [all …]
|