Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_attach_test.cpp167 const std::string attachedName = "attached"; in HWTEST_F() local
177 auto ret = store1->Attach(attachedConfig, attachedName, BUSY_TIMEOUT); in HWTEST_F()
181 // use the same attachedName to attach again in HWTEST_F()
182 ret = store1->Attach(attachedConfig, attachedName, BUSY_TIMEOUT); in HWTEST_F()
185 ret = store1->Detach(attachedName); in HWTEST_F()
198 const std::string attachedName = "attached"; in HWTEST_F() local
208 auto ret = store1->Attach(attachedConfig, attachedName, BUSY_TIMEOUT); in HWTEST_F()
228 const std::string attachedName = "attached"; in HWTEST_F() local
236 auto ret = store1->Attach(encryptAttachedConfig, attachedName, BUSY_TIMEOUT); in HWTEST_F()
249 ret = store1->Detach(attachedName); in HWTEST_F()
263 const std::string attachedName = "attached"; HWTEST_F() local
[all...]

Completed in 1 milliseconds