Home
last modified time | relevance | path

Searched refs:DestroyPlugin (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/intention/scheduler/plugin_manager/include/
H A Dplugin_manager.h54 using DestroyPlugin = void (*)(IPlugin *);
83 DestroyPlugin<IPlugin> destroy = in ~Plugin()
84 reinterpret_cast<DestroyPlugin<IPlugin>>(::dlsym(handle_, "DestroyInstance")); in ~Plugin()
/foundation/graphic/graphic_3d/lume/LumeRender/src/plugin/
H A Dstatic_plugin.cpp77 void DestroyPlugin(PluginToken token) in DestroyPlugin() function
96 constexpr IEnginePlugin ENGINE_PLUGIN(CreatePlugin, DestroyPlugin);
/foundation/graphic/graphic_3d/lume/LumeFont/src/plugin/
H A Dplugin.cpp65 void DestroyPlugin(CORE_NS::PluginToken token) in DestroyPlugin() function
73 static constexpr RENDER_NS::IRenderPlugin RENDER_PLUGIN(CreatePlugin, DestroyPlugin);
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h56 static bool DestroyPlugin(const std::string &name, ClipPlugin *plugin);
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp43 bool ClipPlugin::DestroyPlugin(const std::string &name, ClipPlugin *plugin) in DestroyPlugin() function in OHOS::MiscServices::ClipPlugin
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp734 ClipPlugin::DestroyPlugin(PLUGIN_NAME_VAL, plugin); in HWTEST_F()
760 ClipPlugin::DestroyPlugin(PLUGIN_NAME_VAL, plugin); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp2208 ClipPlugin::DestroyPlugin(PLUGIN_NAME, plugin); in GetClipPlugin()
2246 ClipPlugin::DestroyPlugin(PLUGIN_NAME, plugin); in OnConfigChange()

Completed in 11 milliseconds