Home
last modified time | relevance | path

Searched refs:GetDistributedPredicates (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_rdb_predicates.h264 API_EXPORT const DistributedRdb::PredicatesMemo & GetDistributedPredicates() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp165 const DistributedRdb::PredicatesMemo& AbsRdbPredicates::GetDistributedPredicates() const in GetDistributedPredicates() function in OHOS::NativeRdb::AbsRdbPredicates
H A Drdb_store_impl.cpp245 service->QuerySharingResource(syncerParam_, predicates.GetDistributedPredicates(), columns); in QuerySharingResource()
387 ret = InnerSync(syncerParam_, rdbOption, predicate.GetDistributedPredicates(), async); in Sync()
821 auto memo = AbsRdbPredicates(predicates.GetTableName()).GetDistributedPredicates(); in ModifyLockStatus()
2128 …bsRdbPredicates(std::vector<std::string>(tables.begin(), tables.end())).GetDistributedPredicates(); in DoCloudSync()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_share.cpp91 … ctxt->storeId, ctxt->predicates->GetDistributedPredicates(), ctxt->columns, ctxt->participants); in AllocResourceAndShare()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp517 auto memo = predicates.GetDistributedPredicates(); in DoCompensateSync()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp1785 auto distributedRdbPredicates = predicates.GetDistributedPredicates();