Home
last modified time | relevance | path

Searched refs:CheckSyncAction (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H A Dnetwork_sync_strategy.cpp53 int32_t NetworkSyncStrategy::CheckSyncAction(const StoreInfo &storeInfo) in CheckSyncAction() function in OHOS::CloudData::NetworkSyncStrategy
69 return next_ ? next_->CheckSyncAction(storeInfo) : E_OK; in CheckSyncAction()
H A Dnetwork_sync_strategy.h43 int32_t CheckSyncAction(const StoreInfo &storeInfo) override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_strategy.cpp18 int32_t SyncStrategy::CheckSyncAction(const StoreInfo& storeInfo) in CheckSyncAction() function in OHOS::DistributedData::SyncStrategy
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsync_strategy.h24 virtual int32_t CheckSyncAction(const StoreInfo& storeInfo);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp301 auto status = syncStrategy_->CheckSyncAction(storeInfo); in GetPostEventTask()