Home
last modified time | relevance | path

Searched defs:syncId (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/osal/base/
H A Dsynchronizer.h44 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps) in Wait()
57 bool WaitFor(SyncIdType syncId, const std::function<void()>& asyncOps, int timeoutMs) in WaitFor()
76 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps, ResultType& result) in Wait()
90 …bool WaitFor(SyncIdType syncId, const std::function<bool()>& asyncOps, int timeoutMs, ResultType& … in WaitFor()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/base/
H A Dsynchronizer.h43 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps) in Wait()
56 bool WaitFor(SyncIdType syncId, const std::function<void()>& asyncOps, int timeoutMs) in WaitFor()
75 void Wait(SyncIdType syncId, const std::function<void()>& asyncOps, ResultType& result) in Wait()
89 …bool WaitFor(SyncIdType syncId, const std::function<bool()>& asyncOps, int timeoutMs, ResultType& … in WaitFor()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestSynchronizer.cpp64 int syncId = 0; variable
82 int syncId = 0; variable
96 int syncId = 0; variable
113 int syncId = 0; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.cpp41 int SingleVerRelationalSyncer::PrepareSync(const SyncParma &param, uint32_t syncId, uint64_t connec… in PrepareSync()
69 int SingleVerRelationalSyncer::GenerateEachSyncTask(const SyncParma &param, uint32_t syncId, in GenerateEachSyncTask()
100 void SingleVerRelationalSyncer::DoOnSubSyncComplete(const uint32_t subSyncId, const uint32_t syncId, in DoOnSubSyncComplete()
128 void SingleVerRelationalSyncer::DoOnComplete(const SyncParma &param, uint32_t syncId) in DoOnComplete()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_cell_list_rat_tdscdma_v10.md114 ### syncId subsection
H A D_cell_list_rat_tdscdma_v11.md114 ### syncId subsection
H A D_cell_rat_tdscdma_v10.md114 ### syncId subsection
H A D_cell_rat_tdscdma_v11.md114 ### syncId subsection
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dstore_info.h29 uint64_t syncId = 0; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkvdb_service.h35 uint64_t syncId = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h65 void SetSyncId(const uint64_t syncId) in SetSyncId()
H A Drs_transaction_data.h153 void SetSyncId(const uint64_t syncId) in SetSyncId()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp210 actives_.ForEachCopies([this](auto &syncId, auto &taskId) { in ~SyncManager()
229 auto syncId = GenerateId(syncInfo.user_); in DoCloudSync() local
243 actives_.ForEachCopies([this, user](auto &syncId, auto &taskId) { in StopCloudSync()
474 auto syncId = GenerateId(info.user_); in GetRetryer() local
488 uint64_t syncId = static_cast<uint64_t>(user) & 0xFFFFFFFF; in GenerateId() local
492 RefCount SyncManager::GenSyncRef(uint64_t syncId) in GenSyncRef()
499 int32_t SyncManager::Compare(uint64_t syncId, int32_t user) in Compare()
709 void SyncManager::UpdateFinishSyncInfo(const QueryKey &queryKey, uint64_t syncId, int32_t code) in UpdateFinishSyncInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp540 SyncId syncId = ++syncTaskId_; in Sync() local
557 … tasks_->ComputeIfPresent(syncId, [executor = executor_](SyncId syncId, const FinishTask &task) { in Sync()
731 …e::DBProcessCB RdbGeneralStore::GetDBProcessCB(DetailAsync async, uint32_t syncMode, SyncId syncId, in GetDBProcessCB()
1111 Executor::Task RdbGeneralStore::GetFinishTask(SyncId syncId) in GetFinishTask()
1120 … task->ComputeIfPresent(syncId, [executor = executor_, this](SyncId syncId, FinishTask &task) { in GetFinishTask()
1127 …task->ComputeIfPresent(syncId, [&cb, executor = executor_](SyncId syncId, const FinishTask &task) { in GetFinishTask()
1155 …tasks_->EraseIf([&cbs, &taskIds, store = storeInfo_.storeName](SyncId syncId, const FinishTask &ta… in RemoveTasks()
1178 RdbGeneralStore::DBProcessCB RdbGeneralStore::GetCB(SyncId syncId) in GetCB()
1185 … task->ComputeIfPresent(syncId, [&cb, &progress, executor](SyncId syncId, FinishTask &finishTask) { in GetCB()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.cpp24 Status KvStoreSyncManager::AddSyncOperation(uintptr_t syncId, uint32_t delayMs, const SyncFunc &syn… in AddSyncOperation()
69 Status KvStoreSyncManager::RemoveSyncOperation(uintptr_t syncId) in RemoveSyncOperation()
H A Dkvstore_sync_manager.h45 uintptr_t syncId = 0; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp188 uint32_t syncId = GenerateSyncId(); in Sync() local
198 int GenericSyncer::PrepareSync(const SyncParma &param, uint32_t syncId, uint64_t connectionId) in PrepareSync()
234 int GenericSyncer::RemoveSyncOperation(int syncId) in RemoveSyncOperation()
275 for (auto syncId : syncIdList) { in StopSync() local
365 void GenericSyncer::SyncOperationKillCallbackInner(int syncId) in SyncOperationKillCallbackInner()
373 void GenericSyncer::SyncOperationKillCallback(int syncId) in SyncOperationKillCallback()
560 void GenericSyncer::OnSyncFinished(int syncId) in OnSyncFinished()
H A Dsync_task_context.cpp83 auto syncId = static_cast<uint32_t>(target->GetSyncId()); in AddSyncTarget() local
168 int SyncTaskContext::RemoveSyncOperation(int syncId) in RemoveSyncOperation()
645 void SyncTaskContext::CancelCurrentSyncRetryIfNeed(int newTargetMode, uint32_t syncId) in CancelCurrentSyncRetryIfNeed()
795 void SyncTaskContext::AbortMachineIfNeed(uint32_t syncId) in AbortMachineIfNeed()
H A Dsyncer_proxy.cpp75 int SyncerProxy::RemoveSyncOperation(int syncId) in RemoveSyncOperation()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_syncer.cpp115 void MultiVerSyncer::SyncOperationKillCallbackInner(int syncId) in SyncOperationKillCallbackInner()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.h32 int32_t syncId; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp235 uintptr_t syncId = 0; variable
262 uintptr_t syncId = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp433 int64_t syncId = webGlSync->GetSync(); in IsSync() local
445 int64_t syncId = webGlSync->GetSync(); in DeleteSync() local
459 int64_t syncId = webGlSync->GetSync(); in ClientWaitSync() local
478 int64_t syncId = webGlSync->GetSync(); in WaitSync() local
496 int64_t syncId = webGlSync->GetSync(); in GetSyncParameter() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.cpp23 SyncOperation::SyncOperation(uint32_t syncId, const std::vector<std::string> &devices, in SyncOperation()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechaincpp_test.cpp630 HiTraceId syncId = HiTraceChain::Begin("test sync only", HITRACE_FLAG_TP_INFO); variable

12