Home
last modified time | relevance | path

Searched refs:RelationalStoreChangedDataImpl (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_changed_data_impl.cpp19 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()
H A Drelational_store_changed_data_impl.h24 class RelationalStoreChangedDataImpl : public StoreChangedData {
26 …explicit RelationalStoreChangedDataImpl(const std::string &changedDevice) : changedDevice_(changed… in RelationalStoreChangedDataImpl() function
27 virtual ~RelationalStoreChangedDataImpl();
29 DISABLE_COPY_ASSIGN_MOVE(RelationalStoreChangedDataImpl);
H A Drelational_store_delegate_impl.cpp287 RelationalStoreChangedDataImpl data(changedDevice); in RegisterObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_test.cpp1516 RelationalStoreChangedDataImpl storeChangedData("");
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1456 RelationalStoreChangedDataImpl data(changedDevice); in AutoLaunchOnChange()