| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/ |
| H A D | rsproxynode_fuzzer.cpp | 54 bool DoRSProxyNode(const uint8_t* data, size_t size)
in DoRSProxyNode() argument 101 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
| H A D | rs_render_thread_test.cpp | 84 std::unique_ptr<RSTransactionData> data = std::make_unique<RSTransactionData>(); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
| H A D | rs_marshalling_helper.cpp | 518 bool RSMarshallingHelper::WriteToParcel(Parcel& parcel, const void* data, size_t size) in WriteToParcel() argument
|
| H A D | rs_ashmem_helper.cpp | 44 bool AshmemAllocator::WriteToAshmem(const void *data, size_t size) in WriteToAshmem() argument 70 void AshmemAllocator::Dealloc(void* data) in Dealloc() argument 79 void* AshmemAllocator::Realloc(void* data, size_t newSize) in Realloc() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_archive.h | 119 explicit DataArchive(const std::vector<char>& data) : Archive(Reader), data_(const_cast<std::vector<char>&>(data)) in DataArchive() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/ |
| H A D | rspropertydrawable_fuzzer.cpp | 57 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 116 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/ |
| H A D | rsnode_fuzzer.cpp | 55 bool RSSurfaceNodeFuzzTest(const uint8_t* data, size_t size) in RSSurfaceNodeFuzzTest() argument 210 bool RSNodeFuzzTest(const uint8_t* data, size_t size) in RSNodeFuzzTest() argument 238 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
| /foundation/graphic/graphic_2d/utils/color_manager/test/fuzztest/colormanager_fuzzer/ |
| H A D | colormanager_fuzzer.cpp | 52 bool ColorFuzzTest(const uint8_t* data, size_t size) in ColorFuzzTest() argument 77 bool ColorSpaceFuzzTest(const uint8_t* data, size_t size) in ColorSpaceFuzzTest() argument 113 bool ColorSpaceConvertorFuzzTest(const uint8_t* data, size_t size) in ColorSpaceConvertorFuzzTest() argument 140 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
| H A D | string_utils.cpp | 91 bool WriteFileSync(const char *path, const uint8_t *data, size_t size) in WriteFileSync() argument 126 bool SaveStringToFileSync(const std::string &path, const std::string &data) in SaveStringToFileSync() argument
|
| /foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/ |
| H A D | fileaccessservicestub_fuzzer.cpp | 30 T TypeCast(const uint8_t *data, int *pos = nullptr) in TypeCast() argument 38 bool OnRemoteRequestFuzzTest(shared_ptr<FileAccessServiceStub> fileAccessServiceStub, const uint8_t *data, size_t size) in OnRemoteRequestFuzzTest() argument 54 ErrCode CmdOnChangeFuzzTest(shared_ptr<FileAccessServiceStub> fileAccessServiceStub, const uint8_t *data, size_t size) in CmdOnChangeFuzzTest() argument 73 ErrCode CmdRegisterNotifyFuzzTest(shared_ptr<FileAccessServiceStub> fileAccessServiceStub, const uint8_t *data, in CmdRegisterNotifyFuzzTest() argument 86 CmdUnregisterNotifyFuzzTest(shared_ptr<FileAccessServiceStub> fileAccessServiceStub, const uint8_t *data, size_t size) CmdUnregisterNotifyFuzzTest() argument 106 CmdGetExensionProxyFuzzTest(shared_ptr<FileAccessServiceStub> fileAccessServiceStub, const uint8_t *data, size_t size) CmdGetExensionProxyFuzzTest() argument 122 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
| /foundation/filemanagement/user_file_service/test/unittest/ |
| H A D | file_access_service_proxy_test.cpp | 282 MessageParcel data; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
| H A D | webgl_buffer.h | 62 void SetBuffer(size_t bufferSize, const uint8_t* data) in SetBuffer() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
| H A D | font_collection.cpp | 114 static std::shared_ptr<Drawing::Typeface> CreateTypeFace(const uint8_t *data, size_t datalen) in CreateTypeFace() argument 102 LoadFont( const std::string &familyName, const uint8_t *data, size_t datalen) LoadFont() argument 123 LoadThemeFont( const std::string &familyName, const uint8_t *data, size_t datalen) LoadThemeFont() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
| H A D | vertices.cpp | 53 bool Vertices::Deserialize(std::shared_ptr<Data> data) in Deserialize() argument
|
| H A D | data.cpp | 26 bool Data::BuildFromMalloc(const void* data, size_t length) in BuildFromMalloc() argument 36 bool Data::BuildWithCopy(const void* data, size_t length) in BuildWithCopy() argument 46 bool Data::BuildWithoutCopy(const void* data, size_t length) in BuildWithoutCopy() argument
|
| H A D | region.cpp | 91 bool Region::Deserialize(std::shared_ptr<Data> data) in Deserialize() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/ |
| H A D | rs_window_animation_stub.cpp | 28 int RSWindowAnimationStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest() argument 63 StartApp(MessageParcel& data, MessageParcel& reply) StartApp() argument 89 AppTransition(MessageParcel& data, MessageParcel& reply) AppTransition() argument 116 AppBackTransition(MessageParcel& data, MessageParcel& reply) AppBackTransition() argument 143 MinimizeWindow(MessageParcel& data, MessageParcel& reply) MinimizeWindow() argument 164 MinimizeAllWindow(MessageParcel& data, MessageParcel& reply) MinimizeAllWindow() argument 198 CloseWindow(MessageParcel& data, MessageParcel& reply) CloseWindow() argument 219 ScreenUnlock(MessageParcel& data, MessageParcel& reply) ScreenUnlock() argument 234 WindowAnimationTargetsUpdate(MessageParcel& data, MessageParcel& reply) WindowAnimationTargetsUpdate() argument 271 WallpaperUpdate(MessageParcel& data, MessageParcel& reply) WallpaperUpdate() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncconnection_fuzzer/ |
| H A D | vsyncconnection_fuzzer.cpp | 52 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 101 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/filemanagement/user_file_service/test/fuzztest/fileaccessserviceproxy_fuzzer/ |
| H A D | fileaccessserviceproxy_fuzzer.cpp | 44 T TypeCast(const uint8_t *data, int *pos = nullptr) in TypeCast() argument 52 bool OnChangeFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) in OnChangeFuzzTest() argument 66 bool RegisterNotifyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) in RegisterNotifyFuzzTest() argument 81 UnregisterNotifyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) UnregisterNotifyFuzzTest() argument 90 GetExensionProxyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) GetExensionProxyFuzzTest() argument 101 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
| H A D | path_effect.cpp | 109 bool PathEffect::Deserialize(std::shared_ptr<Data> data) in Deserialize() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_data.cpp | 32 bool SkiaData::BuildFromMalloc(const void* data, size_t length) in BuildFromMalloc() argument 44 bool SkiaData::BuildWithCopy(const void* data, size_t length) in BuildWithCopy() argument 56 bool SkiaData::BuildWithoutCopy(const void* data, size_t length) in BuildWithoutCopy() argument 91 std::shared_ptr<Data> data = std::make_shared<Data>(); in MakeFromFileName() local 106 SetSkData(const sk_sp<SkData>& data) SetSkData() argument 123 std::shared_ptr<Data> data = std::make_shared<Data>(); Serialize() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/ |
| H A D | rs_window_animation_stub_test.cpp | 111 MessageParcel data; in HWTEST_F() local 129 MessageParcel data; in HWTEST_F() local 146 MessageParcel data; in HWTEST_F() local 211 MessageParcel data; in HWTEST_F() local 263 MessageParcel data; HWTEST_F() local 315 MessageParcel data; HWTEST_F() local 360 MessageParcel data; HWTEST_F() local 408 MessageParcel data; HWTEST_F() local 531 MessageParcel data; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/fuzztest/rswindowanimation_fuzzer/ |
| H A D | rswindowanimation_fuzzer.cpp | 109 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 129 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/ |
| H A D | hdibackend_fuzzer.cpp | 66 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 104 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdioutput_fuzzer/ |
| H A D | hdioutput_fuzzer.cpp | 67 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 108 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|