Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/manager/include/
H A Dplugin_server.h162 inline T *ConvertToServiceInterface(PluginClassBase *pluginBase) in ConvertToServiceInterface() argument
167 T *serviceObj = dynamic_cast<T *>(pluginBase); in ConvertToServiceInterface()
168 if (serviceObj == nullptr && pluginBase != nullptr) { in ConvertToServiceInterface()
170 delete pluginBase; in ConvertToServiceInterface()
174 void *obj = dynamic_cast<void *>(pluginBase); in ConvertToServiceInterface()

Completed in 1 milliseconds