Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 15 of 15) sorted by relevance

/test/xts/acts/inputmethod/InputMethodTest_Stage/entry/src/main/ets/ImExtAbility/
DImExtAbility.ets30 this.context.destroy((err, data)=>{
32 console.info('destroy001 destroy fail: ' + JSON.stringify(err));
34 …console.info("destroy001 inputMethodExtensionAbility destroy successfully." + JSON.stringify(data)…
37 console.info('destroy001 destroy catch error: ' + JSON.stringify(error));
41 this.context.destroy().then((data) => {
47 console.info('destroy002 destroy catch error: ' + JSON.stringify(error));
52 console.info("onDestroy: inputMethodExtensionAbility destroy.");
/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/src/main/js/test/
DHttpCacheTest.js33 http.destroy();
52 http.destroy();
74 http.destroy();
97 http.destroy();
120 http.destroy();
143 http.destroy();
DNetworkManagerHttp.test.js32 http.destroy();
47 http.destroy();
65 http.destroy();
86 http.destroy();
105 http.destroy();
121 http.destroy();
142 http.destroy();
DHttp2Test.js32 http.destroy();
48 http.destroy();
63 http.destroy();
107 httpRequest.destroy();
/test/xts/dcts/server/disServer/
Dnet_trans_common.h127 void destroy(void);
Dnet_trans_common.cpp617 void destroy(void) in destroy() function
/test/xts/dcts/multimedia/avsession/src/main/js/test/
DAVSessionManagerJsUnit.test.js164 await session.destroy();
710 await controller.destroy();
777 await controller.destroy();
845 await controller.destroy();
883 await controller.destroy();
1019 await controller.destroy();
1072 await controller.destroy();
1197 controller.destroy();
1248 controller.destroy();
/test/xts/acts/graphic/windowStage/entry/src/main/ets/test/
DwindowPromise.test.ets220 await tempWnd.destroy();
334 await tempWnd.destroy();
385 await tempWnd.destroy();
419 tempWnd.destroy();
982 await tempWnd.destroy();
1026 await createData.destroy();
1083 await ohosData.destroy();
1119 await tempWnd.destroy();
1151 await tempWnd.destroy();
1264 await subWindow.destroy();
[all …]
DwindowCallback.test.ets1337 await tempWnd.destroy();
1377 await tempWnd.destroy();
1385 await tempWnd.destroy();
1422 tempWnd.destroy(async (err, data) => {
1424 unexpectedError(err, caseName, 'ohosWindow.destroy', done);
1482 await tempWnd.destroy();
1525 await tempWnd.destroy();
1528 await tempWnd.destroy();
1682 win.destroy((err, data) => {
1707 console.info(`ohosWindow.destroy failed error: ${JSON.stringify(err)}`)
[all …]
DdisplayAndWindowRefactorInterface.test.ets1599 … console.error(msgStr + 'try catch Failed to destroy the window. Cause: ' + JSON.stringify(err));
/test/xts/acts/telephony/telephonyjstest/netmanager_http/entry/src/main/ets/test/
DHttpRequestJsunit.test.ets110 * @tc.name httprequest::destroy
128 httpRequest.destroy();
/test/xts/acts/graphic/windowstandard/src/main/js/test/
Dwindow.test.js1054 wnd.destroy((err) => {
1120 data.destroy().then(() => {
1295 wnd.destroy().then(() => {
1330 data.destroy().then(() => {
1356 wnd.destroy().then(() => {
1398 data.destroy((err) => {
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngine/
DKeyboardController.ts47 that.mContext.destroy((err) => {
/test/xts/acts/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/
DVerificationTest.ets324 * @tc.name Verification ability destroy status query.
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/
DKeyboardDelegate.ts46 that.mContext.destroy((err) => {