Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_utils.cpp73 jerry_value_t attrsPropValue = jerryx_get_property_str(options, ATTR_ATTRS); in GetComponentType()
H A Dtab_bar_component.cpp161 …_value_t attrsKeyHandler = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in GetAttrValHandler()
H A Dclock_hand_component.cpp223 …ry_value_t attrsPropName = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in GetStringAttrByName()
H A Dtabs_component.cpp262 …_value_t attrsKeyHandler = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in GetInitPageIndex()
H A Dpicker_view_component.cpp492 jerry_value_t attrsPropValue = jerryx_get_property_str(options_, ATTR_ATTRS); in GetStringAttrByName()
H A Dcomponent.cpp96 JSValue attrs = JSObject::Get(options, ATTR_ATTRS); in Component()
1075 jerry_value_t attrs = jerryx_get_property_str(options_, ATTR_ATTRS); in ParseAttrs()
H A Dchart_component.cpp78 jerry_value_t attrsPropValue = jerryx_get_property_str(options_, ATTR_ATTRS); in CreateNativeViews()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h72 ATTR_ATTRS = 100033, enumerator
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp90 ATTR_ATTRS = 100033, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp33 attrsStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in AppStyleManager()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h129 constexpr char ATTR_ATTRS[] = "attrs"; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c683 ResultCode result = GetAttributeUint8Array(attribute, ATTR_ATTRS, authAttrs); in GetAuthAttrsFromAttribute()
1120 ResultCode result = SetAttributeUint8Array(attribute, ATTR_ATTRS, attrsTlv); in GetExecutorInfoTlv()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c56 ATTR_ATTRS,