Searched refs:getJsResult (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 77 static napi_value getJsResult(napi_env env, int result) in getJsResult() function 91 return getJsResult(env, IMAGE_BAD_PARAMETER); in TestInitializationOptionsSetRowStrideNormal() 99 return getJsResult(env, errCode); in TestInitializationOptionsSetRowStrideNormal() 103 return getJsResult(env, errCode); in TestInitializationOptionsSetRowStrideNormal() 108 return getJsResult(env, errCode); in TestInitializationOptionsSetRowStrideNormal() 111 return getJsResult(env, IMAGE_UNKNOWN_ERROR); in TestInitializationOptionsSetRowStrideNormal() 116 return getJsResult(env, errCode); in TestInitializationOptionsSetRowStrideNormal() 119 return getJsResult(env, IMAGE_SUCCESS); in TestInitializationOptionsSetRowStrideNormal() 135 return getJsResult(env, res); in TestCreatePixelMapWithStrideAbnormal() 138 return getJsResult(en in TestCreatePixelMapWithStrideAbnormal() [all...] |
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 89 napi_value getJsResult(napi_env env, int result) { in getJsResult() function 178 return getJsResult(env, IMAGE_BAD_PARAMETER); in TestInitializationOptions() 195 return getJsResult(env, errCode); in TestInitializationOptions() 199 return getJsResult(env, errCode); in TestInitializationOptions() 207 return getJsResult(env, errCode); in TestInitializationOptions() 210 return getJsResult(env, IMAGE_SUCCESS); in TestInitializationOptions() 379 return getJsResult(env, IMAGE_BAD_PARAMETER); in TestSavePixelmap() 389 return getJsResult(env, -1); in TestSavePixelmap() 410 return getJsResult(env, errCode); in TestSavePixelmap() 413 return getJsResult(en in TestSavePixelmap() [all...] |
Completed in 7 milliseconds