Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 138) sorted by relevance

123456

/test/xts/acts/distributeddatamgr/crossplatform/relationalstoreetstest/src/main/ets/test/
DRdbStoreUpdate.test.ets73 * @tc.desc : RdbStore update callback test
90 rdbStore.update(valueBucket, predicates, async (err, rows) => {
117 console.info("update error " + e);
123 console.info("update error " + e);
132 * @tc.desc : RdbStore update callback test
143 rdbStore.update(emptyBucket, predicates, async (err, rows) => {
147 console.info(TAG + "update with wrong valueBucket");
156 console.info("update error " + e);
165 * @tc.desc : RdbStore update callback test
182 rdbStore.update(valueBucket, predicates, async (err, rows) => {
[all …]
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/
DRdbstoreUpdateJsunit.test.js84 let updatePromise = rdbStore.update(valueBucket, predicates)
136 let updatePromise = rdbStore.update(valueBucket, predicates)
149 let updatePromise = rdbStore.update(emptyBucket, predicates)
160 let updatePromise = rdbStore.update(valueBucket, predicates)
193 let updatePromise = rdbStore.update(valueBucket, predicates)
204 let updatePromise = rdbStore.update(valueBucket, predicates)
237 await rdbStore.update(valueBucket, predicates).then(async (ret) => {
250 await rdbStore.update(valueBucket, predicates).then(async (ret) => {
/test/xts/acts/security/certificate_manager/certificate_manager_func/src/main/ets/test/utils/signAndVerify/
DsignVerifyPromise.ets22 await certManager.update(signHandle.handle, srcData);
25 await certManager.update(verifyHandle.handle, srcData);
43 await certManager.update(signHandle.handle, srcData);
51 await certManager.update(verifyHandle.handle, srcData);
55 await certManager.update(verifyHandle.handle, srcData);
79 await certManager.update(signHandle.handle, srcData);
83 await certManager.update(signHandle.handle, srcData);
/test/testfwk/xdevice/src/xdevice/_core/report/
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)})
/test/xts/acts/update_lite/dupdate_posix/
DBUILD.gn21 "//base/update/sys_installer_lite/interfaces/kits",
22 "//base/update/sys_installer_lite/hals",
27 "//base/update/sys_installer_lite/frameworks/source:hota",
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/src/main/js/test/
DDigestAlgorithmSm3.test.js93 .update(ginBlob)
133 globalMd.update((err) => {
152 globalMd.update(null, (err) => {
366 return globalHMAC.update(ginBlob);
464 await globalHMAC.update(ginBlob);
471 await globalHMAC.update(null);
477 await globalHMAC.update(ginBlob, ginBlob);
/test/testfwk/xdevice/src/xdevice/_core/config/
Dconfig_manager.py264 data_dic.update({"console": str(node.text).strip()})
267 data_dic.update({child.tag: str(child.text).strip()})
277 data_dic.update({child.tag: str(child.text).strip()})
279 data_dic.update({ConfigConst.tag_enable: str(node.text).strip()})
280 data_dic.update({ConfigConst.tag_dir: None})
281 data_dic.update({ConfigConst.tag_loglevel: "INFO"})
282 data_dic.update({ConfigConst.tag_clear: "TRUE"})
/test/xts/acts/security/cryptoFramework/js_api10_test_oh41/src/main/ets/test/utils/signVerify/
DsignVerifyAsyPromiseFunc.ets34 await sign.update(input1);
35 console.log("[Promise] signVerifyPromiseNormalProcess: sign update succeed");
39 await verify.update(input1);
40 console.log("[Promise] signVerifyPromiseNormalProcess: verify update succeed");
111 await sign.update(input1);
112 console.log("[Promise] signVerifySetUseridProcess: sign update succeed");
120 await verify.update(input1);
121 console.log("[Promise] signVerifySetUseridProcess: verify update succeed");
/test/testfwk/xdevice/src/xdevice/_core/
Dplugin.py47 self.update(params)
55 def update(self, params): member in Config
56 self.__dict__.update(params)
198 params.update(kwargs)
/test/xts/acts/security/security_huks_basic/huks_cipher_promise_BasicTest/src/main/js/test/Cipher/
DSecurityHuksCipherSM2BasicPromiseJsunit.test.js112 await update(handle, HuksOptions);
119 await update(handle, HuksOptions);
126 await update(handle, HuksOptions);
131 async function update(handle, HuksOptions) { function
133 .update(handle, HuksOptions)
292 await update(handle, HuksOptions)
304 await update(handle, HuksOptions)
DSecurityHuksCipherRSABasicPromiseJsunit.test.js106 await update(handle, HuksOptions);
113 await update(handle, HuksOptions);
120 await update(handle, HuksOptions);
125 async function update(handle, HuksOptions) { function
127 .update(handle, HuksOptions)
/test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_two/entry/src/main/ets/MainAbility/pages/
DWebViewControllerDownloadNetworkTest.ets109 console.log("download update download state: " + webDownloadItem.getState());
110 … console.log("download update percent complete: " + webDownloadItem.getPercentComplete());
111 console.log("download update full path: " + webDownloadItem.getFullPath());
112 console.log("download update current speed: " + webDownloadItem.getCurrentSpeed());
113 console.log("download update total bytes: " + webDownloadItem.getTotalBytes());
114 … console.log("download update received bytes: " + webDownloadItem.getReceivedBytes());
DWebViewControllerDownloadFileTest.ets125 console.log("download update download state: " + webDownloadItem.getState());
126 … console.log("download update percent complete: " + webDownloadItem.getPercentComplete());
127 console.log("download update full path: " + webDownloadItem.getFullPath());
128 console.log("download update current speed: " + webDownloadItem.getCurrentSpeed());
129 console.log("download update total bytes: " + webDownloadItem.getTotalBytes());
130 … console.log("download update received bytes: " + webDownloadItem.getReceivedBytes());
DWebViewControllerDownloadServerTest.ets158 console.log("download update download state: " + webDownloadItem.getState());
159 … console.log("download update percent complete: " + webDownloadItem.getPercentComplete());
160 console.log("download update full path: " + webDownloadItem.getFullPath());
161 console.log("download update current speed: " + webDownloadItem.getCurrentSpeed());
162 console.log("download update total bytes: " + webDownloadItem.getTotalBytes());
163 … console.log("download update received bytes: " + webDownloadItem.getReceivedBytes());
/test/testfwk/xdevice/src/xdevice/_core/environment/
Denv_pool.py254 self.__device_dict.update(json.loads(_content)[0])
256 self.__device_dict.update(json.loads(content))
260 self.__device_dict.update(_content[0])
262 self.__device_dict.update(_content)
283 self.__device_dict.update({"type": self.type})
284 self.__device_dict.update({"label": self.label})
346 attrib_dict.update({"type": self.usb_type})
348 attrib_dict.update({"label": self.label})
373 config.update({"device_sn": self.device_sn})
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/
DRelationalStoreUpdateJsunit.test.js87 let updatePromise = rdbStore.update(valueBucket, predicates)
139 let updatePromise = rdbStore.update(valueBucket, predicates)
152 let updatePromise = rdbStore.update(emptyBucket, predicates)
163 let updatePromise = rdbStore.update(valueBucket, predicates)
196 let updatePromise = rdbStore.update(valueBucket, predicates)
207 let updatePromise = rdbStore.update(valueBucket, predicates)
240 await rdbStore.update(valueBucket, predicates).then(async (ret) => {
253 await rdbStore.update(valueBucket, predicates).then(async (ret) => {
306 let updatePromise = rdbStore.update(valueBucket, predicates)
401 …await rdbStore.update(valueBucket, predicates, data_Rdb.ConflictResolution.ON_CONFLICT_NONE).then(…
[all …]
/test/xts/acts/arkui/ace_ets_component_four/entry/src/main/ets/MainAbility/pages/
DanimatorOption.ets41 this.animation.update(repeatoptions);
63 Button('update').borderRadius(8).backgroundColor(0x317aff).width(90).onClick(() => {
70 this.animation.update(newoptions);
/test/xts/acts/security/cryptoFramework/js_api_test_one/src/main/js/test/
DDigestAlgorithm.test.js188 mdGenerator.update(null, (err) => {
201 await mdGenerator.update(0);
371 await globalHMAC.update(null);
405 await macObj.update(inBlob);
/test/xts/acts/security/security_huks_basic/huks_cipher_callback_BasicTest/src/main/js/test/Cipher/
DSecurityHuksSM2BasicCallbackJsunit.test.js162 await update(handle, HuksOptions);
169 await update(handle, HuksOptions);
176 await update(handle, HuksOptions);
181 async function update(handle, HuksOptions) { function
195 huks.update(handle, HuksOptions, function (err, data) {
390 await update(handle, HuksOptions)
402 await update(handle, HuksOptions)
/test/xts/acts/security/security_huks_basic/huks_hmac_callback_BasicTest/src/main/js/test/HMAC/
DSecurityHuksHmacBasicCallbackJsunit.test.js65 function update(handle, HuksOptions) { function
67 huks.update(handle, HuksOptions, function (err, data) {
144 await update(handle, HuksOptions)
160 await update(handle, HuksOptions)
177 await update(handle, HuksOptions)
/test/xts/acts/security/security_huks_basic/huks_hmac_promise_BasicTest/src/main/js/test/HMAC/
DSecurityHuksHmacBasicPromiseJsunit.test.js145 await update(handle, HuksOptions);
154 await update(handle, HuksOptions);
163 await update(handle, HuksOptions);
221 async function update(handle, HuksOptions) { function
223 .update(handle, HuksOptions)
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/
DonFrame.ets45 this.animation.update(repeatoptions);
80 Button('update').borderRadius(8).backgroundColor(0x317aff).width(90).onClick(() => {
87 this.animation.update(newoptions);
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/conponentadd/
DanimatorOption_y.ets41 this.animation.update(repeatoptions);
63 Button('update').borderRadius(8).backgroundColor(0x317aff).width(90).onClick(() => {
70 this.animation.update(newoptions);
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/src/main/js/test/utils/digestalgorithm/
DpublicDigestPromise.js30 .update(inBlob)
76 let promiseMacUpdate = globalHMAC.update(inBlob);
/test/xts/acts/arkui/ace_ets_web_error_code/entry/src/main/ets/MainAbility/pages/
DwebDownloadErrorCode.ets294 console.log("download update download guid: " + webDownloadItem.getGuid());
295 console.log("download update download method:" + webDownloadItem.getMethod());
296 console.log("download update download state: " + webDownloadItem.getState());
297 … console.log("download update percent complete: " + webDownloadItem.getPercentComplete());
298 console.log("download update full path: " + webDownloadItem.getFullPath());
299 console.log("download update current speed: " + webDownloadItem.getCurrentSpeed());
300 console.log("download update total bytes: " + webDownloadItem.getTotalBytes());
301 … console.log("download update received bytes: " + webDownloadItem.getReceivedBytes());

123456