Home
last modified time | relevance | path

Searched defs:size (Results 3801 - 3825 of 13036) sorted by relevance

1...<<151152153154155156157158159160>>...522

/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstatedata_fuzzer/
H A Dabilityappmgrrenderstatedata_fuzzer.cpp65 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
76 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityconnectionstub_fuzzer/
H A Dabilityconnectionstub_fuzzer.cpp60 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
80 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
H A Dabilityfirstframestateobservermanager_fuzzer.cpp49 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
75 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityforegroundstateobserverproxy_fuzzer/
H A Dabilityforegroundstateobserverproxy_fuzzer.cpp54 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
68 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceg_fuzzer/
H A Dabilitymanagerserviceg_fuzzer.cpp66 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
98 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefourth_fuzzer/
H A Dabilitymanagerservicefourth_fuzzer.cpp52 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
83 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
H A Dappstateobservermanager_fuzzer.cpp45 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
77 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/extensionconfig_fuzzer/
H A Dextensionconfig_fuzzer.cpp50 bool DoSomethingInterestingWithMyAPI(const char *data, size_t size) in DoSomethingInterestingWithMyAPI() argument
71 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/uiextensionrecordfactory_fuzzer/
H A Duiextensionrecordfactory_fuzzer.cpp51 bool DoSomethingInterestingWithMyAPI(const char *data, size_t size) in DoSomethingInterestingWithMyAPI() argument
66 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_element.cpp125 int32_t size = static_cast<int32_t>(GetChildrenList().size()); in RequestNextFocus() local
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drosen_render_qrcode.cpp42 DrawQRCode( RenderContext& context, const Offset& topLeft, int32_t size, const qrcodegen::QrCode& qrCode) DrawQRCode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_layout_algorithm.cpp92 auto size = layoutWrapper->GetGeometryNode()->GetFrameSize(); in Layout() local
H A Dlist_content_modifier.h41 void SetClipSize(SizeF size) in SetClipSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_measure_layout_node.h77 bool UpdateSize(int32_t index, SizeF size) in UpdateSize() argument
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drosen_render_select_popup.cpp124 auto size = GetLayoutSize(); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dblock_component.h66 void SetBlockSize(const Dimension& size) in SetBlockSize() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_element.cpp152 int32_t size = static_cast<int32_t>(focusNodes_.size()); in OnFocus() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dparallel_recognizer.cpp91 auto size = recognizers_.size(); in HandleEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_model.h34 int size[2] = {0, 0}; member
53 std::optional<NG::VectorF> size; member
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_manager_stub.cpp100 auto size = data.ReadUint32(); in HandleBatchGrantUriPermission() local
126 auto size = data.ReadUint32(); in HandleGrantUriPermissionPrivileged() local
181 auto size = data.ReadUint32(); in HandleCheckUriAuthorization() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_start_setting.cpp133 size_t size = abilityStarKey_.size(); in Marshalling() local
163 uint32_t size = 0; in Unmarshalling() local
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_collection.cpp134 void RosenFontCollection::LoadThemeFont(const char* fontFamily, std::unique_ptr<char[]> buffer, size_t size) in LoadThemeFont() argument
187 auto size = ifs.tellg(); in LoadFontFamily() local
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.cpp104 Size size = Measure(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_model.h38 virtual void SetCheckMarkSize(const Dimension& size) {} in SetCheckMarkSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.cpp31 void NormalizeRadius(BorderRadiusArray& radius, const SizeF& size) in NormalizeRadius() argument
139 auto size = paintWrapper->GetContentSize(); in UpdateOverlayModifier() local
152 auto size = paintWrapper->GetContentSize(); in UpdateContentModifier() local

Completed in 14 milliseconds

1...<<151152153154155156157158159160>>...522