Searched refs:g_storeId (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_space_management_test.cpp | 53 std::string g_storeId; member 63 std::string origIdentifier = USER_ID + "-" + APP_ID + "-" + g_storeId; in GetRealFileUrl() 171 g_storeId = "distributed_GetKvStoreDiskSize_001"; in HWTEST_F() 174 g_mgr.GetKvStore(g_storeId, g_nbOption, g_kvNbDelegateCallback); in HWTEST_F() 185 EXPECT_EQ(g_mgr.GetKvStoreDiskSize(g_storeId, localDbSize), OK); in HWTEST_F() 191 g_mgr.GetKvStore(g_storeId, g_nbOption, g_kvNbDelegateCallback); in HWTEST_F() 209 EXPECT_EQ(g_mgr.GetKvStoreDiskSize(g_storeId, localDbSize), OK); in HWTEST_F() 217 EXPECT_EQ(g_mgr.DeleteKvStore(g_storeId), OK); in HWTEST_F() 229 g_storeId = "distributed_GetKvStoreDiskSize_002"; in HWTEST_F() 233 g_mgr.GetKvStore(g_storeId, optio in HWTEST_F() [all...] |
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
H A D | distribute_demo_agent.cpp | 33 std::string g_storeId = "student_1"; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/ |
H A D | cloudsync_fuzzer.cpp | 37 static const char *g_storeId = "STORE_ID"; member 243 storePath_ = testDir_ + "/" + g_storeId + g_dbSuffix; in SetUp()
|
Completed in 3 milliseconds