/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | button_model_impl.cpp | 237 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableColor>( in BackgroundColor() 240 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableColor>(ButtonStateAttribute::COLOR, in BackgroundColor() 255 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetWidth() 258 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>(ButtonStateAttribute::WIDTH, in SetWidth() 275 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetHeight() 278 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>(ButtonStateAttribute::HEIGHT, in SetHeight() 312 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetBorderRadius() 315 boxComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetBorderRadius() 319 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>(ButtonStateAttribute::RADIUS, in SetBorderRadius() 322 boxComponent->GetStateAttributes()->AddAttribute<AnimatableDimensio in SetBorderRadius() [all...] |
H A D | view_abstract_model_impl.cpp | 183 box->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetWidth() 186 box->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetWidth() 209 box->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetHeight() 212 box->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetHeight() 258 boxComponent->GetStateAttributes()->AddAttribute<AnimatableColor>( in SetBackgroundColor() 261 boxComponent->GetStateAttributes()->AddAttribute<AnimatableColor>( in SetBackgroundColor() 406 boxComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetBorderRadius() 409 boxComponent->GetStateAttributes()->AddAttribute<AnimatableDimension>( in SetBorderRadius() 437 boxComponent->GetStateAttributes()->AddAttribute<AnimatableColor>( in SetBorderColor() 440 boxComponent->GetStateAttributes()->AddAttribute<AnimatableColo in SetBorderColor() [all...] |
/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | m3u8_unit_test.cpp | 181 tag->AddAttribute(attr1);
in HWTEST_F() 193 tag->AddAttribute(attr1);
in HWTEST_F() 203 tag->AddAttribute(attr1);
in HWTEST_F() 213 tag->AddAttribute(attr1);
in HWTEST_F() 413 attributesTag->AddAttribute(uriAttr);
in HWTEST_F() 415 attributesTag->AddAttribute(uriAttr1);
in HWTEST_F() 417 attributesTag->AddAttribute(uriAttr2);
in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_server.cpp | 174 return AddAttribute(network); in AddNetwork() 191 return AddAttribute(featuresAttr); in AddFeatures() 202 int HfpAgSdpServer::AddAttribute(const SdpAttribute &attribute) const in AddAttribute() function in OHOS::bluetooth::HfpAgSdpServer
|
H A D | hfp_ag_sdp_server.h | 119 int AddAttribute(const SdpAttribute &attribute) const;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_server.h | 114 int AddAttribute(SdpAttribute attribute) const;
|
H A D | hfp_hf_sdp_server.cpp | 174 return AddAttribute(featuresAttr); in AddFeatures() 185 int HfpHfSdpServer::AddAttribute(SdpAttribute attribute) const in AddAttribute() function in OHOS::bluetooth::HfpHfSdpServer
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 191 void AttributesTag::AddAttribute(std::shared_ptr<Attribute>& attr) in AddAttribute() function in OHOS::Media::Plugin::HttpPlugin::AttributesTag 267 AddAttribute(attr); in ParseAttributes() 271 AddAttribute(attr); in ParseAttributes() 276 AddAttribute(attr); in ParseAttributes() 366 streaminftag->AddAttribute(uriAttr); in ParseURI()
|
H A D | hls_tags.h | 104 void AddAttribute(std::shared_ptr<Attribute>& attr);
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 187 void AttributesTag::AddAttribute(std::shared_ptr<Attribute>& attr) in AddAttribute() function in OHOS::Media::Plugins::HttpPlugin::AttributesTag 263 AddAttribute(attr); in ParseAttributes() 267 AddAttribute(attr); in ParseAttributes() 272 AddAttribute(attr); in ParseAttributes() 373 streaminftag->AddAttribute(uriAttr); in ParseURI()
|
H A D | hls_tags.h | 104 void AddAttribute(std::shared_ptr<Attribute>& attr);
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | state_attributes.h | 70 void AddAttribute(AttributeID attribute, AttributeType value, VisualState state) in AddAttribute() function in OHOS::Ace::StateAttributes
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 140 static void AddAttribute(int serverId, int serviceIndex, int attrType, UUID uuid, uint16_t handle) in AddAttribute() function 812 AddAttribute(serverId, srvcHandle, GattAttribute::GATT_CHARACTERISTIC, uuid, characterHandle); in BleGattsAddCharacteristic() 869 AddAttribute(serverId, srvcHandle, GattAttribute::GATT_DESCRIPTOR, uuid, desHandle); in BleGattsAddDescriptor()
|