Home
last modified time | relevance | path

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

/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
/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 26 milliseconds