Home
last modified time | relevance | path

Searched refs:PriorityScheme (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dpriority_scheme.h29 class PriorityScheme final {
31 PriorityScheme() : type_(PriorityType::PRIORITY_TYPE_NULL) {} in PriorityScheme() function
32PriorityScheme(PriorityType type, const std::string &attrKey) : type_(type), attrKey_(attrKey) {} in PriorityScheme() function
33PriorityScheme(PriorityType type, std::string &&attrKey) : type_(type), attrKey_(std::move(attrKey… in PriorityScheme() function
34 ~PriorityScheme() = default;
H A Dplugin_server.h68 PriorityScheme emptyPriScheme; in CreateObject()
78 PriorityScheme emptyPriScheme; in CreateObject()
85 …inline T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme, uint32_t &error… in CreateObject()
94 inline T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme) in CreateObject()
108 PriorityScheme emptyPriScheme; in CreateObject()
117 PriorityScheme emptyPriScheme; in CreateObject()
125 const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
134 const PriorityScheme &priorityScheme) in CreateObject()
185 const PriorityScheme &priorityScheme, uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/thirdpartyadp/gstreamer/
H A Dgst_plugin_fw.h31 class PriorityScheme; variable
39 const PriorityScheme &priorityScheme, uint32_t &errorCode);
H A Dgst_plugin_fw.cpp55 … const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
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);
H A Dplugin_fw.cpp57 const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
H A Dimpl_class_mgr.cpp124 … const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
220 const PriorityScheme &priorityScheme) in SearchByPriority()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgst_plugin_fw_test.cpp81 PriorityScheme priorityScheme;
H A Dplugin_server_test.cpp220 const PriorityScheme priorityScheme;
H A Dplugins_manager_src_framework_test.cpp193 PriorityScheme priorityScheme;
596 PriorityScheme priorityScheme;
764 PriorityScheme priorityScheme;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp126 … const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
/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" };