Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_resource_manager.cpp34 void RSResourceManager::SetUploadTextureFunction(TextureUpload hook) { in SetUploadTextureFunction() argument
35 if (hook != nullptr) { in SetUploadTextureFunction()
36 hookFunction_ = hook; in SetUploadTextureFunction()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_gc.h50 void SetMainTask(gcTask hook) { in SetMainTask() argument
51 mainTask_ = hook; in SetMainTask()
62 void SetRenderTask(gcTask hook) { in SetRenderTask() argument
63 renderTask_ = hook; in SetRenderTask()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_resource_manager.h44 void SetUploadTextureFunction(TextureUpload hook);
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp329 void ProductAdapter::RegExtraPresetModulesHook(ExtraPresetModulesHook hook) in RegExtraPresetModulesHook() argument
331 g_extraPresetModulesHooks.loadingHandler = hook.loadingHandler; in RegExtraPresetModulesHook()
332 g_extraPresetModulesHooks.unloadingHandler = hook.unloadingHandler; in RegExtraPresetModulesHook()
/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h31 * The hook for outputing user's console log.
49 * Product modules hook.
54 * Private modules hook.
59 * The hook for terminating ability.
64 * The hook for restore fail dump message.
69 * The hook for determining the capability of supporting PNG and JPG image formats.
74 * The hook for set component views parameters.
86 * The hook for screen on visible.
91 * The hook for update default font.
143 static void RegExtraPresetModulesHook(ExtraPresetModulesHook hook);
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h66 inline void SetGCNotifyTask(GCNotifyTask hook) in SetGCNotifyTask() argument
68 gcNotifyTask_ = hook; in SetGCNotifyTask()
/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp231 // cleanup hook is registered but not yet finished.
329 napi_env env, napi_async_cleanup_hook hook, void* arg, napi_async_cleanup_hook_handle* remove_handle) in napi_add_async_cleanup_hook()
332 CHECK_ARG(env, hook); in napi_add_async_cleanup_hook()
335 napi_async_cleanup_hook_handle__* handle = new napi_async_cleanup_hook_handle__(env, hook, arg); in napi_add_async_cleanup_hook()
328 napi_add_async_cleanup_hook( napi_env env, napi_async_cleanup_hook hook, void* arg, napi_async_cleanup_hook_handle* remove_handle) napi_add_async_cleanup_hook() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp75 uint32_t hook; member
/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp7912 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) in MustNotCall() argument
8073 * @tc.name : Test napi_add_async_cleanup_hook passing an invalid hook
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp3758 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) in MustNotCall() argument

Completed in 34 milliseconds