Home
last modified time | relevance | path

Searched refs:napi_create_sendable_object_with_properties (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_preferences_observer.cpp47 sendable ? napi_create_sendable_object_with_properties(env, descriptors.size(), descriptors.data(), &result) in OnChange()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_sendable_utils.cpp44 napi_create_sendable_object_with_properties(env, descriptors.size(), descriptors.data(), &object), object); in Convert2Sendable()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor/
H A Dcolor_space_object_convertor.cpp78 napi_create_sendable_object_with_properties(env, SENDABLE_PROPERTIES_NUM, properties, &object)); in CreateJsSendableColorSpaceObject()
/foundation/arkui/napi/interfaces/kits/napi/
H A Dnative_api.h152 NAPI_EXTERN napi_status napi_create_sendable_object_with_properties(napi_env env,
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp144 status = napi_create_sendable_object_with_properties(env, descriptors.size(), descriptors.data(), &sendableObject); in ToSendableObject()
145 ASSERT(status == napi_ok, "napi_create_sendable_object_with_properties failed", nullptr); in ToSendableObject()
/foundation/ability/ability_runtime/frameworks/js/napi/app/sendable_context_manager/
H A Djs_sendable_context_manager.cpp63 status = napi_create_sendable_object_with_properties(env, 0, nullptr, &objValue); in CreateSendableContextObject()
/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp1802 ASSERT_CHECK_CALL(napi_create_sendable_object_with_properties(env, 1, desc1, &obj1)); in HWTEST_F()
1809 ASSERT_CHECK_CALL(napi_create_sendable_object_with_properties(env, 3, desc2, &obj2)); in HWTEST_F()
1875 ASSERT_CHECK_CALL(napi_create_sendable_object_with_properties(env, 1, desc2, &obj2)); in HWTEST_F()
1915 ASSERT_CHECK_CALL(napi_create_sendable_object_with_properties(env, 1, desc, &obj)); in HWTEST_F()
H A Dtest_napi.cpp6901 napi_status status = napi_create_sendable_object_with_properties(env, 1, desc, result); in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp178 napi_create_sendable_object_with_properties(env, descriptors.size(), descriptors.data(), &result); in GetAllExecute()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1443 NAPI_EXTERN napi_status napi_create_sendable_object_with_properties(napi_env env, in napi_create_sendable_object_with_properties() function

Completed in 32 milliseconds