Searched refs:syncTask (Results 1 – 12 of 12) sorted by relevance
| /foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
| D | sync_coordinator.cpp | 71 bool SyncCoordinator::DispatchSyncTask(const SyncTask& syncTask, int64_t delayTime) in DispatchSyncTask() argument 73 if (!syncHandler_->PostTask(syncTask, delayTime)) { in DispatchSyncTask()
|
| D | online_sync_table.cpp | 91 auto syncTask = [this, deviceIds = std::move(deviceIds), syncMode]() { in SyncDeviceProfile() local 100 if (!SyncCoordinator::GetInstance().DispatchSyncTask(syncTask)) { in SyncDeviceProfile()
|
| D | device_profile_storage_manager.cpp | 386 auto syncTask = [syncOptions, this]() { in SyncDeviceProfile() local 414 if (!SyncCoordinator::GetInstance().DispatchSyncTask(syncTask)) { in SyncDeviceProfile()
|
| /foundation/window/window_manager/window_scene/common/include/ |
| D | task_scheduler.h | 47 auto syncTask = [&ret, &task, name]() { 52 …handler_->PostSyncTask(std::move(syncTask), "wms:" + name, AppExecFwk::EventQueue::Priority::IMMED…
|
| /foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
| D | sync_coordinator.h | 39 bool DispatchSyncTask(const SyncTask& syncTask, int64_t delayTime = 0);
|
| /foundation/window/window_manager/wmserver/include/ |
| D | window_manager_service.h | 175 std::function<void()> syncTask([&ret, &task]() {ret = task();}); 177 … handler_->PostSyncTask(syncTask, "wms:" + taskName, AppExecFwk::EventQueue::Priority::IMMEDIATE);
|
| /foundation/ability/form_fwk/services/form_render_service/src/ |
| D | form_render_record.cpp | 124 auto syncTask = [renderRecord = this]() { in ~FormRenderRecord() local 131 eventHandler->PostSyncTask(syncTask, "Destory FormRenderRecord"); in ~FormRenderRecord() 832 auto syncTask = [renderRecord = this]() { in Release() local 839 eventHandler_->PostSyncTask(syncTask, "HandleReleaseInJsThread"); in Release()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| D | ui_ability_thread.cpp | 633 auto syncTask = [ability = weakAbility, &retval]() { in CallRequest() local 642 abilityHandler_->PostSyncTask(syncTask, "UIAbilityThread:CallRequest"); in CallRequest()
|
| D | fa_ability_thread.cpp | 1488 auto syncTask = [ability = weakAbility, &retval]() { in CreateAbilityName() local 1497 abilityHandler_->PostSyncTask(syncTask, "FAAbilityThread:CallRequest"); in CreateAbilityName()
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| D | dialog_container.cpp | 359 auto syncTask = std::make_shared<AceRosenSyncTask>(std::move(task)); in AttachView() local 360 Rosen::RSTransactionProxy::GetInstance()->ExecuteSynchronousTask(syncTask); in AttachView()
|
| D | ace_container.cpp | 1630 auto syncTask = std::make_shared<AceRosenSyncTask>(std::move(task)); in AttachView() local 1631 Rosen::RSTransactionProxy::GetInstance()->ExecuteSynchronousTask(syncTask); in AttachView()
|
| /foundation/window/window_manager/window_scene/session/host/include/ |
| D | session.h | 410 auto syncTask = [&ret, &task, name]() { 415 … handler_->PostSyncTask(std::move(syncTask), name, AppExecFwk::EventQueue::Priority::IMMEDIATE);
|