Searched refs:OpenCloseDatabase (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_database_rd_kernel_test.cpp | 676 void OpenCloseDatabase(const std::string &storeId) in OpenCloseDatabase() function 700 std::thread t1(OpenCloseDatabase, storeId); in FreqOpenClose001() 701 std::thread t2(OpenCloseDatabase, storeId); in FreqOpenClose001() 702 std::thread t3(OpenCloseDatabase, storeId); in FreqOpenClose001() 703 std::thread t4(OpenCloseDatabase, storeId); in FreqOpenClose001() 714 std::thread t1(OpenCloseDatabase, storeId); in FreqOpenCloseDel001()
|
H A D | distributeddb_interfaces_database_test.cpp | 1289 void OpenCloseDatabase(const std::string &storeId) in OpenCloseDatabase() function 1312 std::thread t1(OpenCloseDatabase, storeId); in FreqOpenClose001() 1313 std::thread t2(OpenCloseDatabase, storeId); in FreqOpenClose001() 1314 std::thread t3(OpenCloseDatabase, storeId); in FreqOpenClose001() 1315 std::thread t4(OpenCloseDatabase, storeId); in FreqOpenClose001() 1326 std::thread t1(OpenCloseDatabase, storeId); in FreqOpenCloseDel001()
|