Home
last modified time | relevance | path

Searched refs:priorityScheme (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dplugin_server.h85 …inline T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme, uint32_t &error… in CreateObject() argument
90 priorityScheme, errorCode)); in CreateObject()
94 inline T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme) in CreateObject() argument
100 priorityScheme, errorCode)); in CreateObject()
125 const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject() argument
129 priorityScheme, errorCode)); in CreateObject()
134 const PriorityScheme &priorityScheme) in CreateObject() argument
139 priorityScheme, errorCode)); in CreateObject()
185 const PriorityScheme &priorityScheme, uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp124 … const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject() argument
141 shared_ptr<ImplClass> target = SearchByPriority(candidates, priorityScheme); in CreateObject()
220 const PriorityScheme &priorityScheme) in SearchByPriority() argument
232 if (priorityScheme.GetPriorityType() == PriorityType::PRIORITY_TYPE_NULL) { in SearchByPriority()
237 PriorityType priorityType = priorityScheme.GetPriorityType(); in SearchByPriority()
238 const string &attrKey = priorityScheme.GetAttrKey(); in SearchByPriority()
H A Dplugin_fw.cpp57 const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject() argument
62 …return implClassMgr_.CreateObject(interfaceID, serviceType, capabilities, priorityScheme, errorCod… in CreateObject()
H A Dimpl_class_mgr.h42 const PriorityScheme &priorityScheme, uint32_t &errorCode);
50 const PriorityScheme &priorityScheme);
H A Dplugin_fw.h41 const PriorityScheme &priorityScheme, uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp126 … const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject() argument
133 …obj = gstPluginFw_.CreateObject(interfaceID, serviceType, capabilities, priorityScheme, errorCode); in CreateObject()
139 obj = pluginFw_.CreateObject(interfaceID, serviceType, capabilities, priorityScheme, errorCode); in CreateObject()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/thirdpartyadp/gstreamer/
H A Dgst_plugin_fw.cpp55 … const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject() argument
60 (void) priorityScheme; in CreateObject()
H A Dgst_plugin_fw.h39 const PriorityScheme &priorityScheme, uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgst_plugin_fw_test.cpp81 PriorityScheme priorityScheme; variable
83 …PluginClassBase *obj = gstPluginFw_.CreateObject(id, serviceType, capabilities, priorityScheme, er…
H A Dplugins_manager_src_framework_test.cpp193 PriorityScheme priorityScheme; variable
195 …PluginClassBase *obj = implClassMgr.CreateObject(id, serviceType, capabilities, priorityScheme, er…
596 PriorityScheme priorityScheme; variable
598 …PluginClassBase *obj = pluginFw.CreateObject(id, serviceType, capabilities, priorityScheme, errorC…
764 PriorityScheme priorityScheme; variable
765 priorityScheme.type_ = PriorityType::PRIORITY_TYPE_NULL;
766 … std::shared_ptr<ImplClass> implClass = implClassMgr.SearchByPriority(candidates, priorityScheme);
770 implClass = implClassMgr.SearchByPriority(candidates, priorityScheme);
774 implClass = implClassMgr.SearchByPriority(candidates, priorityScheme);
H A Dplugin_server_test.cpp220 const PriorityScheme priorityScheme; variable
222 …e* result = server.CreateObject(interfaceID, serviceType, capabilities, priorityScheme, errorCode);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/
H A Dplugin_manager_test.cpp509 PriorityScheme priorityScheme = { PriorityType::PRIORITY_ORDER_BY_ATTR_DESCENDING, "labelNum" }; variable
511 …pluginServer.CreateObject<AbsImageDetector>(AbsImageDetector::SERVICE_LABEL, priorityScheme, error…