Home
last modified time | relevance | path

Searched defs:data (Results 6976 - 7000 of 17640) sorted by relevance

1...<<271272273274275276277278279280>>...706

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/
H A Drsproxynode_fuzzer.cpp54 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 Drs_render_thread_test.cpp84 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 Drs_marshalling_helper.cpp518 bool RSMarshallingHelper::WriteToParcel(Parcel& parcel, const void* data, size_t size) in WriteToParcel() argument
H A Drs_ashmem_helper.cpp44 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 Drs_profiler_archive.h119 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 Drspropertydrawable_fuzzer.cpp57 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 Drsnode_fuzzer.cpp55 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 Dcolormanager_fuzzer.cpp52 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 Dstring_utils.cpp91 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 Dfileaccessservicestub_fuzzer.cpp30 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 Dfile_access_service_proxy_test.cpp282 MessageParcel data; in HWTEST_F() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_buffer.h62 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 Dfont_collection.cpp114 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 Dvertices.cpp53 bool Vertices::Deserialize(std::shared_ptr<Data> data) in Deserialize() argument
H A Ddata.cpp26 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 Dregion.cpp91 bool Region::Deserialize(std::shared_ptr<Data> data) in Deserialize() argument
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_stub.cpp28 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 Dvsyncconnection_fuzzer.cpp52 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 Dfileaccessserviceproxy_fuzzer.cpp44 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 Dpath_effect.cpp109 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 Dskia_data.cpp32 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 Drs_window_animation_stub_test.cpp111 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 Drswindowanimation_fuzzer.cpp109 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 Dhdibackend_fuzzer.cpp66 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 Dhdioutput_fuzzer.cpp67 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

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...706