Home
last modified time | relevance | path

Searched refs:closeNotifiers_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp83 closeNotifiers_.push_back(notifier); in OnClose()
226 auto notifiers = std::move(closeNotifiers_); in DecreaseConnectionCounter()
H A Dgeneric_kvdb.h188 std::vector<std::function<void(void)>> closeNotifiers_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h193 std::vector<std::function<void(void)>> closeNotifiers_; variable
H A Dsqlite_relational_store.cpp339 closeNotifiers_.push_back(notifier); in OnClose()
389 auto notifiers = std::move(closeNotifiers_); in DecreaseConnectionCounter()