Home
last modified time | relevance | path

Searched refs:AddAttribute (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp237 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 Dview_abstract_model_impl.cpp183 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 Dm3u8_unit_test.cpp181 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 Dhfp_ag_sdp_server.cpp174 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 Dhfp_ag_sdp_server.h119 int AddAttribute(const SdpAttribute &attribute) const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.h114 int AddAttribute(SdpAttribute attribute) const;
H A Dhfp_hf_sdp_server.cpp174 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 Dhls_tags.cpp191 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 Dhls_tags.h104 void AddAttribute(std::shared_ptr<Attribute>& attr);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp187 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 Dhls_tags.h104 void AddAttribute(std::shared_ptr<Attribute>& attr);
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dstate_attributes.h70 void AddAttribute(AttributeID attribute, AttributeType value, VisualState state) in AddAttribute() function in OHOS::Ace::StateAttributes
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp140 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()

Completed in 10 milliseconds