Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dplatform_adp.h35 FARPROC AdpGetSymAddress(HMODULE handle, const std::string &symbol);
H A Dplatform_adp.cpp50 FARPROC PlatformAdp::AdpGetSymAddress(HMODULE handle, const string &symbol) in AdpGetSymAddress() function in OHOS::MultimediaPlugin::PlatformAdp
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin.cpp201 startFunc_ = (PluginStartFunc)platformAdp_.AdpGetSymAddress(hDll, pluginStartSymbol); in ResolveLibrary()
202 stopFunc_ = (PluginStopFunc)platformAdp_.AdpGetSymAddress(hDll, pluginStopSymbol); in ResolveLibrary()
203 createFunc_ = (PluginCreateFunc)platformAdp_.AdpGetSymAddress(hDll, pluginCreateSymbol); in ResolveLibrary()

Completed in 2 milliseconds