Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dplatform_adp.cpp36 const string PlatformAdp::DIR_SEPARATOR = "/";
37 const string PlatformAdp::LIBRARY_FILE_SUFFIX = "so";
40 HMODULE PlatformAdp::AdpLoadLibrary(const string &packageName) in AdpLoadLibrary()
45 void PlatformAdp::AdpFreeLibrary(HMODULE handle) in AdpFreeLibrary()
50 FARPROC PlatformAdp::AdpGetSymAddress(HMODULE handle, const string &symbol) in AdpGetSymAddress()
55 void *PlatformAdp::LoadLibrary(const std::string &packageName) in LoadLibrary()
60 void PlatformAdp::FreeLibrary(void *handle) in FreeLibrary()
65 void *PlatformAdp::GetSymAddress(void *handle, const std::string &symbol) in GetSymAddress()
71 uint32_t PlatformAdp::CheckAndNormalizePath(string &path) in CheckAndNormalizePath()
92 PlatformAdp::PlatformAdp() {} in PlatformAdp() function in OHOS::MultimediaPlugin::PlatformAdp
[all …]
H A Dplatform_adp.h30 class PlatformAdp final : public NoCopyable {
43 DECLARE_DELAYED_REF_SINGLETON(PlatformAdp);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_mgr.h28 class PlatformAdp; variable
44 static PlatformAdp &platformAdp_;
H A Dplugin.h39 class PlatformAdp; variable
72 PlatformAdp &platformAdp_;
H A Dplugin_mgr.cpp42 PlatformAdp &PluginMgr::platformAdp_ = DelayedRefSingleton<PlatformAdp>::GetInstance();
H A Dplugin.cpp55 : platformAdp_(DelayedRefSingleton<PlatformAdp>::GetInstance()), in Plugin()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dplugin_server.h35 class PlatformAdp; variable
191 PlatformAdp &platformAdp_;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp101 : platformAdp_(DelayedRefSingleton<PlatformAdp>::GetInstance()), in PluginServer()