| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-threadpool.h | 84 enum lws_threadpool_task_return (*task)(void *user, member [all...] |
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | gc-invoker.cc | 39 auto task = in Post() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | incremental-marking-job.cc | 64 auto task = in ScheduleTask() local
|
| /third_party/node/deps/v8/src/libplatform/ |
| H A D | default-foreground-task-runner.h | 105 std::unique_ptr<Task> task; global() member [all...] |
| /third_party/node/deps/v8/src/tasks/ |
| H A D | cancelable-task.cc | 34 CancelableTaskManager::Id CancelableTaskManager::Register(Cancelable* task) { in Register() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrRenderTaskCluster.cpp | 16 static GrSurfaceProxy* first_target(GrRenderTask* task) { return task->target(0); } in first_target() argument 90 static bool task_cluster_visit(GrRenderTask* task, SkTInternalLList<GrRenderTask>* llist, in task_cluster_visit() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CreatePipelineAsyncTask.cpp | 134 RunAsync( std::unique_ptr<CreateComputePipelineAsyncTask> task) RunAsync() argument 183 RunAsync( std::unique_ptr<CreateRenderPipelineAsyncTask> task) RunAsync() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUBuffer.cpp | 66 AsyncTask task; in mapAsync() member
|
| /third_party/skia/infra/bots/task_drivers/g3_canary/ |
| H A D | g3_canary.go | 171 var task G3CanaryTask global() var [all...] |
| /base/hiviewdfx/hiview/base/ |
| H A D | plugin.cpp | 94 auto task = std::bind(&Plugin::OnEventProxy, this, event);
in DelayProcessEvent() local
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| H A D | faultlog_database.cpp | 89 auto task = [info] () mutable { in SaveFaultLogInfo() local
|
| /base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
| H A D | mock_function_jumble.cpp | 61 AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task &task, uint64_t interval, bool repeat) AddTimerEvent() argument
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
| H A D | perf_decorator.cpp | 26 auto task = [this, &logDir] { return perfCollector_->StartPerf(logDir); };
in StartPerf() local 97 auto task = [this, &logDir] { return perfCollector_->Prepare(logDir); };
in Prepare() local 103 auto task = [this] { return perfCollector_->StartRun(); };
in StartRun() local 109 auto task = [this] { return perfCollector_->Pause(); };
in Pause() local 115 auto task = [this] { return perfCollector_->Resume(); };
in Resume() local 121 auto task = [this] { return perfCollector_->Stop(); }; Stop() local [all...] |
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| H A D | task_manager.cpp | 43 uint64_t TaskManager::PostTask(task_ptr_t task, uint32_t delayMs) in PostTask() argument 109 void TaskManager::OnNewTask(task_ptr_t task) in OnNewTask() argument 154 auto task = innerTasks_.front(); ProcessNextInnerTask() local 208 auto task = imaTasks_.front(); ProcessNextImaTask() local [all...] |
| H A D | input_method_agent_stub.cpp | 141 auto task = std::make_shared<TaskImsaOnCursorUpdate>(positionX, positionY, height); in OnCursorUpdate() local 148 auto task = std::make_shared<TaskImsaOnSelectionChange>(text, oldBegin, oldEnd, newBegin, newEnd); in OnSelectionChange() local 160 auto task = std::make_shared<TaskImsaAttributeChange>(attribute); in OnAttributeChange() local
|
| /base/inputmethod/imf/test/common/src/ |
| H A D | input_method_engine_listener_impl.cpp | 122 bool InputMethodEngineListenerImpl::PostTaskToEventHandler(std::function<void()> task, const std::string &taskName) in PostTaskToEventHandler() argument
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/ |
| H A D | event_export_engine.cpp | 113 auto task = std::bind(&EventExportEngine::InitAndRunTask, this, config); in InitAndRunTasks() local
|
| /base/powermgr/thermal_manager/application/protector/src/ |
| H A D | thermal_sensor_provider.cpp | 85 void ThermalSensorProvider::RegisterTask(NotifyTask task) in RegisterTask() argument
|
| H A D | thermal_protector_timer.cpp | 39 void ThermalProtectorTimer::RegisterTask(NotifyTask task) in RegisterTask() argument
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | js_notify_data_listener.cpp | 79 JsTask *task = item->second; in ProcessHeaderReceive() local
|
| /base/powermgr/power_manager/utils/ffrt/src/ |
| H A D | ffrt_utils.cpp | 21 void FFRTUtils::SubmitTask(const FFRTTask& task)
in SubmitTask() argument 26 void FFRTUtils::SubmitTaskSync(const FFRTTask& task)
in SubmitTaskSync() argument 42 FFRTHandle FFRTUtils::SubmitDelayTask(FFRTTask& task, uint32_t delayMs, FFRTQueue& queue)
in SubmitDelayTask() argument 50 FFRTHandle FFRTUtils::SubmitDelayTask(FFRTTask& task, uint32_t delayMs, std::shared_ptr<FFRTQueue> queue)
in SubmitDelayTask() argument 58 SubmitTimeoutTask(const FFRTTask& task, uint32_t timeoutMs) SubmitTimeoutTask() argument 123 SetTimer(uint32_t timerId, FFRTTask& task, uint32_t delayMs) SetTimer() argument [all...] |
| /base/powermgr/thermal_manager/application/protector/src/policy/ |
| H A D | thermal_kernel_policy.cpp | 106 ThermalProtectorTimer::NotifyTask task = in SetCallback() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
| H A D | action_thermal_level.cpp | 154 FFRTTask task = [tms, callback] { tms->UnSubscribeThermalLevelCallback(callback); }; in OnRemoteDied() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_action/ |
| H A D | thermal_timer.cpp | 109 void ThermalTimerUtils::Start(int interval, NotifyTask &task) in Start() argument 133 void ThermalTimerUtils::StartOnce(int delay, NotifyTask &task) in StartOnce() argument
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| H A D | thermal_action_test.cpp | 409 OHOS::PowerMgr::ThermalTimerUtils::NotifyTask task; in HWTEST_F() local
|