Searched refs:g_hookArgOne (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 41 static int g_hookArgOne = 1; variable 3540 ExpectCheckCall(napi_add_env_cleanup_hook(testEnv, Cleanup, &g_hookArgOne)); 3568 res = napi_add_env_cleanup_hook(env, nullptr, &g_hookArgOne); 3581 res = napi_add_env_cleanup_hook(nullptr, Cleanup, &g_hookArgOne); 3595 ExpectCheckCall(napi_add_env_cleanup_hook(testEnv, Cleanup, &g_hookArgOne)); 3597 ExpectCheckCall(napi_add_env_cleanup_hook(testEnv, Cleanup, &g_hookArgOne)); 3611 ExpectCheckCall(napi_add_env_cleanup_hook(testEnv, Cleanup, &g_hookArgOne)); 3626 ExpectCheckCall(napi_add_env_cleanup_hook(testEnv, Cleanup, &g_hookArgOne)); 3659 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgOne)); 3677 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgOne)); [all …]
|