Searched refs:RelationalStoreChangedDataImpl (Results 1 – 5 of 5) sorted by relevance
19 RelationalStoreChangedDataImpl::~RelationalStoreChangedDataImpl() = default;21 DB_API std::string RelationalStoreChangedDataImpl::GetDataChangeDevice() const in GetDataChangeDevice()27 DB_API void RelationalStoreChangedDataImpl::GetStoreProperty(StoreProperty &storeProperty) const in GetStoreProperty()33 void RelationalStoreChangedDataImpl::SetStoreProperty(const StoreProperty &storeProperty) in SetStoreProperty()
24 class RelationalStoreChangedDataImpl : public StoreChangedData {26 …explicit RelationalStoreChangedDataImpl(const std::string &changedDevice) : changedDevice_(changed… in RelationalStoreChangedDataImpl() function27 virtual ~RelationalStoreChangedDataImpl();29 DISABLE_COPY_ASSIGN_MOVE(RelationalStoreChangedDataImpl);
287 RelationalStoreChangedDataImpl data(changedDevice); in RegisterObserver()
1516 RelationalStoreChangedDataImpl storeChangedData("");
1456 RelationalStoreChangedDataImpl data(changedDevice); in AutoLaunchOnChange()