Home
last modified time | relevance | path

Searched refs:myArray (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/ability/ability_runtime/actsabilityrecoverytest/actsrecoveryability/entry/src/main/ets/pages/
DStandardPage3.ets26 myArray: number[] = new Array(1024);
31 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
DProtectPage2.ets26 myArray: number[] = new Array(1024);
31 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
DShortPage2.ets26 myArray: number[] = new Array(1024);
31 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
DAnotherPage2.ets26 myArray: number[] = new Array(1024);
31 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
DStandardPage2.ets26 myArray: number[] = new Array(1024);
31 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
DEntryPage3.ets26 myArray: number[] = new Array(1024);
31 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
DEntryPage2.ets34 myArray: number[] = new Array(1024);
40 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
Dnativevsync.cpp247 std::vector<std::string> myArray = { in OHNativeVSyncCreateDifLenth() local
257 napi_create_array_with_length(env, myArray.size(), &result); in OHNativeVSyncCreateDifLenth()
259 for (uint32_t index = 0; index < myArray.size(); index++) { in OHNativeVSyncCreateDifLenth()
260 unsigned int len = strlen(myArray[index].c_str()); in OHNativeVSyncCreateDifLenth()
263 nativeVSync = OH_NativeVSync_Create(myArray[index].c_str(), len); in OHNativeVSyncCreateDifLenth()