Home
last modified time | relevance | path

Searched refs:IsNeedSync (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp266 implicitCommonTransactionDataStack_.top()->IsNeedSync())) { in CommitSyncTransaction()
277 implicitRemoteTransactionDataStack_.top()->IsNeedSync())) { in CommitSyncTransaction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp553 bool TimeSync::IsNeedSync() const in IsNeedSync() function in DistributedDB::TimeSync
798 if (!CheckSkipTimeSync(info) || (IsNeedSync() && in SetTimeSyncFinishIfNeed()
803 if (IsNeedSync()) { in SetTimeSyncFinishIfNeed()
827 bool syncFinish = !IsNeedSync(); in GenerateTimeOffsetIfNeed()
H A Dtime_sync.h96 bool IsNeedSync() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_data.h123 bool IsNeedSync() const in IsNeedSync() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp476 if (timeSync_->IsNeedSync()) { in DoTimeSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1183 … if (rsTransaction->IsNeedSync() || syncTransactionData_.count(rsTransactionElem.first) > 0) { in ProcessCommandForUniRender()
1285 if (!rsTransactionData->IsNeedSync()) { in ProcessSyncRSTransactionData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp64 if (transactionData->IsNeedSync() && transactionData->IsEmpty()) { in CommitTransaction()