| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| D | distributeddb_relational_get_data_test.cpp | 506 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(gQuery, rEntries, d… 517 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(gQuery, entries, de… 714 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(queryPlus, entries,… 799 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(query, entries, dev… 870 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(query, entries, dev… 943 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(query, entries, dev… 980 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(query, entries, dev… 1045 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(queryPlus, entries,… 1059 …EXPECT_EQ(const_cast<RelationalSyncAbleStorage *>(store)->PutSyncDataWithQuery(query, entries, dev… 1278 errCode = store->PutSyncDataWithQuery(query, entries, deviceID_B); [all …]
|
| D | distributeddb_storage_query_sync_test.cpp | 1394 EXPECT_EQ(errStore->PutSyncDataWithQuery(obj1, entry, deviceName), -E_INVALID_DB); 1400 EXPECT_EQ(g_store->PutSyncDataWithQuery(obj1, entry, deviceName), -E_NOT_SUPPORT); 1408 EXPECT_EQ(g_store->PutSyncDataWithQuery(obj1, entry, deviceName), -E_INVALID_ARGS);
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
| D | sync_generic_interface.h | 102 …virtual int PutSyncDataWithQuery(const QueryObject &query, const std::vector<SingleVerKvEntry *> &… in PutSyncDataWithQuery() function
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| D | virtual_relational_ver_sync_db_interface.h | 43 … int PutSyncDataWithQuery(const QueryObject &query, const std::vector<SingleVerKvEntry *> &entries,
|
| D | virtual_single_ver_sync_db_Interface.h | 92 … int PutSyncDataWithQuery(const QueryObject &query, const std::vector<SingleVerKvEntry *> &entries,
|
| D | virtual_relational_ver_sync_db_interface.cpp | 72 int VirtualRelationalVerSyncDBInterface::PutSyncDataWithQuery(const QueryObject &query, in PutSyncDataWithQuery() function in DistributedDB::VirtualRelationalVerSyncDBInterface
|
| D | virtual_single_ver_sync_db_Interface.cpp | 474 int VirtualSingleVerSyncDBInterface::PutSyncDataWithQuery(const QueryObject &query, in PutSyncDataWithQuery() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_single_ver_natural_store.h | 92 … int PutSyncDataWithQuery(const QueryObject &query, const std::vector<SingleVerKvEntry *> &entries,
|
| D | sqlite_single_ver_natural_store.cpp | 852 int SQLiteSingleVerNaturalStore::PutSyncDataWithQuery(const QueryObject &query, in PutSyncDataWithQuery() function in DistributedDB::SQLiteSingleVerNaturalStore
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| D | relational_sync_able_storage.h | 85 …int PutSyncDataWithQuery(const QueryObject &object, const std::vector<SingleVerKvEntry *> &entries,
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| D | distributeddb_tools_unit_test.cpp | 621 int errCode = store->PutSyncDataWithQuery(query, entries, deviceName); in PutSyncDataTest()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
| D | relational_sync_able_storage.cpp | 507 int RelationalSyncAbleStorage::PutSyncDataWithQuery(const QueryObject &object, in PutSyncDataWithQuery() function in DistributedDB::RelationalSyncAbleStorage
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
| D | single_ver_data_sync.cpp | 418 int errCode = storage_->PutSyncDataWithQuery(query, inData, context->GetDeviceId()); in SaveData()
|