Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
H A Dnativevsync.cpp239 std::vector<std::string> myArray = { in OHNativeVSyncCreateDifLenth() local
249 napi_create_array_with_length(env, myArray.size(), &result); in OHNativeVSyncCreateDifLenth()
251 for (uint32_t index = 0; index < myArray.size(); index++) { in OHNativeVSyncCreateDifLenth()
252 unsigned int len = strlen(myArray[index].c_str()); in OHNativeVSyncCreateDifLenth()
255 nativeVSync = OH_NativeVSync_Create(myArray[index].c_str(), len); in OHNativeVSyncCreateDifLenth()

Completed in 1 milliseconds