Home
last modified time | relevance | path

Searched refs:PredicatesMemo (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dmake_query_event.h24 struct PredicatesMemo;
30 MakeQueryEvent(StoreInfo storeInfo, std::shared_ptr<DistributedRdb::PredicatesMemo> predicates,
33 std::shared_ptr<DistributedRdb::PredicatesMemo> GetPredicates() const;
38 std::shared_ptr<DistributedRdb::PredicatesMemo> predicates_;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h47 const PredicatesMemo& predicates, const AsyncDetail &async) override;
80 const PredicatesMemo &predicates, const std::vector<std::string> &columns) override;
97 const PredicatesMemo &predicates);
99 …int32_t DoAsync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicate…
101 …int32_t DoSync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates,
104 …int32_t DoAsync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicate…
H A Drdb_types_util.h31 using RdbPredicates = DistributedRdb::PredicatesMemo;
H A Drdb_store_impl.h162 using Memo = DistributedRdb::PredicatesMemo;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dmake_query_event.cpp20 …std::shared_ptr<DistributedRdb::PredicatesMemo> predicates, const std::vector<std::string>& column… in MakeQueryEvent()
26 std::shared_ptr<DistributedRdb::PredicatesMemo> MakeQueryEvent::GetPredicates() const in GetPredicates()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp60 DistributedRdb::PredicatesMemo predicates;
82 DistributedRdb::PredicatesMemo predicates;
110 DistributedRdb::PredicatesMemo predicates;
148 DistributedRdb::PredicatesMemo predicates;
H A Dcloud_data_test.cpp648 DistributedRdb::PredicatesMemo predicates;
1145 DistributedRdb::PredicatesMemo predicates;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h63 … int32_t Sync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates,
84 const PredicatesMemo& predicates, const std::vector<std::string>& columns) override;
156 …void DoCloudSync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicat…
161 int DoSync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates,
H A Drdb_query.h45 void MakeQuery(const PredicatesMemo &predicates);
47 void MakeCloudQuery(const PredicatesMemo &predicates);
H A Drdb_service_stub.cpp133 PredicatesMemo predicates; in OnRemoteDoSync()
153 PredicatesMemo predicates; in OnRemoteDoAsync()
324 PredicatesMemo predicates; in OnRemoteQuerySharingResource()
H A Drdb_query.cpp50 void RdbQuery::MakeQuery(const PredicatesMemo &predicates) in MakeQuery()
71 void RdbQuery::MakeCloudQuery(const PredicatesMemo& predicates) in MakeCloudQuery()
H A Drdb_service_impl.cpp413 …viceImpl::Sync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates, in Sync()
430 const PredicatesMemo &predicates, const AsyncDetail &async) in DoSync()
532 const PredicatesMemo &predicates, const AsyncDetail &async) in DoCloudSync()
691 …const RdbSyncerParam& param, const PredicatesMemo& predicates, const std::vector<std::string>& col… in QuerySharingResource()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h47 …virtual int32_t Sync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &pred…
75 …const RdbSyncerParam &param, const PredicatesMemo &predicates, const std::vector<std::string> &col…
H A Dabs_rdb_predicates.h264 API_EXPORT const DistributedRdb::PredicatesMemo & GetDistributedPredicates() const;
329 mutable DistributedRdb::PredicatesMemo predicates_;
H A Drdb_types.h196 struct PredicatesMemo { struct
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp111 const PredicatesMemo &predicates) in DoSync()
131 …eProxy::DoSync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates, in DoSync()
146 …Proxy::DoAsync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates) in DoAsync()
159 const PredicatesMemo &predicates, const AsyncDetail & callback) in DoAsync()
193 …iceProxy::Sync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates, in Sync()
364 …const RdbSyncerParam &param, const PredicatesMemo &predicates, const std::vector<std::string> &col… in QuerySharingResource()
H A Dabs_rdb_predicates.cpp165 const DistributedRdb::PredicatesMemo& AbsRdbPredicates::GetDistributedPredicates() const in GetDistributedPredicates()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_service_proxy.h39 const DistributedRdb::PredicatesMemo& predicates, const std::vector<std::string>& columns,
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_service.h108 const DistributedRdb::PredicatesMemo &predicates, const std::vector<std::string> &columns,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_service_proxy.cpp118 const std::string &storeId, const DistributedRdb::PredicatesMemo &predicates, in AllocResourceAndShare()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h52 const DistributedRdb::PredicatesMemo& predicates, const std::vector<std::string>& columns,
H A Dcloud_service_stub.cpp180 DistributedRdb::PredicatesMemo predicatesMemo; in OnAllocResourceAndShare()
H A Dcloud_service_impl.cpp1120 const std::string& storeId, const DistributedRdb::PredicatesMemo& predicates, in AllocResourceAndShare()
1135 auto memo = std::make_shared<DistributedRdb::PredicatesMemo>(predicates); in AllocResourceAndShare()