Home
last modified time | relevance | path

Searched refs:PluginFWType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp55 PluginFWType fwType = AnalyzeFWType(path); in Register()
57 case PluginFWType::PLUGIN_FW_GENERAL: { in Register()
63 case PluginFWType::PLUGIN_FW_GSTREAMER: { in Register()
170 PluginFWType PluginServer::AnalyzeFWType(const string &canonicalPath) in AnalyzeFWType()
174 return PluginFWType::PLUGIN_FW_GSTREAMER; in AnalyzeFWType()
177 return PluginFWType::PLUGIN_FW_GENERAL; in AnalyzeFWType()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_server_test.cpp149 PluginFWType result = server.AnalyzeFWType(path);
150 ASSERT_EQ(result, PluginFWType::PLUGIN_FW_GSTREAMER);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dplugin_server.h39 enum class PluginFWType : int32_t { enum
189 PluginFWType AnalyzeFWType(const std::string &canonicalPath);