/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_transaction_optimization_test.cpp | 434 …(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 D | distributeddb_interfaces_nb_delegate_local_batch_test.cpp | 696 …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 D | distributeddb_interfaces_nb_unpublish_test.cpp | 248 EXPECT_EQ(g_localObserver->GetEntriesInserted().size(), 1UL); 274 EXPECT_EQ(g_localObserver->GetEntriesInserted().size(), 1UL);
|
H A D | distributeddb_interfaces_nb_delegate_rd_test.cpp | 956 …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 D | distributeddb_interfaces_nb_delegate_test.cpp | 1310 …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 D | distributeddb_interfaces_nb_publish_test.cpp | 267 …E(DistributedDBToolsUnitTest::CheckObserverResult(entriesRet, observerSync->GetEntriesInserted())); 343 …E(DistributedDBToolsUnitTest::CheckObserverResult(entriesRet, observerSync->GetEntriesInserted()));
|
H A D | distributeddb_interfaces_nb_transaction_test.cpp | 563 …_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 D | kv_store_changed_data.h | 29 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 D | nbdelegate_fuzzer.cpp | 48 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 D | kv_store_changed_data_impl.h | 32 const std::list<Entry> &GetEntriesInserted() const override;
|
H A D | kv_store_changed_data_impl.cpp | 24 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 D | db_change_data_mock.h | 32 const std::list<DBEntry> &GetEntriesInserted() const override;
|
H A D | db_change_data_mock.cpp | 33 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 D | kvstore_observer_nb_impl.h | 40 std::list<DistributedDB::Entry> insertList = data.GetEntriesInserted(); in OnChange()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_data_listener.cpp | 35 const auto &insertedDatas = data.GetEntriesInserted(); in OnChange()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | observer_bridge.cpp | 85 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 D | kv_store_observer_impl.cpp | 20 insertedEntries_ = data.GetEntriesInserted(); in OnChange()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.cpp | 381 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 D | distributeddb_tools_test.cpp | 184 inserted_ = data.GetEntriesInserted(); in OnChange()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_batch_crud_test.cpp | 95 …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 D | meta_data_manager.cpp | 93 …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 D | distributeddb_tools_unit_test.h | 262 const std::list<DistributedDB::Entry> &GetEntriesInserted() const;
|
H A D | distributeddb_tools_unit_test.cpp | 709 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 D | flat_object_storage_engine.cpp | 468 for (DistributedDB::Entry item : data.GetEntriesInserted()) { in OnChange()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_general_store_test.cpp | 127 const std::list<DistributedDB::Entry>& GetEntriesInserted() const override in GetEntriesInserted() function in OHOS::Test::DistributedDataTest::MockKvStoreChangedData
|