Searched refs:testObject (Results 1 – 8 of 8) sorted by relevance
| /test/xts/acts/distributeddatamgr/dataObjecttest/dataObjectjstest/hap/src/main/js/test/ |
| D | ObjectStoreJsunit.test.js | 345 …let testObject = distributedObject.createDistributedObject({ name: "Eric", age: 81, isVis: true }); 346 testObject.setSessionId("testSession1"); 347 if (testObject != undefined && testObject != null) { 348 … console.info(TAG + "testMultiObjectOn001 joinSession2 success:" + testObject.__sessionId); 349 expect("testSession1" == testObject.__sessionId).assertEqual(true); 354 testObject.on("change", changeCallback2); 366 if (testObject != undefined && testObject != null) { 367 testObject.name = "jack2"; 368 testObject.age = 20; 369 testObject.isVis = false; [all …]
|
| /test/xts/acts/arkcompiler/ecmanewfeatures/entry/src/ohosTest/ets/test/ |
| D | ES2019.test.ets | 55 * @tc.name : testObject.fromEntries 61 it('testObject.fromEntries', 0, () => {
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/ets/test/ |
| D | JsvmTest.ets | 2926 const testObject = createNewObject(); 2927 getEnumerableNames(testObject) 2939 const testObject = createNewObject(); 2940 getOwnWritableNames(testObject) 2952 const testObject = createNewObject(); 2953 getEnumerableConfigurableNames(testObject) 2965 const testObject = createNewObject(); 2966 getOwnConfigurableNames(testObject) 3136 const testObject = createNewObject(); 3137 hasProperty(testObject, "normal") [all …]
|
| /test/xts/acts/pcs/pcs_arkts/entry/src/ohosTest/ets/test/ |
| D | DeveloperMode.test.ets | 64 let testObject: testClass = { 67 console.dir(testObject)
|
| /test/xts/acts/notification/ans_standard/actsNotificationEmitterTest/entry/src/main/ets/test/ |
| D | ActsNotificationBadgeTest.test.ets | 2655 let testObject: emitter.EventData = { 2672 "obk": testObject 2763 let testObject: emitter.EventData = { 2780 "obk": testObject
|
| /test/xts/dcts/communication/dsoftbus_rpcets/rpcclient/entry/src/main/ets/test/ |
| D | RpcRequestEtsUnit.test.ets | 261 let testAbilityStub = new TestAbilityStub("testObject"); 380 let testAbilityStub = new TestAbilityStub("testObject"); 406 let testAbilityStub = new TestAbilityStub("testObject");
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 1360 JSVM_Value testObject = nullptr; in testValueOperation2() local 1361 OH_JSVM_CreateObject(env, &testObject); in testValueOperation2() 1363 OH_JSVM_StrictEquals(env, testObject, testObject, &isStrictEquals); in testValueOperation2()
|
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| D | napi_test.cpp | 1432 napi_value testObject = nullptr; in strictEquals() local 1433 napi_create_object(env, &testObject); in strictEquals() 1435 napi_strict_equals(env, testObject, testObject, &isStrictEquals); in strictEquals()
|