/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 98 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/xts/acts/security/huks/security_huks_basic/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicCallbackJsunit.test.js | 65 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/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreUpdateJsunit.test.js | 67 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/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | repeater_helper.py | 51 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/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherAESBasicPromiseJsunit.test.js | 67 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 D | SecurityHuksCipherRSABasicPromiseJsunit.test.js | 106 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 D | SecurityHuksCipherSM2BasicPromiseJsunit.test.js | 112 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)
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 261 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})
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksSM2BasicCallbackJsunit.test.js | 162 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 D | SecurityHuksRSABasicCallbackJsunit.test.js | 160 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));
|
H A D | SecurityHuksAESBasicCallbackJsunit.test.js | 92 await update(handle, HuksOptions);
99 await update(handle, HuksOptions);
111 async function update(handle, HuksOptions) {
114 console.log(`test update data ${JSON.stringify(data)}`);
123 console.log('test update err information: ' + err);
130 huks.update(handle, HuksOptions, function (err, data) {
132 console.log('test update err information: ' + JSON.stringify(err));
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | plugin.py | 48 self.update(params) 56 def update(self, params): member in Config 57 self.__dict__.update(params) 188 params.update(kwargs)
|
/test/xts/acts/security/huks/security_huks_basic/utils/param/derive/ |
H A D | publicDeriveCallback.js | 75 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));
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreUpdateJsunit.test.js | 70 console.info(TAG + "update done: " + ret);
87 let updatePromise = rdbStore.update(valueBucket, predicates)
90 console.info(TAG + "update done: " + ret);
111 console.info(TAG + "update error");
148 await rdbStore.update(emptyBucket, predicates);
151 console.info(TAG + "update with wrong valueBucket");
158 let updatePromise = rdbStore.update(valueBucket, predicates)
160 console.info(TAG + "update done: " + ret);
163 console.info(TAG + "update with wrong condition");
190 let updatePromise = rdbStore.update(valueBucke [all...] |
/test/xts/acts/security/huks/security_huks_basic/utils/param/agree/ |
H A D | publicAgreeCallback.js | 113 await update(handle, HuksOptions)
115 console.log(`test update data ${JSON.stringify(data)}`);
119 console.log('test update err information: ' + JSON.stringify(err));
125 function update(handle, HuksOptions) {
function 127 huks.update(handle, HuksOptions, function (err, data) {
129 console.log('test update err information: ' + JSON.stringify(err));
|
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/digestalgorithm/ |
H A D | publicDigestPromise.js | 30 .update(inBlob)
76 let promiseMacUpdate = globalHMAC.update(inBlob);
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | public_method.py | 137 services_component_dict_after.update({ 140 component_gcda_dict_after.update({
|
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/digestalgorithm/ |
H A D | publicDigestPromise.js | 36 .update(inBlob) 38 console.warn("[Promise]: update finished"); 93 var promiseMacUpdate = globalHMAC.update(inBlob);
|
H A D | publicDigestCallback.js | 59 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...] |
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicPromiseJsunit.test.js | 114 await update(handle, HuksOptions); 123 await update(handle, HuksOptions); 132 await update(handle, HuksOptions); 202 async function update(handle, HuksOptions) {
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherSM2BasicPromiseJsunit.test.js | 145 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/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | life_stage.py | 42 self._data.update(self._get_data()) 47 data.update({"type": self._event_type})
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
H A D | manager_lite.py | 179 attrib_dict.update({"type": self.usb_type}) 180 attrib_dict.update({"label": self.label})
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | constants.py | 32 product_info.update(parse_line_key_value(line))
|
/test/xts/acts/security/huks/security_huks_basic/utils/param/signverify/ |
H A D | publicSignverifyCallback.js | 145 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));
|