Home
last modified time | relevance | path

Searched defs:creator (Results 1 – 25 of 77) sorted by relevance

1234

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_creator_test.cpp160 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
176 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
193 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
208 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
224 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
270 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(8, 8, 3, 1); variable
288 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
303 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/
H A Ddevice_manager_test.cpp128 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = variable
142 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = variable
164 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = variable
186 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = variable
208 std::function<std::shared_ptr<HDIDeviceV2_0>()> creator = variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dcommand_factory.cpp48 void CommandFactory::Register(const ConnectCreator &creator) in Register()
53 void CommandFactory::Register(const DisconnectCreator &creator) in Register()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator_test.cpp70 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F() local
113 PartitionCowCreator creator{.target_metadata = target.get(), in TEST_F() local
151 PartitionCowCreator creator{.target_metadata = builder_b, in TEST_F() local
218 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F() local
247 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F() local
273 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/
H A Dimage_creator_buffer_processor.h25 explicit ImageCreatorBufferProcessor(ImageCreator* creator) : creator_(creator) in ImageCreatorBufferProcessor()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DBaseParceledListSlice.java73 Parcelable.Creator<?> creator = readParcelableCreator(p, loader); in BaseParceledListSlice() local
113 private Class<?> readVerifyAndAddElement(Parcelable.Creator<?> creator, Parcel p, in readVerifyAndAddElement()
125 private T readCreator(Parcelable.Creator<?> creator, Parcel p, ClassLoader loader) { in readCreator()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend_registrar.cpp23 BackendRegistrar::BackendRegistrar(const std::string& backendName, const CreateBackend creator) in BackendRegistrar()
H A Dbackend_registrar.h36 #define REGISTER_BACKEND(backend, creator) … argument
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Dplugin_export.cpp76 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dplugin_export.cpp54 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dplugin_export.cpp56 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dplugin_export.cpp59 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dplugin_export.cpp54 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dplugin_export.cpp58 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dplugin_export.cpp54 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H A Dplugin_export.cpp58 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dplugin_export.cpp59 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dplugin_export.cpp56 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_export.cpp92 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/plugin_example/plugin_example2/
H A Dplugin_export.cpp57 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/plugin_example/plugin_example3/
H A Dplugin_export.cpp57 auto creator = iter->second; in PLUGIN_EXPORT_DEFAULT_EXTERNAL_STOP() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.c25 Creator creator; member
69 int SAMGR_RegisterFactory(const char *service, const char *feature, Creator creator, Destroyer dest… in SAMGR_RegisterFactory()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction.cpp27 int32_t Transaction::RegisterCreator(Creator creator) in RegisterCreator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
H A DDaggerViewModelProviderFactory.java41 public DaggerViewModelProviderFactory(ViewModelCreator creator) { in DaggerViewModelProviderFactory()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dentity_factory.h34 void Register(const Creator &creator) in Register()

1234