Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/manager/include/
H A Dplugin_server.h143 inline uint32_t PluginServerGetClassInfo(uint16_t serviceType, std::vector<ClassInfo> &classesInfo) in PluginServerGetClassInfo() function in OHOS::MultimediaPlugin::final
147 return PluginServerGetClassInfo(interfaceID, serviceType, emptyCapabilities, classesInfo); in PluginServerGetClassInfo()
151 inline uint32_t PluginServerGetClassInfo(uint16_t serviceType, const std::map<std::string, AttrData> &capabilities, in PluginServerGetClassInfo() function in OHOS::MultimediaPlugin::final
155 return PluginServerGetClassInfo(interfaceID, serviceType, capabilities, classesInfo); in PluginServerGetClassInfo()
186 uint32_t PluginServerGetClassInfo(uint16_t interfaceID, uint16_t serviceType,
/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/
H A Dplugin_manager_test.cpp549 pluginServer.PluginServerGetClassInfo<AbsImageDetector>(AbsImageDetector::SERVICE_FACE, classInfo); in HWTEST_F()
557 errorCode = pluginServer.PluginServerGetClassInfo<AbsImageDetector>(AbsImageDetector::SERVICE_TEXT, classInfo); in HWTEST_F()
584 pluginServer.PluginServerGetClassInfo<AbsImageDetector>(AbsImageDetector::SERVICE_FLOWER, classInfo); in HWTEST_F()
614 pluginServer.PluginServerGetClassInfo<AbsImageDetector>(AbsImageDetector::SERVICE_FACE, in HWTEST_F()
645 pluginServer.PluginServerGetClassInfo<AbsImageDetector>(AbsImageDetector::SERVICE_FACE, in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_server_test.cpp170 uint32_t ret = pluginServer.PluginServerGetClassInfo(interfaceID, serviceType, capabilities, classesinfo); in HWTEST_F()
/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp143 uint32_t PluginServer::PluginServerGetClassInfo(uint16_t interfaceID, uint16_t serviceType, in PluginServerGetClassInfo() function in OHOS::MultimediaPlugin::PluginServer
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_packer.cpp97 pluginServer_.PluginServerGetClassInfo<AbsImageEncoder>(AbsImageEncoder::SERVICE_DEFAULT, classInfos); in GetSupportedFormats()
H A Dimage_source.cpp367 pluginServer_.PluginServerGetClassInfo<AbsImageDecoder>(AbsImageDecoder::SERVICE_DEFAULT, classInfos); in GetSupportedFormats()
1901 pluginServer_.PluginServerGetClassInfo<AbsImageFormatAgent>(AbsImageFormatAgent::SERVICE_DEFAULT, classInfos);

Completed in 9 milliseconds