Searched refs:resultIndex (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/ |
H A D | nativebuffer.cpp | 291 napi_value resultIndex = nullptr;
in nativeBufferConfigArrTest() local 293 napi_create_int32(env, FAIL, &resultIndex);
in nativeBufferConfigArrTest() 297 napi_set_element(env, result, index, resultIndex);
in nativeBufferConfigArrTest() 385 napi_value resultIndex = nullptr;
in OHNativeBufferAllocAbormal() local 387 napi_create_int32(env, FAIL, &resultIndex);
in OHNativeBufferAllocAbormal() 391 napi_set_element(env, result, index, resultIndex);
in OHNativeBufferAllocAbormal()
|
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/ |
H A D | nativevsync.cpp | 254 napi_value resultIndex = nullptr; in OHNativeVSyncCreateDifLenth() local
|
Completed in 7 milliseconds