Searched refs:myArray (Results 1 – 8 of 8) sorted by relevance
26 myArray: number[] = new Array(1024);31 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
34 myArray: number[] = new Array(1024);40 console.log(TAG + 'aboutToAppear ' + this.params + 'array' + this.myArray);
247 std::vector<std::string> myArray = { in OHNativeVSyncCreateDifLenth() local257 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()