Home
last modified time | relevance | path

Searched refs:syncTask (Results 1 - 14 of 14) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Dsync_coordinator.cpp71 bool SyncCoordinator::DispatchSyncTask(const SyncTask& syncTask, int64_t delayTime) in DispatchSyncTask() argument
73 if (syncHandler_ == nullptr || !syncHandler_->PostTask(syncTask, delayTime)) { in DispatchSyncTask()
H A Donline_sync_table.cpp91 auto syncTask = [this, deviceIds = std::move(deviceIds), syncMode]() { in SyncDeviceProfile() local
100 if (!SyncCoordinator::GetInstance().DispatchSyncTask(syncTask)) { in SyncDeviceProfile()
H A Ddevice_profile_storage_manager.cpp389 auto syncTask = [syncOptions, this]() { in SyncDeviceProfile() local
417 if (!SyncCoordinator::GetInstance().DispatchSyncTask(syncTask)) { in SyncDeviceProfile()
/foundation/window/window_manager/window_scene/common/include/
H A Dtask_scheduler.h49 auto syncTask = [weak = weak_from_this(), &ret, &task, name]() { in PostSyncTask() local
62 handler_->PostSyncTask(std::move(syncTask), "wms:" + name, priority); in PostSyncTask()
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Dsync_coordinator.h39 bool DispatchSyncTask(const SyncTask& syncTask, int64_t delayTime = 0);
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h177 std::function<void()> syncTask([&ret, &task]() {ret = task();}); in PostSyncTask()
179 handler_->PostSyncTask(syncTask, "wms:" + taskName, AppExecFwk::EventQueue::Priority::IMMEDIATE); in PostSyncTask()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp73 std::function<void()> syncTask = []() -> void { in CheckModifiers() local
90 RSUniRenderThread::Instance().PostSyncTask(syncTask); in CheckModifiers()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_thread.cpp609 auto syncTask = [ability = weakAbility, &retval]() { in CallRequest() local
618 abilityHandler_->PostSyncTask(syncTask, "UIAbilityThread:CallRequest"); in CallRequest()
H A Dfa_ability_thread.cpp1458 auto syncTask = [ability = weakAbility, &retval]() { in CreateAbilityName() local
1467 abilityHandler_->PostSyncTask(syncTask, "FAAbilityThread:CallRequest"); in CreateAbilityName()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp376 auto syncTask = std::make_shared<AceRosenSyncTask>(std::move(task)); in AttachView()
377 Rosen::RSTransactionProxy::GetInstance()->ExecuteSynchronousTask(syncTask); in AttachView()
H A Dace_container.cpp2199 auto syncTask = std::make_shared<AceRosenSyncTask>(std::move(task)); in AttachView()
2200 Rosen::RSTransactionProxy::GetInstance()->ExecuteSynchronousTask(syncTask); in AttachView()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp136 auto syncTask = [renderRecord = this]() { in ~FormRenderRecord() local
143 eventHandler->PostSyncTask(syncTask, "Destory FormRenderRecord"); in ~FormRenderRecord()
994 auto syncTask = [renderRecord = this]() { in Release() local
1001 eventHandler_->PostSyncTask(syncTask, "HandleReleaseInJsThread"); in Release()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp415 auto syncTask = [this, notOHBasedDevices, callerDescriptor, syncCompletedCallback]() { in SyncDeviceProfile() local
418 std::thread(syncTask).detach(); in SyncDeviceProfile()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h549 auto syncTask = [&ret, &task, name]() { in PostSyncTask() local
554 handler_->PostSyncTask(std::move(syncTask), name, AppExecFwk::EventQueue::Priority::IMMEDIATE); in PostSyncTask()

Completed in 21 milliseconds