Home
last modified time | relevance | path

Searched refs:code1 (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/advertising/ads/abilitydemo/entry/src/main/ets/common/
DAdsCoreServiceRpcObj.ts44 let code1: number = 1; variable
74 remoteObject.sendMessageRequest(code1, data1, reply1, new rpc.MessageOption());
/test/xts/acts/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/
DWantAgentCover.test.ets37 let code1: number;
61 code1 = data;
70 expect(code1).assertEqual(2);
DVerificationTest.ets324 let code1 = 0;
333 code1 = err.code;
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventndktest/entry/src/main/ets/test/
DhiappeventNdk.test.ets299 console.info(`SUB_DFX_DFT_HiAppEvent_Watcher_Code_0100 code1 : ${code}`);
330 console.info(`SUB_DFX_DFT_HiAppEvent_Watcher_Code_0200 code1 : ${code}`);
355 console.info(`SUB_DFX_DFT_HiAppEvent_Watcher_Code_0300 code1 : ${code}`);
380 console.info(`SUB_DFX_DFT_HiAppEvent_Watcher_Code_0400 code1 : ${code}`);
405 console.info(`SUB_DFX_DFT_HiAppEvent_Watcher_Code_0500 code1 : ${code}`);
433 console.info(`SUB_DFX_DFT_HiAppEvent_Watcher_Code_0600 code1 : ${code}`);
458 console.info(`SUB_DFX_DFT_HiAppEvent_Watcher_Code_0700 code1 : ${code}`);
/test/xts/acts/notification/ces_standard/actsCommonEventManagerTest/entry/src/ohosTest/js/test/
DActsCommonEventManagerSubscribeTest.js232 let code1 = subscriber.getCodeSync();
233 expect(code1).assertEqual(0);
234 console.info(`getCodeSync before setCodeSync, code is ${code1}`)
/test/xts/acts/ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/ohosTest/ets/test/
DTest.ets80 var code1;
162 code1 = error.code;
183 expect(code1).assertEqual(0);
/test/xts/acts/ability/ability_runtime/faapicover/faapicoverhaptest/entry/src/main/ets/test/
DVerificationTest.ets140 let code1 = 536870912
156 expect(number1).assertEqual(code1);
/test/xts/acts/ability/crossplatform/ability_runtime/ActsLifeCycleEtsTest/src/main/ets/test/
DLifeCycleTest.test.ets605 let code1: number;
677 code1 = error ? error.code : 0;
697 expect(code1).assertEqual(0);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp348 JSVM_Value code1 = nullptr; in testTypeError() local
350 OH_JSVM_CreateStringLatin1(env, "500", NAPI_AUTO_LENGTH, &code1); in testTypeError()
353 OH_JSVM_CreateTypeError(env, code1, message1, &error1); in testTypeError()