Searched defs:utf8name (Results 1 – 7 of 7) sorted by relevance
| /test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/ |
| D | image_packing_test.cpp | 61 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property() 72 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property() 84 const char* utf8name, char** buffer, size_t *bufferSize) in GetStringProperty()
|
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
| D | image_source_test.cpp | 77 static bool GetBoolProperty(napi_env env, napi_value root, const char* utf8name, int8_t* res) in GetBoolProperty() 91 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property() 102 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property() 113 static bool GetArrayBufferProperty(napi_env env, napi_value root, const char* utf8name, in GetArrayBufferProperty() 143 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t v… in setInt32NamedProperty()
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
| D | image_receiver_mdk_test.cpp | 204 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t va… in setInt32NamedProperty() 212 const char* utf8name, uint8_t* buffer, size_t size) in setByteArrayNamedProperty()
|
| D | image_receiver_test.cpp | 273 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t va… in setInt32NamedProperty()
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
| D | image_pixel_map_imgndk_test.cpp | 540 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t v… in setInt32NamedProperty() 547 static void setUint32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t … in setUint32NamedProperty()
|
| /test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
| D | ImageNdk.cpp | 321 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t v… in setInt32NamedProperty()
|
| /test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
| D | ImageNdk.cpp | 776 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t v… in setInt32NamedProperty()
|