Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 53) sorted by relevance

123

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignContentInfo.java47 protected int length; field in SignContentHash
64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash()
95 public void addContentHashData(char type, char tag, short algId, int length, byte[] hash) { in addContentHashData()
DSigningBlock.java25 private int length; field in SigningBlock
DHwBlockHead.java46 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataOutput.java50 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
69 int length = buffer.remaining(); in write() local
DZipDataOutput.java34 void write(byte[] buffer, int offset, int length) throws IOException; in write()
DMessageDigestZipDataOutput.java35 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
/developtools/profiler/host/smartperf/ide/test/trace/database/ui-worker/
DProcedureWorkerSmaps.test.ts34 length: 1, variable
58 length: 0, variable
DProduceWorkerSdkCounter.test.ts35 length:1, variable
60 length:0, variable
/developtools/hdc/src/common/
Dusb.h29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()
Duart.cpp338 ssize_t HdcUARTBase::WriteUartDev(uint8_t *data, const size_t length, HdcUART &uart) in WriteUartDev()
518 bool HdcUARTBase::SendUARTRaw(HSession hSession, uint8_t *data, const size_t length) in SendUARTRaw()
652 void HdcUARTBase::RequestSendPackage(uint8_t *data, const size_t length, bool queue) in RequestSendPackage()
888 int HdcUARTBase::SendUARTData(HSession hSession, uint8_t *data, const size_t length) in SendUARTData()
Dusb.cpp74 int HdcUSBBase::SendUSBBlock(HSession hSession, uint8_t *data, const int length) in SendUSBBlock()
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Devent_parser_test.cpp1094 size_t length{0}; variable
1110 size_t length{0}; variable
1126 size_t length{3}; variable
1143 size_t length{3}; variable
1160 size_t length{4}; variable
1177 size_t length{4}; variable
1194 size_t length{4}; variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp75 auto length = std::distance(startValueToSymAddr->begin(), end); in GetSymbolNameIndexFromSymVaddr() local
122 auto length = std::distance(startToMapsAddr->begin(), end); in GetSymbolNameIndexFromElfSym() local
/developtools/profiler/device/plugins/sample_plugin/src/
Dsample_plugin.cpp66 uint32_t length = dataProto.ByteSizeLong(); in Report() local
/developtools/profiler/device/plugins/diskio_plugin/src/
Ddiskio_data_plugin.cpp70 uint32_t length; in Report() local
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c287 void MmapWriteFile(char* pMap, int length, char* data) in MmapWriteFile()
297 char* MmapReadFile(char* pMap, int length) in MmapReadFile()
377 char* ReadMmap(int length) in ReadMmap()
Dmalloc_test.cpp307 static void MmapWriteFile(char* pMap, int length, const char* data) in MmapWriteFile()
317 static char* MmapReadFile(const char* pMap, int length) in MmapReadFile()
393 static char* ReadMmap(int length) in ReadMmap()
/developtools/global_resource_tool/src/
Dresource_item.cpp48 bool ResourceItem::SetData(const int8_t *data, uint32_t length) in SetData()
Dresource_append.cpp511 bool ResourceAppend::LoadResourceItemFromMem(const char buffer[], int32_t length) in LoadResourceItemFromMem()
562 string ResourceAppend::ParseString(const char buffer[], int32_t length, int32_t &offset) const in ParseString()
579 int32_t ResourceAppend::ParseInt32(const char buffer[], int32_t length, int32_t &offset) const in ParseInt32()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp565 void* addr, size_t length, int prot, int flags, int fd, off_t offset) in hook_mmap()
635 int hook_munmap(int(*fn)(void*, size_t), void* addr, size_t length) in hook_munmap() argument
826 void* ohos_malloc_hook_mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in ohos_malloc_hook_mmap()
834 int ohos_malloc_hook_munmap(void* addr, size_t length) in ohos_malloc_hook_munmap()
Druntime_stack_range.cpp114 int length = 0; in GetAnUnlimitedLine() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dplugin_service_types.proto83 uint32 length = 3; field
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_header.h37 uint64_t length = HEADER_SIZE; // 总长度,可用于检验文件是否被截断; member
/developtools/profiler/host/smartperf/client/client_command/
DCPU.cpp91 const int length = 3; in GetCpuLoad() local
/developtools/hdc/src/daemon/
Ddaemon_usb.cpp294 …dcDaemonUSB::SendUSBIOSync(HSession hSession, HUSB hMainUSB, const uint8_t *data, const int length) in SendUSBIOSync()
327 int HdcDaemonUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw()

123