Home
last modified time | relevance | path

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

/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp8039 napi_async_cleanup_hook_handle must_not_call_handle; in HWTEST_F() local
8041 ExpectCheckCall(napi_add_async_cleanup_hook(env, MustNotCall, nullptr, &must_not_call_handle)); in HWTEST_F()
8042 ExpectCheckCall(napi_remove_async_cleanup_hook(must_not_call_handle)); in HWTEST_F()
8062 napi_async_cleanup_hook_handle must_not_call_handle; in HWTEST_F() local
8064 ret = napi_add_async_cleanup_hook(nullptr, MustNotCall, nullptr, &must_not_call_handle); in HWTEST_F()
8085 napi_async_cleanup_hook_handle must_not_call_handle; in HWTEST_F() local
8086 ret = napi_add_async_cleanup_hook(env, nullptr, nullptr, &must_not_call_handle); in HWTEST_F()

Completed in 14 milliseconds