Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/manager/include/
H A Dpriority_scheme.h32 PriorityScheme(PriorityType type, const std::string &attrKey) : type_(type), attrKey_(attrKey) {} in PriorityScheme()
33 PriorityScheme(PriorityType type, std::string &&attrKey) : type_(type), attrKey_(std::move(attrKey)) {} in PriorityScheme()
43 return attrKey_; in GetAttrKey()
48 std::string attrKey_; member in OHOS::MultimediaPlugin::final

Completed in 1 milliseconds