Home
last modified time | relevance | path

Searched refs:changes_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h97 std::set<std::string> changes_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h173 std::set<std::string> changes_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp2398 needSync = changes_.empty(); in Change()
2400 changes_.insert(table); in Change()
2402 changes_.insert(tables_.begin(), tables_.end()); in Change()
2413 result = std::move(changes_); in Steal()