Home
last modified time | relevance | path

Searched refs:update (Results 1 - 25 of 160) sorted by relevance

1234567

/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstoreUpdateJsunit.test.js67 console.info(TAG + "update done: " + ret);
84 let updatePromise = rdbStore.update(valueBucket, predicates)
87 console.info(TAG + "update done: " + ret);
108 console.info(TAG + "update error");
136 let updatePromise = rdbStore.update(valueBucket, predicates)
138 console.info(TAG + "update done: " + ret);
141 console.info(TAG + "update with null table name");
149 let updatePromise = rdbStore.update(emptyBucket, predicates)
151 console.info(TAG + "update done: " + ret);
154 console.info(TAG + "update wit
[all...]
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksHmacBasicCallbackJsunit.test.js65 function update(handle, HuksOptions) { function
67 huks.update(handle, HuksOptions, function (err, data) {
70 console.log("test update err information: " + JSON.stringify(err));
76 console.log("test update err information: " + JSON.stringify(e));
144 await update(handle, HuksOptions)
146 console.log(`test update data: ${data}`);
149 console.log("test update err information: " + JSON.stringify(err));
160 await update(handle, HuksOptions)
162 console.log(`test update data: ${data}`);
165 console.log("test update er
[all...]
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dconfig_manager.py98 data.update(device.attrib)
101 dev.update(info.attrib)
102 dev.update(data)
111 dev.update(new_dev)
119 dev_alias.update({sn: alias})
123 dev.update({"ip": "127.0.0.1"})
156 cfg.update({ConfigConst.tag_enable: "ON" if enable.upper() == "ON" else "OFF"})
168 cfg.update(device_log)
182 data.update({key: value})
194 data.update({"consol
[all...]
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Drepeater_helper.py51 root_tree.attrib.update({ReportConstant.modules: str(len(name_set))})
52 root_tree.attrib.update({ReportConstant.run_modules: str(len(name_set))})
64 root_tree.attrib.update({ReportConstant.tests: "0"})
65 root_tree.attrib.update({ReportConstant.unavailable: "0"})
70 root_tree.attrib.update({update_attribute: str(value)})
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstoreUpdateJsunit.test.js77 let ret = await rdbStore.update(valueBucket, predicates)
79 await console.log(TAG + "update done: " + ret);
126 await rdbStore.update(valueBucket, predicates)
135 await rdbStore.update(emptyBucket, predicates)
144 await rdbStore.update(valueBucket, predicates);
169 await rdbStore.update(valueBucket, predicates)
176 await rdbStore.update(valueBucket, predicates)
201 await rdbStore.update(valueBucket, predicates)
212 await rdbStore.update(emptyBucket, predicates)
248 let ret = await rdbStore.update(valueBucke
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h63 void UpdateUITree(const SerializeableObjectArray& update) in UpdateUITree() argument
65 auto task = [this, &update]() { distributedUI_->UpdateUITree(update); }; in UpdateUITree()
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherAESBasicPromiseJsunit.test.js67 await update(handle, HuksOptions);
75 await update(handle, HuksOptions);
89 async function update(handle, HuksOptions) {
91 .update(handle, HuksOptions)
93 console.log(`test update data ${JSON.stringify(data)}`);
95 console.log(`test update outDatalength ${updateResult.length}`);
98 console.log(`test update outDatalength ${updateResult.length}`);
104 console.log('test update err information: ' + err);
H A DSecurityHuksCipherRSABasicPromiseJsunit.test.js106 await update(handle, HuksOptions);
113 await update(handle, HuksOptions);
120 await update(handle, HuksOptions);
125 async function update(handle, HuksOptions) {
127 .update(handle, HuksOptions)
129 console.log(`test update data ${JSON.stringify(data)}`);
133 console.log('test update err information: ' + err);
H A DSecurityHuksCipherSM2BasicPromiseJsunit.test.js112 await update(handle, HuksOptions);
119 await update(handle, HuksOptions);
126 await update(handle, HuksOptions);
131 async function update(handle, HuksOptions) {
133 .update(handle, HuksOptions)
135 console.log(`test update data ${JSON.stringify(data)}`);
139 console.log('test update err information: ' + err);
292 await update(handle, HuksOptions)
304 await update(handle, HuksOptions)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Drect_paint_property.h31 // Dimension(0) will update radius, but Dimension(-1) will not.
220 bool update = false; in UpdateRadius() local
223 update = true; in UpdateRadius()
227 update = true; in UpdateRadius()
231 update = true; in UpdateRadius()
234 if (update) { in UpdateRadius()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dplugin.py48 self.update(params)
56 def update(self, params): member in Config
57 self.__dict__.update(params)
188 params.update(kwargs)
/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Denv_pool.py261 self.__device_dict.update(json.loads(_content)[0])
263 self.__device_dict.update(json.loads(content))
267 self.__device_dict.update(_content[0])
269 self.__device_dict.update(_content)
290 self.__device_dict.update({"type": self.type})
291 self.__device_dict.update({"label": self.label})
353 attrib_dict.update({"type": self.usb_type})
355 attrib_dict.update({"label": self.label})
380 config.update({"device_sn": self.device_sn})
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreUpdateJsunit.test.js54 * @tc.name Normal test case of update
85 let ret = await rdbStore.update(valueBucket, predicates)
87 await console.log(TAG + "update done: " + ret);
121 * @tc.name Abnormal test case of update, if TABLE name or Bucket is empty and column invalid
124 * 3.Execute update
126 * 5.Execute update
128 * 7.Execute update
141 await rdbStore.update(valueBucket, predicates) // table name should not empty
150 await rdbStore.update(emptyBucket, predicates) // emptyBucket should not empty
159 await rdbStore.update(valueBucke
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Dbezier_curve.cpp31 auto update = MakeCallback<IOnChanged>(this, &CubicBezierEasingCurve::UpdateCoefficients); in Build() local
32 META_ACCESS_PROPERTY(ControlPoint1)->OnChanged()->AddHandler(update); in Build()
33 META_ACCESS_PROPERTY(ControlPoint2)->OnChanged()->AddHandler(update); in Build()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api_inner.cpp48 int32_t GRD_UpdateDocInner(GRD_DB *db, const char *collectionName, const char *filter, const char *update, in GRD_UpdateDocInner() argument
51 if (db == nullptr || db->store_ == nullptr || collectionName == nullptr || filter == nullptr || update == nullptr) { in GRD_UpdateDocInner()
54 int ret = db->store_->UpdateDocument(collectionName, filter, update, flags); in GRD_UpdateDocInner()
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksSM2BasicCallbackJsunit.test.js162 await update(handle, HuksOptions);
169 await update(handle, HuksOptions);
176 await update(handle, HuksOptions);
181 async function update(handle, HuksOptions) {
184 console.log(`test update data ${JSON.stringify(data)}`);
188 console.log('test update err information: ' + err);
195 huks.update(handle, HuksOptions, function (err, data) {
197 console.log('test update err information: ' + JSON.stringify(err));
390 await update(handle, HuksOptions)
402 await update(handl
[all...]
H A DSecurityHuksRSABasicCallbackJsunit.test.js160 await update(handle, HuksOptions);
167 await update(handle, HuksOptions);
174 await update(handle, HuksOptions);
179 async function update(handle, HuksOptions) {
182 console.log(`test update data ${JSON.stringify(data)}`);
186 console.log('test update err information: ' + err);
193 huks.update(handle, HuksOptions, function (err, data) {
195 console.log('test update err information: ' + JSON.stringify(err));
/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
H A Dtypesutil_fuzzer.cpp98 Entry update; in ChangeNotificationFuzz() local
101 update.key = strBase; in ChangeNotificationFuzz()
104 update.value = strBase; in ChangeNotificationFuzz()
110 updates.push_back(update); in ChangeNotificationFuzz()
/test/xts/acts/security/huks/security_huks_basic/utils/param/derive/
H A DpublicDeriveCallback.js75 await update(handle, HuksOptions)
77 console.log(`test update data ${JSON.stringify(data)}`);
81 console.log('test update err information: ' + JSON.stringify(err));
86 function update(handle, HuksOptions) { function
88 huks.update(handle, HuksOptions, function (err, data) {
90 console.log('test update err information: ' + JSON.stringify(err));
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.h149 void UpdateIfChanged(T& update, const T& val) in UpdateIfChanged() argument
151 if (update != val) { in UpdateIfChanged()
153 update = val; in UpdateIfChanged()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dsystem_vpn_wrapper.cpp93 std::function<void()> update = std::bind(&SystemVpnWrapper::ExecuteUpdate, shared_from_this(), stage); in Update() local
94 vpnFfrtQueue_->submit(update); in Update()
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/digestalgorithm/
H A DpublicDigestPromise.js30 .update(inBlob)
76 let promiseMacUpdate = globalHMAC.update(inBlob);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp142 int UpdateArgsCheck(const std::string &collection, const std::string &filter, const std::string &update, uint32_t flags) in UpdateArgsCheck() argument
150 if (update.length() >= JSON_LENS_MAX || filter.length() >= JSON_LENS_MAX) { in UpdateArgsCheck()
154 JsonObject updateObj = JsonObject::Parse(update, errCode, true); in UpdateArgsCheck()
156 GLOGE("update Parsed failed"); in UpdateArgsCheck()
159 if (update != "{}") { in UpdateArgsCheck()
173 int GetUpDataRePlaceData(ResultSet &resultSet, const std::string &id, const std::string &update, std::string &valStr, in GetUpDataRePlaceData() argument
185 JsonObject updateValue = JsonObject::Parse(update, errCode, true); in GetUpDataRePlaceData()
209 const std::string &update, bool &isReplace) in UpdateDataIntoDB()
238 errCode = GetUpDataRePlaceData(resultSet, docId, update, valStr, isReplace); in UpdateDataIntoDB()
257 int DocumentStore::UpdateDocument(const std::string &collection, const std::string &filter, const std::string &update, in UpdateDocument() argument
208 UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::string &update, bool &isReplace) UpdateDataIntoDB() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Danimate_impl_test.cpp626 ArkUI_ContextCallback* update = new ArkUI_ContextCallback(); in HWTEST_F() local
627 update->callback = AnimateCompleteCallback; in HWTEST_F()
629 int32_t ret = AnimateTo(&context, option, update, complete); in HWTEST_F()
632 delete update; in HWTEST_F()
650 ArkUI_ContextCallback* update = new ArkUI_ContextCallback(); in HWTEST_F() local
651 update->callback = AnimateCompleteCallback; in HWTEST_F()
657 int32_t ret = AnimateTo(&context, option, update, complete); in HWTEST_F()
662 delete update; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp93 Entry insert, update, del; in HWTEST_F() local
95 update.key = "update"; in HWTEST_F()
98 update.value = "update_value"; in HWTEST_F()
102 updates.push_back(update); in HWTEST_F()
114 EXPECT_EQ(changeOut.GetUpdateEntries().front().key.ToString(), std::string("update")); in HWTEST_F()

Completed in 11 milliseconds

1234567