| /third_party/libsnd/src/ |
| H A D | windows.c | 38 char utf8name [SF_BUFFER_LEN] ; in sf_wchar_open() local
|
| /foundation/arkui/napi/native_engine/ |
| H A D | native_property.h | 41 const char* utf8name = nullptr; member
|
| H A D | native_api.cpp | 956 NAPI_EXTERN napi_status napi_set_named_property(napi_env env, napi_value object, const char* utf8name, napi_value value) in napi_set_named_property() argument 974 NAPI_EXTERN napi_status napi_has_named_property(napi_env env, napi_value object, const char* utf8name, bool* result) in napi_has_named_property() argument 439 napi_create_function(napi_env env, const char* utf8name, size_t length, napi_callback cb, void* data, napi_value* result) napi_create_function() argument 991 napi_get_named_property(napi_env env, napi_value object, const char* utf8name, napi_value* result) napi_get_named_property() argument 1013 napi_get_own_property_descriptor(napi_env env, napi_value object, const char* utf8name, napi_value* result) napi_get_own_property_descriptor() argument 1368 napi_define_class(napi_env env, const char* utf8name, size_t length, napi_callback constructor, void* data, size_t property_count, const napi_property_descriptor* properties, napi_value* result) napi_define_class() argument 1405 napi_define_sendable_class(napi_env env, const char* utf8name, size_t length, napi_callback constructor, void* data, size_t property_count, const napi_property_descriptor* properties, napi_value parent, napi_value* result) napi_define_sendable_class() argument 1506 napi_map_set_named_property(napi_env env, napi_value map, const char* utf8name, napi_value value) napi_map_set_named_property() argument 1559 napi_map_get_named_property(napi_env env, napi_value map, const char* utf8name, napi_value* result) napi_map_get_named_property() argument 1612 napi_map_has_named_property(napi_env env, napi_value map, const char* utf8name, bool* result) napi_map_has_named_property() argument [all...] |
| /foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
| H A D | efficiency_resources_operation.cpp | 31 napi_value GetNamedBoolValue(const napi_env &env, napi_value &object, const char* utf8name, in GetNamedBoolValue() argument 53 napi_value GetNamedInt32Value(const napi_env &env, napi_value &object, const char* utf8name, in GetNamedInt32Value() argument [all...] |
| /foundation/resourceschedule/device_standby/interfaces/kits/napi/src/ |
| H A D | common.cpp | 265 napi_value Common::GetNamedInt32Value(const napi_env &env, napi_value &object, const char* utf8name, in GetNamedInt32Value() argument 283 napi_value Common::GetNamedStringValue(const napi_env &env, napi_value &object, const char* utf8name, in GetNamedStringValue() argument
|
| /foundation/filemanagement/app_file_service/tests/mock/napi/src/ |
| H A D | napi_mock.cpp | 40 napi_status napi_get_named_property(napi_env env, napi_value object, const char* utf8name, napi_value* result) in napi_get_named_property() argument 146 napi_status napi_create_function(napi_env env, const char* utf8name, size_t length, napi_callback cb, void* data, in napi_create_function() argument
|
| /foundation/filemanagement/user_file_service/test/unittest/mock/ |
| H A D | js_native_api_mock.cpp | 46 napi_status napi_get_named_property(napi_env env, napi_value object, const char* utf8name, napi_value* result) in napi_get_named_property() argument 131 napi_status napi_create_function(napi_env env, const char* utf8name, size_t length, napi_callback cb, void* data, in napi_create_function() argument
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
| H A D | image_receiver_mdk_test.cpp | 204 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() argument 211 setByteArrayNamedProperty(napi_env env, napi_value object, const char* utf8name, uint8_t* buffer, size_t size) setByteArrayNamedProperty() argument
|
| H A D | image_receiver_test.cpp | 273 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() argument
|
| /test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
| H A D | ImageNdk.cpp | 321 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t value) in setInt32NamedProperty() argument
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/ |
| H A D | image_packing_test.cpp | 61 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property() argument 72 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property() argument 83 GetStringProperty(napi_env env, napi_value root, const char* utf8name, char** buffer, size_t *bufferSize) GetStringProperty() argument
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
| H A D | image_pixel_map_imgndk_test.cpp | 540 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) in setInt32NamedProperty() argument 547 static void setUint32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) in setUint32NamedProperty() argument
|
| /third_party/node/src/ |
| H A D | js_native_api_types.h | 116 const char* utf8name; member
|
| H A D | jsvm_types.h | 531 const char* utf8name; member
|
| H A D | js_native_api_v8.cc | 2150 OH_JSVM_CreateFunction(JSVM_Env env, const char* utf8name, size_t length, JSVM_Callback cb, JSVM_Value* result) OH_JSVM_CreateFunction() argument 2224 OH_JSVM_DefineClass(JSVM_Env env, const char* utf8name, size_t length, JSVM_Callback constructor, size_t propertyCount, const JSVM_PropertyDescriptor* properties, JSVM_Value* result) OH_JSVM_DefineClass() argument 2521 OH_JSVM_SetNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, JSVM_Value value) OH_JSVM_SetNamedProperty() argument 2544 OH_JSVM_HasNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, bool* result) OH_JSVM_HasNamedProperty() argument 2567 OH_JSVM_GetNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, JSVM_Value* result) OH_JSVM_GetNamedProperty() argument [all...] |
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
| H A D | image_source_test.cpp | 77 static bool GetBoolProperty(napi_env env, napi_value root, const char* utf8name, int8_t* res) in GetBoolProperty() argument 91 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property() argument 102 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property() argument 113 static bool GetArrayBufferProperty(napi_env env, napi_value root, const char* utf8name, in GetArrayBufferProperty() argument 143 setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) setInt32NamedProperty() argument [all...] |
| /test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
| H A D | ImageNdk.cpp | 776 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t value) { in setInt32NamedProperty() argument
|
| /foundation/arkui/napi/native_engine/impl/ark/ |
| H A D | ark_native_engine.cpp | 929 const char* utf8name = property.utf8name; in NapiCreateObjectWithProperties() local [all...] |
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_napi.cpp | 5317 char* utf8name = nullptr; in HWTEST_F() local 5363 char* utf8name = nullptr; in HWTEST_F() local 5407 char* utf8name = nullptr; in HWTEST_F() local
|