/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/ |
H A D | swiper_declaration.h | 90 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIndex() local 101 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDuration() local 112 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAxis() local 123 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetLoop() local 148 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAutoPlay() local 159 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAutoPlayInterval() local 171 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetCachedSize() local 183 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetEdgeEffect() local 194 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAnimationOpacity() local 205 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDigitalIndicator() local [all …]
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 221 wifi_error put_s8(int attribute, s8 value) { in put_s8() 224 wifi_error put_s16(int attribute, s16 value) { in put_s16() 233 wifi_error put_flag(int attribute) { in put_flag() [all …]
|
H A D | cpp_bindings.cpp | 165 const char *attributeToString(int attribute) in attributeToString() 840 wifi_error WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() 860 wifi_error WifiVendorCommand::put_s8(int attribute, s8 value) in put_s8() 865 wifi_error WifiVendorCommand::put_s16(int attribute, s16 value) in put_s16() 870 wifi_error WifiVendorCommand::put_s32(int attribute, s32 value) in put_s32() 875 wifi_error WifiVendorCommand::put_s64(int attribute, s64 value) in put_s64() 880 wifi_error WifiVendorCommand::put_flag(int attribute) in put_flag() 935 struct nlattr * WifiVendorCommand::attr_start(int attribute) in attr_start() 940 void WifiVendorCommand::attr_end(struct nlattr *attribute) in attr_end() 951 wifi_error WifiVendorCommand::put_bytes(int attribute, in put_bytes() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_stop_declaration.h | 39 auto& attribute = MaybeResetAttribute<SvgStopAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetOffset() local 45 auto& attribute = MaybeResetAttribute<SvgStopAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetColor() local 51 auto& attribute = MaybeResetAttribute<SvgStopAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetOpacity() local 57 … auto& attribute = static_cast<SvgStopAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetGradientColor() local
|
H A D | svg_fe_flood_declaration.h | 38 auto& attribute = MaybeResetAttribute<SvgFeFloodAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetFloodColor() local 44 auto& attribute = MaybeResetAttribute<SvgFeFloodAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetFloodOpacity() local 50 … auto& attribute = static_cast<SvgFeFloodAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetFloodColor() local 56 … auto& attribute = static_cast<SvgFeFloodAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetFloodOpacity() local
|
H A D | svg_fe_offset_declaration.h | 38 auto& attribute = MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDx() local 44 auto& attribute = MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDy() local 50 …auto& attribute = static_cast<SvgFeOffsetAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetDx() local 59 …auto& attribute = static_cast<SvgFeOffsetAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetDy() local
|
H A D | svg_fe_gaussianblur_declaration.h | 50 … auto& attribute = MaybeResetAttribute<SvgFeGaussianBlurAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetStdDeviation() local 64 … auto& attribute = MaybeResetAttribute<SvgFeGaussianBlurAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetEdgeMode() local 71 …auto& attribute = static_cast<SvgFeGaussianBlurAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_… in GetStdDeviationX() local 77 …auto& attribute = static_cast<SvgFeGaussianBlurAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_… in GetStdDeviationY() local 83 …auto& attribute = static_cast<SvgFeGaussianBlurAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_… in GetEdgeMode() local
|
H A D | svg_fe_colormatrix_declaration.h | 51 … auto& attribute = MaybeResetAttribute<SvgFeColorMatrixAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetType() local 57 … auto& attribute = MaybeResetAttribute<SvgFeColorMatrixAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetValues() local 63 …auto& attribute = static_cast<SvgFeColorMatrixAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_A… in GetType() local 69 …auto& attribute = static_cast<SvgFeColorMatrixAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_A… in GetValues() local
|
H A D | svg_fe_blend_declaration.h | 55 auto& attribute = MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIn2() local 74 … auto& attribute = MaybeResetAttribute<SvgFeBlendAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetBlendMode() local 81 … auto& attribute = static_cast<SvgFeBlendAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetBlendMode() local 87 … auto& attribute = static_cast<SvgFeBlendAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIn2() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.h | 57 … auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetContent() local 62 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetContent() local 68 … auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIcon() local 73 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIcon() local 79 … auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in ShowDelete() local 84 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetShowDelete() local 90 … auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetInterval() local 95 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetInterval() local 101 … auto& attribute = static_cast<PieceAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIconResource() local 106 auto& attribute = MaybeResetAttribute<PieceAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIconResource() local [all …]
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 73 Attribute *attribute = CreateEmptyAttribute(); variable 85 Attribute *attribute = nullptr; variable 97 Attribute *attribute = CreateEmptyAttribute(); variable 118 Attribute *attribute = CreateEmptyAttribute(); variable 136 Attribute *attribute = CreateEmptyAttribute(); variable 157 Attribute *attribute = CreateEmptyAttribute(); variable 175 Attribute *attribute = CreateEmptyAttribute(); variable 196 Attribute *attribute = CreateEmptyAttribute(); variable 214 Attribute *attribute = CreateEmptyAttribute(); variable 236 Attribute *attribute = CreateEmptyAttribute(); variable [all …]
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 104 void *get_string(int attribute) { in get_string() 202 int put_s8(int attribute, int8_t value) { in put_s8() 205 int put_u8(int attribute, uint8_t value) { in put_u8() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/ |
H A D | texttimer_declaration.h | 57 … auto& attribute = static_cast<TextTimerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetInputCount() local 63 auto& attribute = MaybeResetAttribute<TextTimerAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetInputCount() local 69 … auto& attribute = static_cast<TextTimerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetIsCountDown() local 75 auto& attribute = MaybeResetAttribute<TextTimerAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIsCountDown() local 81 … auto& attribute = static_cast<TextTimerAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetFormat() local 87 auto& attribute = MaybeResetAttribute<TextTimerAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetFormat() local
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/resource/ |
H A D | global_app_attribute.json | 4 …","fingerprint":"3A4C3D681DCEB5C16A0ECD2FD69DDC4725B4B506D9BB57915240CD3D99AB8416","attribute":[]}, array 5 …","fingerprint":"3A4C3D681DCEB5C16A0ECD2FD69DDC4725B4B506D9BB57915240CD3D99AB8417","attribute":[]}, array 6 …","fingerprint":"B7BF22154784D858D450864F326C40F512672EBFDE6AE6DF2AF5EC6CAF1D5589","attribute":[]}, array 7 …l","fingerprint":"ED2D188FACD5EB93248B287366324F6A12DF3A7B8D464C89FDD88FF1588C6596","attribute":[]} array
|
H A D | global_app_attribute_update.json | 4 …","fingerprint":"3A4C3D681DCEB5C16A0ECD2FD69DDC4725B4B506D9BB57915240CD3D99AB8416","attribute":[]}, array 5 …","fingerprint":"3A4C3D681DCEB5C16A0ECD2FD69DDC4725B4B506D9BB57915240CD3D99AB8417","attribute":[]}, array 6 …","fingerprint":"B7BF22154784D858D450864F326C40F512672EBFDE6AE6DF2AF5EC6CAF1D5589","attribute":[]}, array 7 …l","fingerprint":"ED2D188FACD5EB93248B287366324F6A12DF3A7B8D464C89FDD88FF1588C6596","attribute":[]} array
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/shared/src/ |
H A D | dev_attribute_serialize.c | 25 bool DeviceAttributeSerialize(const struct HdfDeviceInfo *attribute, struct HdfSBuf *sbuf) in DeviceAttributeSerialize() 55 static bool DeviceAttributeSet(struct HdfDeviceInfo *attribute, struct HdfSBuf *sbuf) in DeviceAttributeSet() 117 struct HdfDeviceInfo *attribute = HdfDeviceInfoNewInstance(); in DeviceAttributeDeserialize() local 141 void DeviceSerializedAttributeRelease(struct HdfDeviceInfo *attribute) in DeviceSerializedAttributeRelease()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 247 AttributeImpl *attribute = Malloc(sizeof(AttributeImpl)); in CreateEmptyAttribute() local 258 Attribute *attribute = CreateEmptyAttribute(); in CreateAttributeFromSerializedMsg() local 280 const AttributeImpl *attribute = (const AttributeImpl *)attributePublic; in GetAttributeSerializedMsg() local 306 void FreeAttribute(Attribute **attribute) in FreeAttribute() 318 ResultCode GetAttributeUint32(const Attribute *attribute, AttributeKey key, uint32_t *value) in GetAttributeUint32() 333 ResultCode SetAttributeUint32(Attribute *attribute, AttributeKey key, const uint32_t value) in SetAttributeUint32() 353 ResultCode SetAttributeInt32(Attribute *attribute, AttributeKey key, const int32_t value) in SetAttributeInt32() 375 ResultCode SetAttributeUint64(Attribute *attribute, AttributeKey key, const uint64_t value) in SetAttributeUint64() 387 ResultCode GetAttributeLength(const Attribute *attribute, AttributeKey key, uint32_t *len) in GetAttributeLength() 411 const AttributeImpl *attribute = (const AttributeImpl *)attributePub; in GetAttributeUint8Array() local [all …]
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 235 Attribute *attribute = NULL; in CreateAttributeFromDataAndSignTlv() local 270 Attribute *attribute = NULL; in CreateAttributeFromExecutorMsg() local 373 Attribute *attribute = CreateAttributeFromExecutorMsg(msg, signParam); in CreateExecutorResultInfo() local 410 const Uint64Array *templateIds, Attribute *attribute) in SetExecutorMsgToAttribute() 447 Attribute *attribute = CreateEmptyAttribute(); in CreateExecutorMsg() local 665 Attribute *attribute = CreateAttributeFromSerializedMsg(tlv); in GetExecutorInfoHal() local 771 const Uint8Array challenge, Attribute *attribute) in SetExecutorCollectMsgToAttribute() 825 Attribute *attribute = CreateEmptyAttribute(); in CreateExecutorCollectMsg() local 975 Attribute *attribute = CreateAttributeFromExecutorMsg(msg, signParam); in CreateScheduleInfo() local 1085 Attribute *attribute = CreateEmptyAttribute(); in GetExecutorInfoMsg() local [all …]
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_attach_test.cpp | 149 InputAttribute attribute; variable 174 InputAttribute attribute; variable 201 InputAttribute attribute; variable 319 InputAttribute attribute; variable 380 InputAttribute attribute; variable 406 InputAttribute attribute; variable 463 InputAttribute attribute; variable 493 InputAttribute attribute; variable 527 InputAttribute attribute; variable 559 InputAttribute attribute; variable [all …]
|
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
H A D | LeanbackUtils.java | 48 public static int getImeAction(EditorInfo attribute) { in getImeAction() 56 public static int getInputTypeClass(EditorInfo attribute) { in getInputTypeClass() 63 public static int getInputTypeVariation(EditorInfo attribute) { in getInputTypeVariation()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 222 IAM_STATIC ResultCode ParseAttributeSerializedMsg(Attribute *attribute, const Uint8Array msg) in ParseAttributeSerializedMsg() 266 AttributeImpl *attribute = Malloc(sizeof(AttributeImpl)); in CreateEmptyAttribute() local 277 Attribute *attribute = CreateEmptyAttribute(); in CreateAttributeFromSerializedMsg() local 299 const AttributeImpl *attribute = (const AttributeImpl *)attributePublic; in GetAttributeSerializedMsg() local 325 void FreeAttribute(Attribute **attribute) in FreeAttribute() 337 ResultCode GetAttributeUint32(const Attribute *attribute, AttributeKey key, uint32_t *value) in GetAttributeUint32() 352 ResultCode SetAttributeUint32(Attribute *attribute, AttributeKey key, const uint32_t value) in SetAttributeUint32() 372 ResultCode SetAttributeInt32(Attribute *attribute, AttributeKey key, const int32_t value) in SetAttributeInt32() 394 ResultCode SetAttributeUint64(Attribute *attribute, AttributeKey key, const uint64_t value) in SetAttributeUint64() 412 const AttributeImpl *attribute = (const AttributeImpl *)attributePub; in GetAttributeUint8Array() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/ |
H A D | input_declaration.h | 42 … auto& attribute = static_cast<InputAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetType() local 48 … auto& attribute = static_cast<InputAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in IsTypeChanged() local 54 … auto& attribute = static_cast<InputAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in SetIsTypeChanged() local
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | AttributeSet.java | 161 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 203 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 229 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | NopAttributeSet.java | 65 public int getAttributeListValue(String namespace, String attribute, String[] options, int in getAttributeListValue() 71 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 77 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 82 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 87 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 93 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_object.cpp | 97 EGLBoolean egl_surface_t::setSmpte2086Attribute(EGLint attribute, EGLint value) { in setSmpte2086Attribute() 143 EGLBoolean egl_surface_t::setCta8613Attribute(EGLint attribute, EGLint value) { in setCta8613Attribute() 219 EGLBoolean egl_surface_t::getColorSpaceAttribute(EGLint attribute, EGLint* value) const { in getColorSpaceAttribute() 227 EGLBoolean egl_surface_t::getSmpte2086Attribute(EGLint attribute, EGLint* value) const { in getSmpte2086Attribute() 273 EGLBoolean egl_surface_t::getCta8613Attribute(EGLint attribute, EGLint* value) const { in getCta8613Attribute()
|