Home
last modified time | relevance | path

Searched defs:task (Results 101 - 125 of 650) sorted by relevance

12345678910>>...26

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask_executor.cpp46 void TaskExecutor::PushTask(const std::shared_ptr<Task> task) in PushTask() argument
68 std::shared_ptr<Task> task = nullptr; in PopTask() local
91 std::shared_ptr<Task> task = PopTask(); TriggerTask() local
[all...]
/foundation/filemanagement/dfs_service/utils/ffrt/src/
H A Dffrt_timer.cpp40 auto task = [this, interval, callback, repatTimes]() { in Start() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/
H A Dtask_fuzzer.cpp62 auto task = TaskFactory::GetInstance().CreateTask(taskType, taskParam, nullptr); in TaskFuzzTest() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Ddispatcher.cpp54 void Dispatcher::PostTask(const std::function<void()> &task) in PostTask() argument
72 std::function<void()> task; in Run() local
/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_xcollie.cpp38 void SoftBusRunOneShotTask(const char *name, void (*task)(void), uint64_t delay) in SoftBusRunOneShotTask() argument
47 void SoftBusRunPeriodicalTask(const char *name, void (*task)(void), uint64_t interval, uint64_t delay) in SoftBusRunPeriodicalTask() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_app.h43 EpollTask task; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_timer.h35 EpollTask task; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c23 int32_t RefreshEpollTask(EpollTask *task, uint32_t events) in RefreshEpollTask() argument
40 int32_t RegisterEpollTask(EpollTask *task, uint32_t events) in RegisterEpollTask() argument
55 DeRegisterEpollTask(EpollTask *task) DeRegisterEpollTask() argument
76 EpollTask *task = NULL; EpollLoop() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Danr_handler_test.cpp118 auto task = []() { in HWTEST_F() local
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dsync_msg_handler.cpp33 int SyncMsgHandler::Process(const Task &task) in Process() argument
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_first.cpp66 auto task = [abilityThread = this]() { MainThread::Start(); }; in SetUp() local
H A Dappexecfwk_appkit_native_app_module_test_third.cpp65 auto task = [abilityThread = this]() { MainThread::Start(); }; in SetUp() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddialog_request_callback_test.cpp89 AbilityRuntime::RequestDialogResultTask task = in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp56 auto task = [weakNode = AceType::WeakClaim(AceType::RawPtr(rootNode)), detectCount, currentId, pageUrl]() { in PostCheckNodeTransparentTask() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dacquire_share_data_callback_stub.cpp65 auto task = [resultCode, wantParam, shareRuntimeTask = shareRuntimeTask_]() { in AcquireShareDataDone() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.h149 void SetFetchImageObjBackgroundTask(CancelableTask task) in SetFetchImageObjBackgroundTask() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.cpp39 auto task = [nodeId, page, &offset]() { in JsGetScrollOffset() local
139 auto task = [nodeId, page, arguments]() { in JsScrollTo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_event_hub.h44 auto task = [changeEvent = changeEvent_, onChangeEvent = onChangeEvent_, isOn]() { in UpdateChangeEvent() local
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp164 auto task = instance->ScheduleReleaseTask(); in HWTEST_F() local
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Dverify_http_task.cpp65 void VerifyHttpTask::OnDataReceive(std::shared_ptr<OHOS::NetStack::HttpClient::HttpClientTask> task, in OnDataReceive() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dace_ability.cpp95 bool AceAbility::PostUITask(std::function<void()> task) in PostUITask() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_background_thread.cpp52 void RSBackgroundThread::PostTask(const std::function<void()>& task) in PostTask() argument
59 void RSBackgroundThread::PostSyncTask(const std::function<void()>& task) in PostSyncTask() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_task.cpp27 GraphicsTask::Message::Message(const std::function<Task>& task) in Message() argument
65 void GraphicsTask::PushSyncMessage(const std::function<Task>& task) in PushSyncMessage() argument
79 std::shared_future<void> GraphicsTask::PushAsyncMessage(const std::function<Task>& task) in PushAsyncMessage() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_node_showing_command_test.cpp49 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(id, property); in HWTEST_F() local
76 auto task = std::make_shared<RSNodeGetShowingPropertyAndCancelAnimation>(id, property); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rstaskdispatcher_fuzzer/
H A Drstaskdispatcher_fuzzer.cpp91 RSTask task = []() {}; in DoPostTask() local

Completed in 10 milliseconds

12345678910>>...26