Home
last modified time | relevance | path

Searched refs:update (Results 51 - 75 of 160) sorted by relevance

1234567

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/src/
H A Dversion_info_manager_test.cpp340 DistributedKv::Entry insert, update, del; in HWTEST_F() local
342 update.key = "strBase"; in HWTEST_F()
345 update.value = "strBase"; in HWTEST_F()
349 updates.push_back(update); in HWTEST_F()
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksHmacBasicPromiseJsunit.test.js114 await update(handle, HuksOptions);
123 await update(handle, HuksOptions);
132 await update(handle, HuksOptions);
202 async function update(handle, HuksOptions) {
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H A Dmanager_lite.py179 attrib_dict.update({"type": self.usb_type})
180 attrib_dict.update({"label": self.label})
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/digestalgorithm/
H A DpublicDigestCallback.js59 macGenerator.update(dataBlob, (err) => {
61 console.error("[Callback]macGenerator update failed. error is " + err);
64 console.log("[Callback]macGenerator update success!");
65 resolve("update success");
89 mdGenerator.update(dataBlob, (err) => {
91 console.error("[Callback]mdGenerator update failed. error is " + err);
94 console.log("[Callback]mdGenerator update success!");
95 resolve("update success");
132 expect(updateData === "update success").assertTrue();
166 expect(updateData === "update succes
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c293 remoteNode->deviceInfo.update = NSTACKX_TRUE; in CreateRemoteNode()
655 remoteNode->deviceInfo.update = *updated; in UpdateRemoteNodeByDeviceInfo()
680 if (GetIsNotifyPerDevice() == true && deviceInfo->update != NSTACKX_TRUE) { in CopyRemoteNodeToDeviceInfo()
689 deviceList[*count].update = deviceInfo->update; in CopyRemoteNodeToDeviceInfo()
690 deviceInfo->update = NSTACKX_FALSE; in CopyRemoteNodeToDeviceInfo()
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.h84 update(); in UpdatePaintSlot()
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dservice.py64 self._global_attr.update({key: value})
/test/xts/hats/
H A Dcheck_hvigor.py29 hash_md5.update(chunk)
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherSM2BasicPromiseJsunit.test.js145 await update(handle, HuksOptions);
152 await update(handle, HuksOptions);
159 await update(handle, HuksOptions);
164 async function update(handle, HuksOptions) {
305 // init-update-finish
342 // init - update - finish
379 await update(handle, HuksOptions)
391 await update(handle, HuksOptions)
405 // only use finish instead of update
696 // only use finish instead of update
[all...]
/test/xts/acts/security/huks/security_huks_basic/utils/param/signverify/
H A DpublicSignverifyCallback.js145 console.log(`test update data ${JSON.stringify(data)}`);
150 console.log('test update err information: ' + err);
160 console.log(`update size invalid isFinished = ${isFinished}`);
172 huks.update(handle, HuksOptions, function (err, data) {
174 console.log('test update err information: ' + JSON.stringify(err));
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreReadOnlyJsunit.test.js133 * @tc.name update data in read-only database
135 * @tc.desc update data
145 await store.update(valueBucket, predicates);
148 console.error(TAG, `update failed, errCode:${err.code}, message:${err.message}`);
H A DRdbStoreAssetResultSetJsunit.test.js680 * @tc.desc resultSet getAssets and update test
727 await rdbStore.update(valuesBucket, predicates);
728 console.log(TAG + "************* testGetAssetsUpdate1 update success *************");
740 console.log(TAG + "update throw error: " + e.code + ", message is " + e.message);
755 * @tc.desc resultSet getAssets and update test
802 await rdbStore.update(valuesBucket, predicates);
803 console.log(TAG + "************* testGetAssetsUpdate2 update success *************");
821 console.log(TAG + "update throw error: " + e.code + ", message is " + e.message);
835 * @tc.name update asset
869 await rdbStore.update(valuesBucke
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.cpp233 static uint32_t GetXid(int update) in GetXid() argument
236 if (update) { in GetXid()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.h54 const RefPtr<UINode>& tabContent, int32_t position = DEFAULT_NODE_SLOT, bool update = false);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.h120 int32_t AnimateTo(ArkUI_ContextHandle context, ArkUI_AnimateOption* option, ArkUI_ContextCallback* update,
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dsubject.js80 this._obsMap[key].forEach(observer => observer.update());
/foundation/distributeddatamgr/data_object/samples/distributedNotepad/entry/src/main/js/model/
H A DDistributedDataModel.js88 update(index, title, content) {
95 console.info('update my documentList ' + JSON.stringify(this.documentList));
/foundation/distributeddatamgr/relational_store/test/js/rdb/performance/src/
H A DRdbStoreOthersCallbackPerf.js84 rdbStore.update(updateVB, predicates, function (err, data) {
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/performance/src/
H A DRdbStoreOthersCallbackPerf.js85 rdbStore.update(updateVB, predicates, function (err, data) {
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h122 int8_t update : 1; member
/test/xts/acts/
H A Dcheck_hvigor.py29 hash_md5.update(chunk)
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/digestalgorithm/
H A DpublicDigestCallback.js56 macGenerator.update(dataBlob, (err) => {
58 console.error("[Callback] macGenerator update failed. error is " + err);
61 console.log("[Callback] macGenerator update success!");
62 resolve("update success");
112 console.log("[Callback] update success: " + updateData);
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py103 args.update({ConfigConst.repeat: int(repeat)})
105 config.update(args)
239 config.update(task.config.__dict__)
571 task_list.update({module_subsystem: 1})
573 task_list.update({module_subsystem: task_list.get(module_subsystem) + 1})
611 common_kits.update({key: common_kit_tem})
734 # find in cache. if not find, update cache
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py532 Context.command_queue().update(-1, history_command)
641 args.update({ConfigConst.repeat: repeat})
645 args.update({arg[0].strip(): arg[1].strip()})
852 params_result.update(
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreCustomDir.test.js101 * @tc.name RelationalStore store Single level directory insert update delete query test
103 * @tc.desc RelationalStore store Single level directory insert update delete query test
172 await store.update(valueBucket1, predicates).then(async (rows) => {
173 console.info(TAG + "*************update start*************");
176 console.info(TAG + "*************update end*************");
178 console.info("update error " + err);
288 * @tc.name RelationalStore store Multi-level directory insert update delete query test
290 * @tc.desc RelationalStore store Multi-level directory insert update delete query test
359 await store.update(valueBucket1, predicates).then(async (rows) => {
360 console.info(TAG + "*************update star
[all...]

Completed in 15 milliseconds

1234567