Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_attach_test.cpp167 const std::string attachedName = "attached"; variable
177 auto ret = store1->Attach(attachedConfig, attachedName, BUSY_TIMEOUT);
182 ret = store1->Attach(attachedConfig, attachedName, BUSY_TIMEOUT);
185 ret = store1->Detach(attachedName);
198 const std::string attachedName = "attached"; variable
208 auto ret = store1->Attach(attachedConfig, attachedName, BUSY_TIMEOUT);
228 const std::string attachedName = "attached"; variable
249 ret = store1->Detach(attachedName);
263 const std::string attachedName = "attached"; variable
273 auto ret = store1->Attach(attachedConfig, attachedName, BUSY_TIMEOUT);
[all …]