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 D | napi_preferences_observer.cpp | 47 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 D | napi_rdb_sendable_utils.cpp | 44 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 D | color_space_object_convertor.cpp | 78 napi_create_sendable_object_with_properties(env, SENDABLE_PROPERTIES_NUM, properties, &object)); in CreateJsSendableColorSpaceObject()
|
/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 152 NAPI_EXTERN napi_status napi_create_sendable_object_with_properties(napi_env env,
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_sendable_utils.cpp | 144 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 D | js_sendable_context_manager.cpp | 63 status = napi_create_sendable_object_with_properties(env, 0, nullptr, &objValue); in CreateSendableContextObject()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 1802 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 D | test_napi.cpp | 6901 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 D | napi_preferences.cpp | 178 napi_create_sendable_object_with_properties(env, descriptors.size(), descriptors.data(), &result); in GetAllExecute()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 1443 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