Home
last modified time | relevance | path

Searched refs:onSchemaChanged_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h299 std::function<void()> onSchemaChanged_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp704 onSchemaChanged_ = callback; in RegisterSchemaChangedCallback()
711 if (onSchemaChanged_) { in NotifySchemaChanged()
713 onSchemaChanged_(); in NotifySchemaChanged()