Home
last modified time | relevance | path

Searched refs:attrKey (Results 1 - 5 of 5) 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() argument
33 PriorityScheme(PriorityType type, std::string &&attrKey) : type_(type), attrKey_(std::move(attrKey)) {} in PriorityScheme() argument
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp238 const string &attrKey = priorityScheme.GetAttrKey(); in SearchByPriority() local
244 const AttrData *targetAttr = ((*targetIter)->GetCapability)(attrKey); in SearchByPriority()
248 const AttrData *attrData = ((*tempIter)->GetCapability)(attrKey); in SearchByPriority()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1107 jerry_value_t Component::AddWatcherItem(const jerry_value_t attrKey, const jerry_value_t attrValue, bool isLazyLoading) in AddWatcherItem() argument
1112 JerrySetNamedProperty(options, ARG_WATCH_ATTR, attrKey); in AddWatcherItem()
1143 jerry_value_t attrKey = jerry_get_property_by_index(attrKeys, index); in ParseAttrs() local
1144 jerry_value_t attrValue = jerry_get_property(attrs, attrKey); in ParseAttrs()
1147 uint16_t attrKeyId = ParseKeyIdFromJSString(attrKey); in ParseAttrs()
1157 lazyLoadManager->AddLazyLoadWatcher(nativeElement_, attrKey, attrValue, attrKeyId); in ParseAttrs()
1159 newAttrValue = AddWatcherItem(attrKey, attrValue); in ParseAttrs()
1174 ReleaseJerryValue(attrKey, attrValue, VA_ARG_END_FLAG); in ParseAttrs()
H A Dcomponent.h164 jerry_value_t AddWatcherItem(const jerry_value_t attrKey, const jerry_value_t attrValue,
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp252 jerry_value_t attrKey = jerryx_get_property_str(options, ARG_WATCH_ATTR); in WatcherCallbackFunc() local
257 char *attrKeyStr = MallocStringOf(attrKey, &attrKeyStrLen); in WatcherCallbackFunc()
269 ReleaseJerryValue(attrKey, nativeElement, VA_ARG_END_FLAG); in WatcherCallbackFunc()

Completed in 10 milliseconds