Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp237 return this->relationalDBOpenSet_.count(identifier) == 0; in EnterDBOpenCloseProcess()
239 (void)relationalDBOpenSet_.insert(identifier); in EnterDBOpenCloseProcess()
245 (void)relationalDBOpenSet_.erase(identifier); in ExitDBOpenCloseProcess()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_instance.h60 std::set<std::string> relationalDBOpenSet_; variable