Home
last modified time | relevance | path

Searched defs:utf8name (Results 1 - 19 of 19) sorted by relevance

/third_party/libsnd/src/
H A Dwindows.c38 char utf8name [SF_BUFFER_LEN] ; in sf_wchar_open() local
/foundation/arkui/napi/native_engine/
H A Dnative_property.h41 const char* utf8name = nullptr; member
H A Dnative_api.cpp956 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 Defficiency_resources_operation.cpp31 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 Dcommon.cpp265 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 Dnapi_mock.cpp40 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 Djs_native_api_mock.cpp46 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 Dimage_receiver_mdk_test.cpp204 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 Dimage_receiver_test.cpp273 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 DImageNdk.cpp321 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 Dimage_packing_test.cpp61 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 Dimage_pixel_map_imgndk_test.cpp540 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 Djs_native_api_types.h116 const char* utf8name; member
H A Djsvm_types.h531 const char* utf8name; member
H A Djs_native_api_v8.cc2150 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 Dimage_source_test.cpp77 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 DImageNdk.cpp776 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 Dark_native_engine.cpp929 const char* utf8name = property.utf8name; in NapiCreateObjectWithProperties() local
[all...]
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp5317 char* utf8name = nullptr; in HWTEST_F() local
5363 char* utf8name = nullptr; in HWTEST_F() local
5407 char* utf8name = nullptr; in HWTEST_F() local

Completed in 44 milliseconds