Searched refs:TestDetachCallback (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 137 static void* TestDetachCallback(napi_env env, void* nativeObject, void* hint) in TestDetachCallback() function 175 env, object, TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), nullptr); in HWTEST_F() 192 env, object, TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), nullptr); in HWTEST_F() 221 env, object, TestDetachCallback, TestAttachCallback, nullptr, nullptr); in HWTEST_F() 245 TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), reinterpret_cast<void*>(hint)); in HWTEST_F() 1858 TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), reinterpret_cast<void*>(hint)); in HWTEST_F() 2012 TestDetachCallback, TestAttachCallback, reinterpret_cast<void*>(object1), reinterpret_cast<void*>(hint)); in HWTEST_F() 9651 auto res = napi_coerce_to_native_binding_object(env, object, TestDetachCallback, nullptr, nullptr, nullptr); in HWTEST_F() 9667 auto res = napi_coerce_to_native_binding_object(env, object, TestDetachCallback, TestAttachCallback, in HWTEST_F() 9684 auto res = napi_coerce_to_native_binding_object(env, object, TestDetachCallback, TestAttachCallbac in HWTEST_F() [all...] |
Completed in 15 milliseconds