Home
last modified time | relevance | path

Searched refs:SubscribeTableChanges (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_connection.h49 int32_t SubscribeTableChanges(const Notifier& notifier) override;
H A Dconnection.h62 virtual int32_t SubscribeTableChanges(const Notifier &notifier) = 0;
H A Dsqlite_connection.h58 int SubscribeTableChanges(const Notifier &notifier) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp178 int32_t RdConnection::SubscribeTableChanges(const Connection::Notifier& notifier) in SubscribeTableChanges() function in OHOS::NativeRdb::RdConnection
H A Dsqlite_connection.cpp458 int SqliteConnection::SubscribeTableChanges(const Connection::Notifier &notifier) in SubscribeTableChanges() function in OHOS::NativeRdb::SqliteConnection
H A Drdb_store_impl.cpp763 return connection->SubscribeTableChanges(callBack); in RegisterDataChangeCallback()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dsqlite_connection.h59 int SubscribeTableChanges(const Notifier &notifier) override;