Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 80) sorted by relevance

1234

/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dupdate_abnormal.rs22 let mut update = AssetMap::new(); in update_query_without_alias() localVariable
35 let mut update = AssetMap::new(); in update_query_invalid_alias() localVariable
55 let mut update = AssetMap::new(); in update_query_alias_with_unmatched_type() localVariable
75 let mut update = AssetMap::new(); in update_query_invalid_accessibility() localVariable
90 let mut update = AssetMap::new(); in update_query_invalid_auth_type() localVariable
110 let mut update = AssetMap::new(); in update_query_invalid_sync_type() localVariable
125 let mut update = AssetMap::new(); in update_query_invalid_label() localVariable
149 let mut update = AssetMap::new(); in update_query_bool_tag_with_unmatched_type() localVariable
172 let mut update = AssetMap::new(); in update_query_bytes_tag_with_unmatched_type() localVariable
196 let mut update = AssetMap::new(); in update_query_number_tag_with_unmatched_type() localVariable
[all …]
H A Dupdate.rs28 let mut update = AssetMap::new(); in update_same_secret() localVariable
47 let mut update = AssetMap::new(); in update_different_secret() localVariable
69 let mut update = AssetMap::new(); in update_attr_normal() localVariable
88 let mut update = AssetMap::new(); in update_non_exist() localVariable
H A Dmain.rs29 mod update; module
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore-sys.md76 ### update subsection
169 ### update subsection
H A Djs-apis-application-dataShareExtensionAbility-sys.md125 ## update section
H A Djs-apis-data-dataShare-sys.md1410 ### update subsection
1473 ### update subsection
H A Djs-apis-data-rdb.md1413 ### update subsection
1460 ### update subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore-sys.md76 ### update subsection
169 ### update subsection
H A Djs-apis-application-dataShareExtensionAbility-sys.md125 ## update section
H A Djs-apis-data-dataShare-sys.md1414 ### update subsection
1477 ### update subsection
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-cryptoFramework.md3009 ### update subsection
3049 ### update subsection
3646 ### update subsection
3685 ### update subsection
4209 ### update subsection
4247 ### update subsection
4993 ### update subsection
5026 ### update subsection
5419 ### update subsection
5450 ### update subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-cryptoFramework.md3007 ### update subsection
3047 ### update subsection
3644 ### update subsection
3683 ### update subsection
4207 ### update subsection
4245 ### update subsection
4991 ### update subsection
5024 ### update subsection
5417 ### update subsection
5448 ### update subsection
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js41 Observer.prototype.update = function() { method in Observer
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-ComponentContent.md135 ### update subsection
H A Djs-apis-arkui-builderNode.md427 ### update subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-ComponentContent.md135 ### update subsection
H A Djs-apis-arkui-builderNode.md429 ### update subsection
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
H A Dmd.h28 HcfResult (*update)(HcfMd *self, HcfBlob *input); member
H A Dmac.h32 HcfResult (*update)(HcfMac *self, HcfBlob *input); member
H A Dsignature.h41 HcfResult (*update)(HcfSign *self, HcfBlob *data); member
63 HcfResult (*update)(HcfVerify *self, HcfBlob *data); member
/ohos5.0/base/security/crypto_framework/frameworks/spi/
H A Dcipher_factory_spi.h35 HcfResult (*update)(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output); member
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Dbezier_curve.cpp31 auto update = MakeCallback<IOnChanged>(this, &CubicBezierEasingCurve::UpdateCoefficients); in Build() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dparts.rs48 pub(crate) fn update(&mut self, headers: Header, value: String) { in update() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dparts.rs50 pub(crate) fn update(&mut self, headers: Field, value: String) { in update() method
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h63 void UpdateUITree(const SerializeableObjectArray& update) in UpdateUITree()

1234