Home
last modified time | relevance | path

Searched refs:GetCreator (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/plugin/
H A Dplugin_package.cpp71 pluginDef->SetCreator(def.GetCreator()); in AddPlugin()
H A Dcached_plugin_package.cpp32 auto plugin = pluginDef->GetCreator()(pluginDef->name); in CreatePlugin()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H A Dfeature_system.h64 Creator GetCreator(const std::string &name);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp31 FeatureSystem::Creator FeatureSystem::GetCreator(const std::string &name) in GetCreator() function in OHOS::DistributedData::FeatureSystem
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_definition.h200 virtual PluginCreatorFunc<PluginBase> GetCreator() const in GetCreator() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp68 FeatureSystem::Creator registeredCreator = featureSystem.GetCreator(featureName);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddevice_matrix_test.cpp79 FeatureSystem::GetInstance().GetCreator("kv_store")(); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp163 auto creator = FeatureSystem::GetInstance().GetCreator(key); in GetFeatureInterface()