Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp143 static napi_value TestAttachCallback(napi_env env, void* nativeObject, void* hint) in TestAttachCallback() 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()
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, TestAttachCallback, in HWTEST_F()

Completed in 15 milliseconds