/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avcast_controller.cpp | 86 auto property_count = sizeof(descriptors) / sizeof(napi_property_descriptor); in Init() local
|
H A D | napi_avsession_controller.cpp | 97 auto property_count = sizeof(descriptors) / sizeof(napi_property_descriptor); in Init() local
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ |
H A D | camera_napi_utils.cpp | 307 CreateObjectWithPropName( napi_env env, napi_value* result, size_t property_count, const char** keys) CreateObjectWithPropName() argument 317 CreateObjectWithPropNameAndValues( napi_env env, napi_value* result, size_t property_count, const char** keys, const std::vector<std::string> values) CreateObjectWithPropNameAndValues() argument
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 345 DoInitAfter(napi_env env, napi_value exports, napi_value constructor, size_t property_count, const napi_property_descriptor* properties) DoInitAfter() argument
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 201 NAPI_EXTERN napi_status napi_create_object_with_properties(napi_env env, napi_value* result, size_t property_count, in napi_create_object_with_properties() argument 240 napi_create_object_with_named_properties(napi_env env, napi_value* result, size_t property_count, const char** keys, const napi_value* values) napi_create_object_with_named_properties() argument 1101 napi_define_properties(napi_env env, napi_value object, size_t property_count, const napi_property_descriptor* properties) napi_define_properties() 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 1443 napi_create_sendable_object_with_properties(napi_env env, size_t property_count, const napi_property_descriptor* properties, napi_value* result) napi_create_sendable_object_with_properties() argument [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 463 DoInitAfter(napi_env env, napi_value exports, napi_value constructor, size_t property_count, const napi_property_descriptor* properties) DoInitAfter() argument
|