Searched refs:g_propC (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 66 KvDBProperties g_propC; variable 158 GetProperty(g_propC, g_identifierC, STORE_ID_2, g_dualIdentifierC); in SetUp() 230 errCode = RuntimeContext::GetInstance()->EnableKvStoreAutoLaunch(g_propC, nullptr, option); 426 …EXPECT_TRUE(RuntimeContext::GetInstance()->EnableKvStoreAutoLaunch(g_propC, nullptr, option) == E_… 956 …EXPECT_TRUE(RuntimeContext::GetInstance()->EnableKvStoreAutoLaunch(g_propC, notifier, option) == E… 979 PutSyncData(g_propC, KEY1, VALUE1);
|