Home
last modified time | relevance | path

Searched refs:getCapacity (Results 1 – 11 of 11) sorted by relevance

/test/xts/acts/commonlibrary/ets_utils/containerLine_lib_standard/entry/src/ohosTest/js/test/
DVector.test.js123 let capacity = vector.getCapacity();
139 let capacity = vector.getCapacity();
511 let capacity = vector.getCapacity();
535 let capacity = vector.getCapacity();
559 let capacity = vector.getCapacity();
833 let res = vector.getCapacity();
855 let res = vector.getCapacity();
871 let res = vector.getCapacity();
888 let res = vector.getCapacity();
DArrayList.test.js380 let res = arrayList.getCapacity();
403 let res = arrayList.getCapacity();
420 let res = arrayList.getCapacity();
437 let res = arrayList.getCapacity();
827 let res = arrayList.getCapacity();
/test/xts/acts/powermgr/ndk/entry/src/main/cpp/types/libentry/
Dindex.d.ts15 export const getCapacity: () => number; constant
/test/xts/acts/powermgr/ndk/entry/src/ohosTest/ets/test/
DbatteryInfoNdk.test.ets60 let capacity = batteryInfoNdk.getCapacity();
65 console.info(TAG + ` getCapacity err: ${error.code} ${error.message}`);
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/ets/test/
DreceiverNDK.test.ets149 * : 3.getSize,getFormat,getCapacity
160 let capacity = ndkTest.getCapacity(myReceiver);
/test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/arraylist/
DArrayList.test.ets985 * @tc.desc : Testing ArrayList insert->add->remove->subArrayList->getCapacity
1001 let result = arrayList.getCapacity();
1012 * @tc.desc : Testing ArrayList insert->add->remove->subArrayList->clear->getCapacity
1028 expect(arrayList.getCapacity()).assertEqual(0);
1030 expect(arrayList.getCapacity()).assertEqual(1);
/test/xts/dcts/communication/dsoftbus/rpc/src/main/js/test/
DRpcJsunit.test.js4419 expect(data.getCapacity()).assertEqual(0);
4422 expect(data.getCapacity()).assertEqual(100);
4426 expect(result.reply.getCapacity()).assertEqual(("constant".length * 2) + 8);
4457 expect(data.getCapacity()).assertEqual(100);
4462 expect(result.reply.getCapacity()).assertEqual(("constant".length * 2) + 8);
4487 expect(data.getCapacity()).assertEqual(0);
4522 expect(result.reply.getCapacity()).assertEqual(("constant".length * 2) + 8);
4553 expect(data.getCapacity()).assertEqual(M);
4655 let getCapacitydata = data.getCapacity();
4690 let getCapacityresult = result.reply.getCapacity();
[all …]
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
Dutil.test.js4970 let result = that.getCapacity()
4985 let result = that.getCapacity()
5000 let result = that.getCapacity()
5015 let result = that.getCapacity()
5030 let result = that.getCapacity()
5765 let result = that.getCapacity()
5779 let result = that.getCapacity()
5793 let result = that.getCapacity()
5808 let result = that.getCapacity()
5823 let result = that.getCapacity()
/test/xts/acts/commonlibrary/ets_utils/util2_lib_standard/entry/src/ohosTest/js/test/
Dutil.test.js2226 var result = that.getCapacity()
2241 var result = that.getCapacity()
2256 var result = that.getCapacity()
2271 var result = that.getCapacity()
2286 var result = that.getCapacity()
3081 var result = that.getCapacity()
3095 var result = that.getCapacity()
3109 var result = that.getCapacity()
3124 var result = that.getCapacity()
3139 var result = that.getCapacity()
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
DRpcClientJsunit.test.js4813 expect(data.getCapacity()).assertEqual(0);
4816 expect(data.getCapacity()).assertEqual(100);
4820 expect(result.reply.getCapacity()).assertEqual("constant".length * 8);
4851 expect(data.getCapacity()).assertEqual(100);
4856 expect(result.reply.getCapacity()).assertEqual("constant".length * 8);
4881 expect(data.getCapacity()).assertEqual(0);
4916 expect(result.reply.getCapacity()).assertEqual("constant".length * 8);
4947 expect(data.getCapacity()).assertEqual(M);
5047 let getCapacitydata = data.getCapacity();
5082 let getCapacityresult = result.reply.getCapacity();
[all …]
/test/xts/dcts/communication/dsoftbus_rpcets/rpcclient/entry/src/main/ets/test/
DRpcRequestEtsUnit.test.ets712 let getCapacitydata = data.getCapacity();
749 let getCapacityresult = result.reply.getCapacity();
779 expect(data.getCapacity()).assertEqual(0);
828 … : test setCapacity Sets the storage capacity of the null MessageSequence instance. The getCapacity
841 expect(data.getCapacity()).assertEqual(0);
844 expect(data.getCapacity()).assertEqual(100);
848 expect(result.reply.getCapacity()).assertEqual(("constant".length * 2) + 8);
880 expect(data.getCapacity()).assertEqual(100);
885 expect(result.reply.getCapacity()).assertEqual(("constant".length * 2) + 8);
911 expect(data.getCapacity()).assertEqual(0);
[all …]