| /foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/ |
| H A D | rosen_render_ability_component.cpp | 43 auto size = GetLayoutSize(); in SyncGeometryProperties() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/ |
| H A D | root_layout_algorithm.cpp | 28 auto size = child->GetGeometryNode()->GetFrameSize(); in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| H A D | polygon_paint_property.h | 70 const auto size = static_cast<int32_t>(propPoints_.value().size()); variable
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| H A D | typed_text_test_ng.cpp | 37 uint8_t size = TypedText::GetUTF8OneCharacterSize(nullptr); in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/rosen/ |
| H A D | mock_animated_image.cpp | 20 Create( const RefPtr<SkiaImageData>& data, const ResizeParam& size, const std::string& url) Create() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addapprunningcontrolrule_fuzzer/ |
| H A D | addapprunningcontrolrule_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundledatafiles_fuzzer/ |
| H A D | cleanbundledatafiles_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteapprunningcontrolrule_fuzzer/ |
| H A D | deleteapprunningcontrolrule_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappidbybundlename_fuzzer/ |
| H A D | getappidbybundlename_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/ |
| H A D | getbundlegids_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getdisposedstatus_fuzzer/ |
| H A D | getdisposedstatus_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 32 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 33 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getpermissiondef_fuzzer/ |
| H A D | getpermissiondef_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 31 std::string permissionName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getnameforuid_fuzzer/ |
| H A D | getnameforuid_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string name (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundlecachefiles_fuzzer/ |
| H A D | cleanbundlecachefiles_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapptype_fuzzer/ |
| H A D | getapptype_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getuidbybundlename_fuzzer/ |
| H A D | getuidbybundlename_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deletedisposedstatus_fuzzer/ |
| H A D | deletedisposedstatus_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/setdisposedstatus_fuzzer/ |
| H A D | setdisposedstatus_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 32 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 33 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/upgradeatomicservice_fuzzer/ |
| H A D | upgradeatomicservice_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 32 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegidsbyuid_fuzzer/ |
| H A D | getbundlegidsbyuid_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getlaunchwantforbundle_fuzzer/ |
| H A D | getlaunchwantforbundle_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryabilityinfobyuri_fuzzer/ |
| H A D | queryabilityinfobyuri_fuzzer.cpp | 27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 32 std::string abilityUri (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleteappjumpcontrolrule_fuzzer/ |
| H A D | deleteappjumpcontrolrule_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleterulebytargetbundlename_fuzzer/ |
| H A D | deleterulebytargetbundlename_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/ |
| H A D | bundlestreaminstallerproxy_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 29 std::string hapName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local 40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|