Searched refs:GetCreator (Results 1 – 8 of 8) sorted by relevance
71 pluginDef->SetCreator(def.GetCreator()); in AddPlugin()
32 auto plugin = pluginDef->GetCreator()(pluginDef->name); in CreatePlugin()
64 Creator GetCreator(const std::string &name);
31 FeatureSystem::Creator FeatureSystem::GetCreator(const std::string &name) in GetCreator() function in OHOS::DistributedData::FeatureSystem
200 virtual PluginCreatorFunc<PluginBase> GetCreator() const in GetCreator() function
68 FeatureSystem::Creator registeredCreator = featureSystem.GetCreator(featureName);
79 FeatureSystem::GetInstance().GetCreator("kv_store")(); in SetUpTestCase()
163 auto creator = FeatureSystem::GetInstance().GetCreator(key); in GetFeatureInterface()