/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_tasksignal/ |
H A D | task_signal_entity.cpp | 34 uv_work_t *work = new (std::nothrow) uv_work_t; in OnCancel() local
|
/third_party/node/deps/uv/include/uv/ |
H A D | threadpool.h | 31 void (*work)(struct uv__work *w); member
|
/foundation/resourceschedule/ffrt/src/core/ |
H A D | task_io.h | 38 ffrt_io_callable_t work; member
|
/third_party/gn/src/util/ |
H A D | msg_loop.cc | 54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask() argument
|
H A D | worker_pool.cc | 67 void WorkerPool::PostTask(std::function<void()> work) { in PostTask() argument
|
/third_party/pulseaudio/src/tests/ |
H A D | rtstutter.c | 54 static void work(void *p) { in work() function
|
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | service_change_callback_napi.cpp | 63 uv_work_t *work = new (std::nothrow) uv_work_t; in OnJsCallbackServiceChange() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | bundle_status_callback.cpp | 32 uv_work_t* work = new (std::nothrow) uv_work_t; in ~BundleStatusCallback() local 73 uv_work_t* work = new (std::nothrow) uv_work_t; OnBundleAdded() local 139 uv_work_t* work = new (std::nothrow) uv_work_t; OnBundleUpdated() local 208 uv_work_t* work = new (std::nothrow) uv_work_t; OnBundleRemoved() local [all...] |
/foundation/arkui/ui_appearance/interfaces/kits/napi/include/ |
H A D | js_ui_appearance.h | 29 napi_async_work work = nullptr; member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | slite_ace_ability.cpp | 80 auto* work = reinterpret_cast<AsyncWork *>(innerMsg.data); in HandleExtraMessage() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/command/ |
H A D | video_process_command.cpp | 49 VideoProcessSuccessCommand::VideoProcessSuccessCommand(const int32_t userId, const DeferredVideoWorkPtr& work) in VideoProcessSuccessCommand() argument 72 VideoProcessFailedCommand(const int32_t userId, const DeferredVideoWorkPtr& work, DpsError errorCode) VideoProcessFailedCommand() argument
|
/foundation/multimedia/player_framework/frameworks/js/audio_haptic/include/audio_haptic_player/ |
H A D | audio_haptic_player_napi.h | 74 napi_async_work work; member
|
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_callback_observer.cpp | 72 void StatisticsCallbackObserver::NetIfaceStatsChangedCallback(uv_work_t *work, int status) in NetIfaceStatsChangedCallback() argument 77 void StatisticsCallbackObserver::NetUidStatsChangedCallback(uv_work_t *work, int status) in NetUidStatsChangedCallback() argument
|
/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | base_context.h | 26 napi_async_work work = nullptr; member
|
/foundation/communication/netmanager_base/frameworks/js/napi/network/observer/include/ |
H A D | network_observer.h | 47 static void CallbackTemplate(uv_work_t *work, int status) in CallbackTemplate() argument
|
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/include/ |
H A D | net_policy_callback_observer.h | 44 template <napi_value (*MakeJsValue)(napi_env, void *)> static void CallbackTemplate(uv_work_t *work, int status) in CallbackTemplate() argument [all...] |
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/ |
H A D | statistics_callback_observer.h | 40 template <napi_value (*MakeJsValue)(napi_env, void *)> static void CallbackTemplate(uv_work_t *work, int status) in CallbackTemplate() argument
|
/foundation/communication/netstack/frameworks/js/napi/net_ssl/net_ssl_exec/src/ |
H A D | net_ssl_exec.cpp | 24 template <napi_value (*MakeJsValue)(napi_env, void *)> static void CallbackTemplate(uv_work_t *work, int status) in CallbackTemplate() argument
|
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | interface_state_observer.h | 41 template <napi_value (*MakeJsValue)(napi_env, void *)> static void CallbackTemplate(uv_work_t *work, int status) in CallbackTemplate() argument
|
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/include/ |
H A D | netshare_callback_observer.h | 39 template <napi_value (*MakeJsValue)(napi_env, void *)> static void CallbackTemplate(uv_work_t *work, int status) in CallbackTemplate() argument
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | uv_queue.cpp | 30 void UvQueue::ExecUvWork(uv_work_t *work, int uvstatus) in ExecUvWork() argument 53 uv_work_t *work = new (std::nothrow) uv_work_t; in CallFunction() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_uv_queue.cpp | 48 uv_work_t* work = new (std::nothrow) uv_work_t; in CallFunction() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_uv_queue.cpp | 48 uv_work_t* work = new (std::nothrow) uv_work_t; in CallFunction() local [all...] |
/third_party/libuv/test/ |
H A D | benchmark-queue-work.c | 51 uv_work_t work; in BENCHMARK_IMPL() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | threadpool.c | 142 _mesa_threadpool_queue_task(struct threadpool *pool, threadpool_task_func work, void *data) _mesa_threadpool_queue_task() argument [all...] |