| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | WorkerThread.cpp | 154 std::shared_ptr<WaitableEvent> AsyncWorkerPool::postWorkerTask(std::shared_ptr<Closure> task) in postWorkerTask() argument 186 auto task = mTaskQueue.front(); in checkToRunPendingTasks() local 65 postWorkerTask( std::shared_ptr<Closure> task) postWorkerTask() argument 273 DelegateWorkerTask(std::shared_ptr<Closure> task, std::shared_ptr<DelegateWaitableEvent> waitable) DelegateWorkerTask() argument 297 postWorkerTask(std::shared_ptr<Closure> task) postWorkerTask() argument 344 PostWorkerTask( std::shared_ptr<WorkerThreadPool> pool, std::shared_ptr<Closure> task) PostWorkerTask() argument [all...] |
| /base/customization/enterprise_device_management/framework/extension/src/ |
| H A D | js_enterprise_admin_extension.cpp | 111 auto task = [this]() { in OnStart() local 147 auto task = [this]() { in OnAdminEnabled() local 156 auto task = [this]() { in OnAdminDisabled() local 165 auto task = [bundleName, accountId, this]() { in OnBundleAdded() local 177 auto task = [bundleName, accountId, this]() { in OnBundleRemoved() local 189 auto task = [bundleName, this]() { OnAppStart() local 200 auto task = [bundleName, this]() { OnAppStop() local 211 auto task = [updateInfo, this]() { OnSystemUpdate() local [all...] |
| /base/hiviewdfx/hicollie/frameworks/native/ |
| H A D | watchdog_task.cpp | 63 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool isOneshot) in WatchdogTask() argument
|
| /base/hiviewdfx/hiview/base/ |
| H A D | event_loop.cpp | 161 uint64_t EventLoop::AddEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task task)
in AddEvent() argument 201 auto task = std::make_shared<std::packaged_task<bool()>>(bind);
in AddEventForResult() local 215 AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task &task, uint64_t interval, bool repeat) AddTimerEvent() argument [all...] |
| /base/hiviewdfx/hiview/base/test/unittest/common/ |
| H A D | event_loop_test.cpp | 315 auto task = std::bind(&RealEventHandler::DoTask, eventhandler1.get()); in HWTEST_F() local 337 auto task = std::bind(&RealEventHandler::DoTask, eventhandler1.get()); in HWTEST_F() local
|
| /base/hiviewdfx/hiview/plugins/usage_event_report/ |
| H A D | usage_event_report.cpp | 178 auto task = bind(&UsageEventReport::TimeOut, this);
in RunTask() local
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/ |
| H A D | trace_decorator.h | 121 template <typename T> auto Invoke(T task, TraceStatWrapper& traceStatWrapper, UCollect::TraceCaller& caller)
in Invoke() argument
|
| /base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
| H A D | js_keyboard_panel_manager.cpp | 282 auto task = [entry]() { in ReceivePrivateCommand() local 316 auto task = [entry]() { in NotifyPanelStatus() local
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
| H A D | trace_decorator.cpp | 37 auto task = [this, &caller] { return traceCollector_->DumpTrace(caller); };
in DumpTrace() local 44 auto task = [this, &caller, &timeLimit, &happenTime] {
in DumpTraceWithDuration() local 52 auto task = [this] { return traceCollector_->TraceOn(); };
in TraceOn() local 58 auto task = [this] { return traceCollector_->TraceOff(); };
in TraceOff() local
|
| /base/location/services/location_passive/passive/source/ |
| H A D | passive_ability.cpp | 128 auto task = [this]() { in UnloadPassiveSystemAbility() local
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
| H A D | data_publisher.cpp | 161 auto task = std::bind(&DataPublisher::HandleSubscribeTask, this, event, srcPath, timeStr); in OnSysEvent() local 266 auto task = [queryWrapper, srcPath, desPath] { in AddExportTask() local
|
| /base/hiviewdfx/hiview/base/include/ |
| H A D | event_loop.h | 58 Task task = nullptr;
member
|
| /base/hiviewdfx/hiview/plugins/eventlogger/ |
| H A D | active_key_event.cpp | 89 auto task = [this, preKeys, finalKey, count, holdTime] {
in InitSubscribe() local
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| H A D | input_method_core_stub.cpp | 61 auto task = std::make_shared<TaskImsaInitInputCtrlChannel>(inputControlChannel->AsObject()); in InitInputControlChannel() local 68 auto task = std::make_shared<TaskImsaShowKeyboard>(); in ShowKeyboard() local 75 auto task = std::make_shared<TaskImsaHideKeyboard>(isForce); in HideKeyboard() local 82 auto task = std::make_shared<TaskImsaStopInputService>(isTerminateIme); in StopInputService() local 155 auto task = std::make_shared<TaskImsaOnSetSubProperty>(property); in SetSubtypeOnRemote() local 179 auto task = std::make_shared<TaskImsaStopInput>(channel); StopInputOnRemote() local 239 auto task = std::make_shared<TaskImsaOnClientInactive>(channel); OnClientInactiveOnRemote() local 246 auto task = std::make_shared<TaskImsaStartInput>(clientInfo, isBindFromClient); StartInput() local [all...] |
| /base/account/os_account/services/accountmgr/src/appaccount/ |
| H A D | app_account_authenticator_session.cpp | 130 auto task = [want, this] { in Open() local
|
| /base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/ |
| H A D | sandbox_manager_service.cpp | 373 auto task = [this]() { in DelayUnloadService() local
|
| /base/account/os_account/services/accountmgr/src/ |
| H A D | account_mgr_service.cpp | 248 auto task = [] { AppAccountControlManager::GetInstance().MoveData(); }; in MoveAppAccountData() local
|
| /base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
| H A D | napi_print_task.cpp | 165 auto task = new (std::nothrow) PrintTask(printJobName, callback, printAttributes, callerToken); ParsePrintAdapterParameter() local 265 auto task = new (std::nothrow) PrintTask(printfiles, callerToken); Initialize() local [all...] |
| /base/powermgr/power_manager/services/native/src/shutdown/ |
| H A D | shutdown_dialog.cpp | 89 FFRTTask task = [this] { in KeyMonitorInit() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
| H A D | thermal_observer.cpp | 320 FFRTTask task = [pms, callback] { pms->UnSubscribeThermalTempCallback(callback); }; in OnRemoteDied() local 335 FFRTTask task = [pms, callback] { pms->UnSubscribeThermalActionCallback(callback); }; in OnRemoteDied() local
|
| /base/request/request/frameworks/js/napi/src/legacy/ |
| H A D | request_manager.cpp | 265 auto *task = new (std::nothrow) DownloadTask(token, option, OnTaskDone);
in Download() local
|
| /base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
| H A D | ems_event_runner_system_test.cpp | 238 auto task = []() { ; }; in HWTEST_F() local 257 auto task = []() { ; }; in HWTEST_F() local 275 auto task in HWTEST_F() local 293 auto task = []() { ; }; HWTEST_F() local 311 auto task = []() { ; }; HWTEST_F() local 329 auto task = []() { ; }; HWTEST_F() local 348 auto task = []() { ; }; HWTEST_F() local 366 auto task = []() { ; }; HWTEST_F() local 384 auto task = []() { ; }; HWTEST_F() local 402 auto task = []() { ; }; HWTEST_F() local 420 auto task = []() { ; }; HWTEST_F() local 439 auto task = []() { ; }; HWTEST_F() local 457 auto task = []() { ; }; HWTEST_F() local 475 auto task = []() { ; }; HWTEST_F() local 493 auto task = []() { ; }; HWTEST_F() local 511 auto task = []() { ; }; HWTEST_F() local 530 auto task = []() { ; }; HWTEST_F() local 548 auto task = []() { ; }; HWTEST_F() local 566 auto task = []() { ; }; HWTEST_F() local 584 auto task = []() { ; }; HWTEST_F() local 602 auto task = []() { ; }; HWTEST_F() local 621 auto task = []() { ; }; HWTEST_F() local 639 auto task = []() { ; }; HWTEST_F() local 657 auto task = []() { ; }; HWTEST_F() local 675 auto task = []() { ; }; HWTEST_F() local 693 auto task = []() { ; }; HWTEST_F() local 712 auto task = []() { ; }; HWTEST_F() local 730 auto task = []() { ; }; HWTEST_F() local 748 auto task = []() { ; }; HWTEST_F() local 766 auto task = []() { ; }; HWTEST_F() local 784 auto task = []() { ; }; HWTEST_F() local 803 auto task = []() { ; }; HWTEST_F() local 821 auto task = []() { ; }; HWTEST_F() local 839 auto task = []() { ; }; HWTEST_F() local 857 auto task = []() { ; }; HWTEST_F() local 875 auto task = []() { ; }; HWTEST_F() local 894 auto task = []() { ; }; HWTEST_F() local 912 auto task = []() { ; }; HWTEST_F() local 930 auto task = []() { ; }; HWTEST_F() local 948 auto task = []() { ; }; HWTEST_F() local 1000 auto task = [&runner]() { runner->Stop(); }; HWTEST_F() local 1250 auto task = []() { HWTEST_F() local 1266 auto task = []() { HWTEST_F() local 1282 auto task = []() { HWTEST_F() local 1298 auto task = []() { HWTEST_F() local 1314 auto task = []() { HWTEST_F() local 1342 auto task = []() { ; }; HWTEST_F() local 1359 auto task = []() { ; }; HWTEST_F() local 1730 auto task = []() { EventRunner::GetMainEventRunner()->Stop(); }; HWTEST_F() local 1746 auto task = []() { EventRunner::GetMainEventRunner()->Stop(); }; HWTEST_F() local 1762 auto task = []() { EventRunner::GetMainEventRunner()->Stop(); }; HWTEST_F() local 1778 auto task = []() { EventRunner::GetMainEventRunner()->Stop(); }; HWTEST_F() local 1794 auto task = []() { EventRunner::GetMainEventRunner()->Stop(); }; HWTEST_F() local [all...] |
| /base/msdp/device_status/intention/services/device_manager/src/ |
| H A D | device_manager.cpp | 323 int32_t DeviceManager::RunGetDevice(std::packaged_task<std::shared_ptr<IDevice>(int32_t)> &task, in RunGetDevice() argument [all...] |
| /base/notification/common_event_service/services/test/unittest/ |
| H A D | common_event_publish_ordered_event_unit_test.cpp | 81 auto task = []() { in SetUpTestCase() local
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| H A D | deamon_io_waiter.cpp | 136 auto task = std::bind(&DeamonIoWaiter::EpollWaitFor, this); in StartEpollIoWaiter() local
|