Home
last modified time | relevance | path

Searched defs:size (Results 2276 - 2300 of 12765) sorted by relevance

1...<<919293949596979899100>>...511

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/publisher_fuzzer/
H A Dpublisher_fuzzer.cpp54 void PublisherListenerFuzzTest(const uint8_t* data, size_t size) in PublisherListenerFuzzTest() argument
62 std::string message(reinterpret_cast<const char*>(data), size); in PublisherListenerFuzzTest() local
72 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sinkservice/dscreenservice/dscreensinkstub_fuzzer/
H A Ddscreensinkstub_fuzzer.cpp46 void DscreenSinkStubFuzzTest(const uint8_t* data, size_t size) in DscreenSinkStubFuzzTest() argument
57 std::string dhId(reinterpret_cast<const char*>(data), size); in DscreenSinkStubFuzzTest() local
58 std::string devId(reinterpret_cast<const char*>(data), size); in DscreenSinkStubFuzzTest() local
59 std::string reqId(reinterpret_cast<const char*>(data), size); in DscreenSinkStubFuzzTest() local
60 std::string dataStr(reinterpret_cast<const char*>(data), size); in DscreenSinkStubFuzzTest() local
79 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/filemanagement/app_file_service/tests/mock/module_external/
H A Dsms_adapter_mock.cpp28 int32_t StorageMgrAdapter::UpdateMemPara(int32_t size) in UpdateMemPara() argument
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Dcloud_asset_read_session.cpp34 int64_t CloudAssetReadSession::PRead(int64_t offset, int64_t size, char *buffer, CloudError &error) in PRead() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_packet.h30 explicit ObexPacket(uint16_t size) in ObexPacket() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_util.cpp30 ssize_t size = send(sockFd, buf, sendSize, 0); in SocketSendData() local
76 ssize_t size = sendmsg(sockFd, &msghdr, 0); in SocketSendFd() local
78 ssize_t size = sendmsg(sockFd, &msghdr, MSG_NOSIGNAL); in SocketSendFd() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dallocator.c35 void *SysMalloc(size_t size) in SysMalloc() argument
40 void *SysCalloc(size_t size) in SysCalloc() argument
52 static void *AllocatorMalloc(size_t size) in AllocatorMalloc() argument
57 static void *AllocatorCalloc(size_t size) in AllocatorCalloc() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c92 SdpDescriptorSize size = type & 0x07; in SdpGetLengthFromType() local
/foundation/communication/bluetooth_service/test/fuzztest/host/cancelpaireddevice_fuzzer/
H A Dcancelpaireddevice_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dhcp/test/fuzztest/commonutil_fuzzer/
H A Dcommonutil_fuzzer.cpp29 void CommonUtilFuzzTest(const uint8_t* data, size_t size) in CommonUtilFuzzTest() argument
42 void GetFilePathTest(const uint8_t* data, size_t size) in GetFilePathTest() argument
48 void GetLeaseFileTest(const uint8_t* data, size_t size) in GetLeaseFileTest() argument
55 void CreatePathTest(const uint8_t* data, size_t size) in CreatePathTest() argument
62 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpclient_fuzzer/
H A Ddhcpclient_fuzzer.cpp27 bool DhcpClientFuzzerTest(const uint8_t* data, size_t size) in DhcpClientFuzzerTest() argument
46 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dhcp/test/fuzztest/dhcpclientcbkstub_fuzzer/
H A Ddhcpclientcbkstub_fuzzer.cpp30 void OnGetSupportedFeaturesTest(const uint8_t* data, size_t size) in OnGetSupportedFeaturesTest() argument
45 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dhcp/test/fuzztest/dhcpservercbkstub_fuzzer/
H A Ddhcpservercbkstub_fuzzer.cpp31 void OnGetSupportedFeaturesTest(const uint8_t* data, size_t size) in OnGetSupportedFeaturesTest() argument
46 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp26 bool DhcpServerFuzzerTest(const uint8_t* data, size_t size) in DhcpServerFuzzerTest() argument
60 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hiview.cpp57 void SoftBusGenHiviewHash(const char *deviceId, char *buf, uint32_t size) in SoftBusGenHiviewHash() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlf_ring.h48 FILLP_ULONG size; member
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dfillp_os.c133 FILLP_INT SysArchSetSockSndbuf(FILLP_INT sock, FILLP_UINT size) in SysArchSetSockSndbuf() argument
142 FILLP_INT SysArchSetSockRcvbuf(FILLP_INT sock, FILLP_UINT size) in SysArchSetSockRcvbuf() argument
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_file.cpp20 MtpFsTypeFile::MtpFsTypeFile(uint32_t id, uint32_t parentId, uint32_t storageId, const std::string &name, uint64_t size, in MtpFsTypeFile() argument
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextconnection_fuzzer/
H A Dfileaccessextconnection_fuzzer.cpp70 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/filemanagement/storage_service/test/fuzztest/fileutils_fuzzer/
H A Dfileutils_fuzzer.cpp21 bool FileUtilFuzzTest(const uint8_t *data, size_t size) in FileUtilFuzzTest() argument
28 std::string metaData(reinterpret_cast<const char *>(data), size); in FileUtilFuzzTest() local
45 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperloader_fuzzer/
H A Deglwrapperloader_fuzzer.cpp52 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
78 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperlayer_fuzzer/
H A Deglwrapperlayer_fuzzer.cpp50 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
72 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappersurface_fuzzer/
H A Deglwrappersurface_fuzzer.cpp52 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
77 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperobject_fuzzer/
H A Deglwrapperobject_fuzzer.cpp52 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
73 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/third_party/elfutils/libelf/
H A Delf_getdata_rawchunk.c43 elf_getdata_rawchunk (Elf *elf, int64_t offset, size_t size, Elf_Type type) in elf_getdata_rawchunk() argument
[all...]

Completed in 12 milliseconds

1...<<919293949596979899100>>...511