Home
last modified time | relevance | path

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 Devent_util.cpp22 constexpr char ATTR_TYPE[] = "type"; variable
67 JSObject::SetString(arg, ATTR_TYPE, type); in CreateEvent()
H A Djs_fwk_common.h125 constexpr char ATTR_TYPE[] = "type"; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h54 ATTR_TYPE = 100024, enumerator
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c417 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 Danalog_clock_component.cpp107 uint16_t handType = GetIntegerProperty(child, ATTR_TYPE); in ProcessChildren()
H A Dclock_hand_component.cpp108 SetNamedProperty(nativeObj, ATTR_TYPE, typeIdValue); in PostRender()
H A Dpicker_view_component.cpp503 char *typeStr = GetStringAttrByName(ATTR_TYPE, length); in GetPickerType()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp72 ATTR_TYPE = 100024, enumerator
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c46 ATTR_TYPE,
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp210 result = SetAttributeUint32(attribute, ATTR_TYPE, authType1);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp184 if (SetAttributeUint32(attribute, ATTR_TYPE, paramHal.authType) != RESULT_SUCCESS) { in SetAttributeToCollectorExecMsg()