Home
last modified time | relevance | path

Searched defs:wrapper (Results 101 - 125 of 238) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp22 GridIrregularFiller::GridIrregularFiller(GridLayoutInfo* info, LayoutWrapper* wrapper) : info_(info), wrapper_(wrapper) in GridIrregularFiller() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp131 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first); in LayoutMenuItem() local
142 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(headerIndex_); in LayoutHeader() local
158 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(footerIndex_); in LayoutFooter() local
177 LayoutIndex(const RefPtr<LayoutWrapper>& wrapper, const OffsetF& offset) LayoutIndex() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_wrapper_node_test_ng.cpp320 RefPtr<LayoutWrapperNode> wrapper = HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_view_enhance_test_ng.cpp128 auto wrapper = frameNode->CreatePaintWrapper(); in FlushLayoutTask() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp126 std::pair<SizeF, bool> WaterFlowLayoutUtils::PreMeasureSelf(LayoutWrapper* wrapper, Axis axis) in PreMeasureSelf() argument
139 float WaterFlowLayoutUtils::MeasureFooter(LayoutWrapper* wrapper, Axis axis) in MeasureFooter() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Danimated_image.cpp45 RSDataWrapper* wrapper = reinterpret_cast<RSDataWrapper*>(context); in RSDataWrapperReleaseProc() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/
H A Dtest_ng.cpp57 auto wrapper = frameNode->CreatePaintWrapper(); in FlushLayoutTask() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp383 auto wrapper = std::make_shared<std::tuple<std::unique_ptr<Media::PixelMap>>>(); in CreateSurfaceSyncCopyTask() local
H A Drs_ui_capture_task_parallel.cpp298 auto wrapper = std::make_shared<std::tuple<std::unique_ptr<Media::PixelMap>>>(); in CreateSurfaceSyncCopyTask() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DBaseObjectJS.cpp167 auto wrapper = AppMeta->GetPropertyByName<SharedPtrIInterface>("_JSW"); in StoreJsObj() local
[all...]
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp85 auto wrapper = std::make_unique<IRemoteObjectWrapper>(); in ReadRemoteObject() local
H A Dremote_object_wrapper.cpp112 auto wrapper = std::make_unique<IRemoteObjectWrapper>(); in OnRemoteDied() local
162 auto wrapper = std::make_unique<IRemoteObjectWrapper>(); in FromSptrRemote() local
183 auto wrapper in CloneRemoteObj() local
200 auto wrapper = std::make_unique<IRemoteObjectWrapper>(); FromRemoteStub() local
213 auto wrapper = std::make_unique<IRemoteObjectWrapper>(); FromCIRemoteObject() local
[all...]
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_message_parcel.cpp85 AshmemSmartPointWrapper *wrapper = reinterpret_cast<AshmemSmartPointWrapper *>(id); in Java_ohos_rpc_Ashmem_getSptrAshmem() local
528 AshmemSmartPointWrapper *wrapper = new AshmemSmartPointWrapper(nativeAshmem); in Java_ohos_rpc_MessageParcel_nativeReadAshmem() local
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c97 ConnPostMsgToLooper( SoftBusHandlerWrapper *wrapper, int32_t what, uint64_t arg1, uint64_t arg2, void *obj, uint64_t delayMillis) ConnPostMsgToLooper() argument
113 ConnRemoveMsgFromLooper( const SoftBusHandlerWrapper *wrapper, int32_t what, uint64_t arg1, uint64_t arg2, void *obj) ConnRemoveMsgFromLooper() argument
/foundation/communication/netstack/utils/napi_utils/src/
H A Dmodule_template.cpp55 EventManagerWrapper *wrapper = nullptr; in OnManagerWrapper() local
96 EventManagerWrapper *wrapper = nullptr; in OnceManagerWrapper() local
139 EventManagerWrapper *wrapper = nullptr; in OffManagerWrapper() local
428 auto wrapper = new EventManagerWrapper; NewInstanceWithManagerWrapper() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobjectstore.cpp258 JSObjectWrapper *wrapper = nullptr; in JSOn() local
302 JSObjectWrapper *wrapper = nullptr; in JSOff() local
345 void JSDistributedObjectStore::RestoreWatchers(napi_env env, JSObjectWrapper *wrapper, cons argument
[all...]
H A Djs_distributedobject.cpp57 JSObjectWrapper *wrapper = nullptr; in JSGet() local
85 JSObjectWrapper *wrapper = nullptr; in JSPut() local
130 DoPut( napi_env env, JSObjectWrapper *wrapper, char *key, napi_valuetype type, napi_value value) DoPut() argument
170 DoGet(napi_env env, JSObjectWrapper *wrapper, char *key, napi_value &value) DoGet() argument
226 JSObjectWrapper *wrapper; JSSave() member
273 JSObjectWrapper *wrapper; JSRevokeSave() member
358 JSObjectWrapper *wrapper; JSBindAssetStore() member
[all...]
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dconfig_manager.py36 def wrapper(self, *args, **kwargs): function
/third_party/PyYAML/tests/lib/
H A Dtest_yaml_ext.py260 def wrapper(*args, **kwds): function
/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py116 def wrapper(data: bytes): function
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc120 std::unique_ptr<protocol::Runtime::RemoteObject> wrapper; in substituteObjectTags() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c315 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper, in si_install_draw_wrapper() argument
/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs379 let mut wrapper = IndentWrapper { in write_args() variables
/third_party/rust/crates/clap/src/builder/
H A Dstyled_str.rs113 let mut wrapper = crate::output::textwrap::wrap_algorithms::LineWrapper::new(hard_width); variables
/third_party/python/Modules/_io/
H A D_iomodule.c210 PyObject *raw, *modeobj = NULL, *buffer, *wrapper, *result = NULL, *path_or_fd = NULL; _io_open_impl() local

Completed in 28 milliseconds

12345678910