Home
last modified time | relevance | path

Searched defs:utf8name (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp71 static bool GetBoolProperty(napi_env env, napi_value root, const char* utf8name, int8_t* res) in GetBoolProperty()
85 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property()
96 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property()
107 static bool GetArrayBufferProperty(napi_env env, napi_value root, const char* utf8name, in GetArrayBufferProperty()
137 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/
Dimage_receiver_mdk_test.cpp204 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()
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
Dimage_pixel_map_imgndk_test.cpp540 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()