Home
last modified time | relevance | path

Searched refs:GetEntriesInserted (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_transaction_optimization_test.cpp434 …(DistributedDBToolsUnitTest::CheckObserverResult(syncEntries, syncObserver->GetEntriesInserted()));
435 …istributedDBToolsUnitTest::CheckObserverResult(localEntries, localObserver->GetEntriesInserted()));
614 …(DistributedDBToolsUnitTest::CheckObserverResult(syncEntries, syncObserver->GetEntriesInserted()));
615 …istributedDBToolsUnitTest::CheckObserverResult(localEntries, localObserver->GetEntriesInserted()));
697 …T_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(empty, syncObserver->GetEntriesInserted()));
698 …_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(empty, localObserver->GetEntriesInserted()));
789 …TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, syncObserver->GetEntriesInserted()));
790 …RUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, localObserver->GetEntriesInserted()));
H A Ddistributeddb_interfaces_nb_delegate_local_batch_test.cpp696 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, observer->GetEntriesInserted()));
769 EXPECT_TRUE(observer->GetEntriesInserted().empty());
783 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrys3, observer->GetEntriesInserted()));
838 …T_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrysAdd, observer->GetEntriesInserted()));
911 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrys2, observer->GetEntriesInserted()));
926 EXPECT_EQ(observer->GetEntriesInserted().size(), 0UL);
982 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, observer->GetEntriesInserted()));
H A Ddistributeddb_interfaces_nb_unpublish_test.cpp248 EXPECT_EQ(g_localObserver->GetEntriesInserted().size(), 1UL);
274 EXPECT_EQ(g_localObserver->GetEntriesInserted().size(), 1UL);
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp956 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, observer->GetEntriesInserted()));
1020 EXPECT_TRUE(observer->GetEntriesInserted().empty());
1039 EXPECT_TRUE(observer->GetEntriesInserted().empty());
1053 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrys3, observer->GetEntriesInserted()));
1106 …T_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrysAdd, observer->GetEntriesInserted()));
1177 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrys2, observer->GetEntriesInserted()));
1192 EXPECT_EQ(observer->GetEntriesInserted().size(), 0UL);
1246 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, observer->GetEntriesInserted()));
H A Ddistributeddb_interfaces_nb_delegate_test.cpp1310 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, observer->GetEntriesInserted()));
1382 EXPECT_TRUE(observer->GetEntriesInserted().empty());
1396 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrys3, observer->GetEntriesInserted()));
1450 …T_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrysAdd, observer->GetEntriesInserted()));
1522 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entrys2, observer->GetEntriesInserted()));
1537 EXPECT_EQ(observer->GetEntriesInserted().size(), 0UL);
1592 …ECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entries, observer->GetEntriesInserted()));
H A Ddistributeddb_interfaces_nb_publish_test.cpp267 …E(DistributedDBToolsUnitTest::CheckObserverResult(entriesRet, observerSync->GetEntriesInserted()));
343 …E(DistributedDBToolsUnitTest::CheckObserverResult(entriesRet, observerSync->GetEntriesInserted()));
H A Ddistributeddb_interfaces_nb_transaction_test.cpp563 …_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entriesRet, observer->GetEntriesInserted()));
700 …_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(entriesRet, observer->GetEntriesInserted()));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_changed_data.h29 DB_API virtual const std::list<Entry> &GetEntriesInserted() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A Dnbdelegate_fuzzer.cpp48 const std::list<DistributedDB::Entry> &GetEntriesInserted() const;
69 inserted_ = data.GetEntriesInserted(); in OnChange()
89 const std::list<Entry> &KvStoreObserverFuzzTest::GetEntriesInserted() const in GetEntriesInserted() function in OHOS::KvStoreObserverFuzzTest
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_changed_data_impl.h32 const std::list<Entry> &GetEntriesInserted() const override;
H A Dkv_store_changed_data_impl.cpp24 const std::list<Entry> &KvStoreChangedDataImpl::GetEntriesInserted() const in GetEntriesInserted() function in DistributedDB::KvStoreChangedDataImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_change_data_mock.h32 const std::list<DBEntry> &GetEntriesInserted() const override;
H A Ddb_change_data_mock.cpp33 const std::list<DBEntry> &DBChangeDataMock::GetEntriesInserted() const in GetEntriesInserted() function in OHOS::DistributedData::DBChangeDataMock
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_observer_nb_impl.h40 std::list<DistributedDB::Entry> insertList = data.GetEntriesInserted(); in OnChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_data_listener.cpp35 const auto &insertedDatas = data.GetEntriesInserted(); in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dobserver_bridge.cpp85 auto inserted = ConvertDB(data.GetEntriesInserted(), deviceId, convert_); in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Dkv_store_observer_impl.cpp20 insertedEntries_ = data.GetEntriesInserted(); in OnChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp381 HandleChanges(CHANGE_FLAG::INSERT, data.GetEntriesInserted()); in OnChange()
384 KvStoreMetaManager::GetInstance().OnDataChange(CHANGE_FLAG::INSERT, data.GetEntriesInserted()); in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp184 inserted_ = data.GetEntriesInserted(); in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_batch_crud_test.cpp95 …data.GetEntriesInserted().size(), data.GetEntriesUpdated().size(), data.GetEntriesDeleted().size()… in OnChange()
96 insertCrudList_.assign(data.GetEntriesInserted().begin(), data.GetEntriesInserted().end()); in OnChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp93 …auto values = { &data.GetEntriesInserted(), &data.GetEntriesUpdated(), &data.GetEntriesDeleted() }; in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.h262 const std::list<DistributedDB::Entry> &GetEntriesInserted() const;
H A Ddistributeddb_tools_unit_test.cpp709 inserted_ = data.GetEntriesInserted(); in OnChange()
752 const std::list<Entry> &KvStoreObserverUnitTest::GetEntriesInserted() const in GetEntriesInserted() function in DistributedDBUnitTest::KvStoreObserverUnitTest
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp468 for (DistributedDB::Entry item : data.GetEntriesInserted()) { in OnChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp127 const std::list<DistributedDB::Entry>& GetEntriesInserted() const override in GetEntriesInserted() function in OHOS::Test::DistributedDataTest::MockKvStoreChangedData

12