Searched refs:ATTR_TYPE (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | event_util.cpp | 22 constexpr char ATTR_TYPE[] = "type"; variable 67 JSObject::SetString(arg, ATTR_TYPE, type); in CreateEvent()
|
H A D | js_fwk_common.h | 125 constexpr char ATTR_TYPE[] = "type"; variable
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 54 ATTR_TYPE = 100024, enumerator
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 417 result = SetAttributeUint32(attribute, ATTR_TYPE, authType); in SetExecutorMsgToAttribute() 639 result = GetAttributeUint32(attribute, ATTR_TYPE, &(resultInfo->authType)); in GetExecutorInfoHalFromAttribute() 903 result = GetAttributeUint32(attribute, ATTR_TYPE, &(scheduleInfo->authType)); in GetScheduleInfoFromAttributeInner() 1058 result = SetAttributeUint32(attribute, ATTR_TYPE, executorInfo->authType); in SetExecutorInfoMsgToAttribute()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | analog_clock_component.cpp | 107 uint16_t handType = GetIntegerProperty(child, ATTR_TYPE); in ProcessChildren()
|
H A D | clock_hand_component.cpp | 108 SetNamedProperty(nativeObj, ATTR_TYPE, typeIdValue); in PostRender()
|
H A D | picker_view_component.cpp | 503 char *typeStr = GetStringAttrByName(ATTR_TYPE, length); in GetPickerType()
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | signature_operation.cpp | 72 ATTR_TYPE = 100024, enumerator
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 46 ATTR_TYPE,
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 210 result = SetAttributeUint32(attribute, ATTR_TYPE, authType1);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 184 if (SetAttributeUint32(attribute, ATTR_TYPE, paramHal.authType) != RESULT_SUCCESS) { in SetAttributeToCollectorExecMsg()
|