Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1718 if (attachedInfo_.Contains(attachName)) { in Attach()
1739 if (!attachedInfo_.Insert(attachName, dbPath)) { in Attach()
1742 return { E_OK, attachedInfo_.Size() }; in Attach()
1750 if (!attachedInfo_.Contains(attachName)) { in Detach()
1751 return { E_OK, attachedInfo_.Size() }; in Detach()
1773 attachedInfo_.Erase(attachName); in Detach()
1774 if (!attachedInfo_.Empty()) { in Detach()
1775 return { E_OK, attachedInfo_.Size() }; in Detach()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h149 ConcurrentMap<std::string, std::string> attachedInfo_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h247 ConcurrentMap<std::string, std::string> attachedInfo_; variable