Home
last modified time | relevance | path

Searched defs:creator (Results 26 – 50 of 62) sorted by relevance

123

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/plugin_example/plugin_example1/
H A Dplugin_export.cpp72 auto creator = iter->second; in PluginExternalCreate() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection.cpp32 auto creator = g_creators[dbType]; in Create() local
84 int32_t Connection::RegisterCreator(int32_t dbType, Creator creator) in RegisterCreator()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator_manager.cpp26 auto creator = GetImageCreatorByKeyId(keyId); in GetSurfaceByKeyId() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Diremote_broker.cpp29 bool BrokerRegistration::Register(const std::u16string &descriptor, const Constructor &creator, in Register()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dgetter_system.cpp26 void GetterSystem::RegisterCreator(const std::string &name, Creator creator) in RegisterCreator()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dvideo_sink_plugin.h110 PluginCreatorFunc<VideoSinkPlugin> creator; ///< Video sink plugin create function. member
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/interface/
H A Dvibrator_decoder_creator.cpp56 VibratorDecoderCreator creator; in Create() local
/ohos5.0/drivers/external_device_manager/services/native/driver_extension/src/
H A Ddriver_extension.cpp30 void DriverExtension::SetCreator(const CreatorDriverFunc& creator) in SetCreator()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dinvoker_factory.cpp47 bool InvokerFactory::Register(int protocol, InvokerCreator creator) in Register()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Dvpn_extension.cpp34 void VpnExtension::SetCreator(const CreatorFunc& creator) in SetCreator()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dservice_extension.cpp30 void ServiceExtension::SetCreator(const CreatorFunc& creator) in SetCreator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model.h43 …tual void SetNavigationStackWithCreatorAndUpdater(std::function<RefPtr<NG::NavigationStack>()> cre… in SetNavigationStackWithCreatorAndUpdater()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.h36 PluginCreatorFunc<PluginBase> creator; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model.h77 const std::function<RefPtr<NG::NavDestinationScrollableProcessor>()>& creator) {} in SetScrollableProcessor()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp260 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
358 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
377 std::shared_ptr<ImageCreator> creator = ImageCreator::CreateImageCreator(1, 1, 1, 1); variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_broker.cpp51 bool BrokerRegistration::Register(const std::u16string &descriptor, const Constructor &creator, in Register()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend_manager.cpp101 const std::string& backendName, std::function<std::shared_ptr<Backend>()> creator) in RegisterBackend()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dduration_statistic.cpp72 const OHOS::SoftBus::DurationStatisticCalculatorFactory::Creator &creator) in Register()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp159 std::function<std::shared_ptr<Backend>()> creator = Creator; variable
244 std::function<std::shared_ptr<Backend>()> creator = Creator2; variable
461 std::function<std::shared_ptr<Backend>()> creator = Creator; variable
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit_log_parser.h51 std::string creator = ""; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp25 int32_t FeatureSystem::RegisterCreator(const std::string &name, Creator creator, int32_t flag) in RegisterCreator()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp61 FeatureSystem::Creator creator = []() { in __anon932d15900102() variable
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_backup_mock.cpp21 void ExtBackup::SetCreator(const CreatorFunc &creator) in SetCreator()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_ext_ability.cpp30 void DataShareExtAbility::SetCreator(const CreatorFunc& creator) in SetCreator()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp286 std::function<std::shared_ptr<Backend>()> creator = Creator; variable
389 std::function<std::shared_ptr<Backend>()> creator = Creator2; variable
454 std::function<std::shared_ptr<Backend>()> creator = Creator3; variable
523 std::function<std::shared_ptr<Backend>()> creator = Creator4; variable

123