Searched refs:hook (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_resource_manager.cpp | 34 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 D | rs_render_node_gc.h | 50 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 D | rs_resource_manager.h | 44 void SetUploadTextureFunction(TextureUpload hook);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | product_adapter.cpp | 329 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 D | product_adapter.h | 31 * 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 D | vsync_distributor.h | 66 inline void SetGCNotifyTask(GCNotifyTask hook)
in SetGCNotifyTask() argument 68 gcNotifyTask_ = hook;
in SetGCNotifyTask()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_node_api.cpp | 231 // 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 D | wrapper_decoder.cpp | 75 uint32_t hook; member
|
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_napi.cpp | 7912 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 D | test_napi.cpp | 3758 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) in MustNotCall() argument
|
Completed in 35 milliseconds