Searched refs:PluginFWType (Results 1 – 3 of 3) sorted by relevance
55 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()
149 PluginFWType result = server.AnalyzeFWType(path);150 ASSERT_EQ(result, PluginFWType::PLUGIN_FW_GSTREAMER);
39 enum class PluginFWType : int32_t { enum189 PluginFWType AnalyzeFWType(const std::string &canonicalPath);