Searched refs:GetDataChangeDevice (Results 1 – 8 of 8) sorted by relevance
36 DB_API virtual std::string GetDataChangeDevice() const = 0;
21 DB_API std::string RelationalStoreChangedDataImpl::GetDataChangeDevice() const in GetDataChangeDevice() function in DistributedDB::RelationalStoreChangedDataImpl
31 std::string GetDataChangeDevice() const override;
305 const std::string GetDataChangeDevice() const;
789 changeDevice_ = data.GetDataChangeDevice(); in OnChange()935 const std::string RelationalStoreObserverUnitTest::GetDataChangeDevice() const in GetDataChangeDevice() function in DistributedDBUnitTest::RelationalStoreObserverUnitTest
1616 EXPECT_EQ(g_observer->GetDataChangeDevice(), DEVICE_B);1675 EXPECT_EQ(observer->GetDataChangeDevice(), DEVICE_B);1723 EXPECT_EQ(g_observer->GetDataChangeDevice(), DEVICE_B);1761 EXPECT_EQ(observer->GetDataChangeDevice(), DEVICE_B);2046 EXPECT_EQ(autoObserver->GetDataChangeDevice(), DEVICE_B);
236 std::string GetDataChangeDevice() const override in GetDataChangeDevice() function in OHOS::Test::DistributedRDBTest::MockStoreChangedData
1018 std::string device = data.GetDataChangeDevice(); in OnChange()