Home
last modified time | relevance | path

Searched refs:napi_create_object_with_named_properties (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_utils.cpp314 return napi_create_object_with_named_properties(env, result, property_count, keys, values); in CreateObjectWithPropName()
324 return napi_create_object_with_named_properties(env, result, property_count, keys, napiValues); in CreateObjectWithPropNameAndValues()
/foundation/arkui/napi/interfaces/kits/napi/
H A Dnative_api.h91 NAPI_EXTERN napi_status napi_create_object_with_named_properties(napi_env env,
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp307 napi_create_object_with_named_properties(env_, &objValue, PARAM_SIZE_SIX, keys, values); in OnTabContentStateChange()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp4185 ASSERT_CHECK_CALL(napi_create_object_with_named_properties(env, &obj1, 1, keys1, values1)); in HWTEST_F()
4195 ASSERT_CHECK_CALL(napi_create_object_with_named_properties(env, &obj2, 2, keys2, values2)); in HWTEST_F()
9575 * @tc.desc: Test interface of napi_create_object_with_named_properties
9580 auto res = napi_create_object_with_named_properties(nullptr, nullptr, 0, nullptr, nullptr); in HWTEST_F()
9586 * @tc.desc: Test interface of napi_create_object_with_named_properties
9594 auto res = napi_create_object_with_named_properties(env, nullptr, 0, nullptr, nullptr); in HWTEST_F()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp240 NAPI_EXTERN napi_status napi_create_object_with_named_properties(napi_env env, napi_value* result, in napi_create_object_with_named_properties() function

Completed in 25 milliseconds