Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_dlp_test.cpp73 DBStatus OpenDelegate(const std::string &dlpPath, RelationalStoreDelegate *&rdbDelegatePtr, in OpenDelegate() argument
87 return mgr.OpenStore(dbPath, STORE_ID_1, option, rdbDelegatePtr); in OpenDelegate()
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp135 DBStatus OpenDelegate(const std::string &dlpPath, RelationalStoreDelegate *&rdbDelegatePtr, in OpenDelegate() argument
149 return mgr.OpenStore(dbPath, STORE_ID_1, option, rdbDelegatePtr); in OpenDelegate()
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1707 RelationalStoreDelegate *rdbDelegatePtr = nullptr; variable
1708 mgr->OpenStore(g_dbDir, STORE_ID_1, option, rdbDelegatePtr);
1715 …DBStatus callStatus = rdbDelegatePtr->Sync({DEVICE_B, DEVICE_C}, SyncMode::SYNC_MODE_PULL_ONLY, qu…
1727 mgr->CloseStore(rdbDelegatePtr);