Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Devent_listener.cpp43 napi_status status = napi_remove_env_cleanup_hook(env_, HandleEnvCleanup, this); in ~EventListener()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dzlib_callback_info.cpp101 napi_status ret = napi_remove_env_cleanup_hook(asyncCallbackInfo->env, HandleEnvCleanup, in ExcuteWork()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object_holder.cpp93 napi_status status = napi_remove_env_cleanup_hook(env_, OnEnvCleanUp, this); in ~NAPIRemoteObjectHolder()
H A Dnapi_remote_object.cpp797 (void)napi_remove_env_cleanup_hook(env_, OnParamEnvCleanUp, jsParam); in OnJsRemoteRequest()
821 (void)napi_remove_env_cleanup_hook(env_, OnParamEnvCleanUp, jsParam); in OnJsRemoteRequest()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_listener.cpp41 napi_remove_env_cleanup_hook(env_, CleanEnv, this); in ~JsScreenListener()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_listener.cpp41 napi_remove_env_cleanup_hook(env_, CleanEnv, this); in ~JsDisplayListener()
/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp210 NAPI_EXTERN napi_status napi_remove_env_cleanup_hook(napi_env env, void (*fun)(void* arg), void* arg) in napi_remove_env_cleanup_hook() function
/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp7689 * 5.The function of napi_remove_env_cleanup_hook is called
7700 ExpectCheckCall(napi_remove_env_cleanup_hook(env, Cleanup, &HOOK_ARG_ONE)); in HWTEST_F()
7772 * @tc.name : Test napi_remove_env_cleanup_hook Delete napi_add_env_cleanup_hook
7786 ExpectCheckCall(napi_remove_env_cleanup_hook(env, Cleanup, &HOOK_ARG_TWO)); in HWTEST_F()
7794 * @tc.name : Test napi_remove_env_cleanup_hook the arg parameter is null
7797 * 3.The function of napi_remove_env_cleanup_hook is called
7808 ret = napi_remove_env_cleanup_hook(env, Cleanup, nullptr); in HWTEST_F()
7817 * @tc.name : Test Invalid registered function for napi_remove_env_cleanup_hook
7820 * 3.The function of napi_remove_env_cleanup_hook is called
7831 ret = napi_remove_env_cleanup_hook(en in HWTEST_F()
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp526 napi_remove_env_cleanup_hook(env_, &CleanEnv, this); in ~JSObservers()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp3607 ExpectCheckCall(napi_remove_env_cleanup_hook(testEnv, Cleanup, &g_hookArgOne)); in HWTEST_F()
3646 * @tc.desc: Test napi_add_env_cleanup_hook napi_remove_env_cleanup_hook
3655 ExpectCheckCall(napi_remove_env_cleanup_hook(testEnv, Cleanup, &g_hookArgTwo)); in HWTEST_F()
3662 * @tc.desc: Test napi_add_env_cleanup_hook napi_remove_env_cleanup_hook
3672 res = napi_remove_env_cleanup_hook(env, Cleanup, nullptr); in HWTEST_F()
3680 * @tc.desc: Test napi_add_env_cleanup_hook napi_remove_env_cleanup_hook
3690 res = napi_remove_env_cleanup_hook(env, nullptr, &g_hookArgTwo); in HWTEST_F()
3698 * @tc.desc: Test napi_add_env_cleanup_hook napi_remove_env_cleanup_hook
3708 res = napi_remove_env_cleanup_hook(nullptr, Cleanup, &g_hookArgTwo); in HWTEST_F()
3716 * @tc.desc: Test napi_add_env_cleanup_hook napi_remove_env_cleanup_hook
[all...]

Completed in 34 milliseconds