Searched refs:CreateNapiInt32 (Results 1 – 2 of 2) sorted by relevance
109 #define CREATE_NAPI_INT32(value, root) ImageNapiUtils::CreateNapiInt32(env, (value), (root))151 static bool CreateNapiInt32(napi_env env, int32_t value, napi_value &root);
130 bool ImageNapiUtils::CreateNapiInt32(napi_env env, int32_t value, napi_value &root) in CreateNapiInt32() function in OHOS::Media::ImageNapiUtils