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 D | component_utils.cpp | 73 jerry_value_t attrsPropValue = jerryx_get_property_str(options, ATTR_ATTRS); in GetComponentType()
|
H A D | tab_bar_component.cpp | 161 …_value_t attrsKeyHandler = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in GetAttrValHandler()
|
H A D | clock_hand_component.cpp | 223 …ry_value_t attrsPropName = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in GetStringAttrByName()
|
H A D | tabs_component.cpp | 262 …_value_t attrsKeyHandler = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in GetInitPageIndex()
|
H A D | picker_view_component.cpp | 492 jerry_value_t attrsPropValue = jerryx_get_property_str(options_, ATTR_ATTRS); in GetStringAttrByName()
|
H A D | component.cpp | 96 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 D | chart_component.cpp | 78 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 D | attribute.h | 72 ATTR_ATTRS = 100033, enumerator
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | signature_operation.cpp | 90 ATTR_ATTRS = 100033, enumerator
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_manager.cpp | 33 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 D | js_fwk_common.h | 129 constexpr char ATTR_ATTRS[] = "attrs"; variable
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 683 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 D | attribute.c | 56 ATTR_ATTRS,
|