Home
last modified time | relevance | path

Searched refs:SetSubscribeManager (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.cpp46 context->SetSubscribeManager(subManager_); in CreateSyncTaskContext()
H A Dsingle_ver_sync_task_context.h126 void SetSubscribeManager(std::shared_ptr<SubscribeManager> &subManager);
H A Dsingle_ver_sync_task_context.cpp478 void SingleVerSyncTaskContext::SetSubscribeManager(std::shared_ptr<SubscribeManager> &subManager) in SetSubscribeManager() function in DistributedDB::SingleVerSyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp98 static_cast<SingleVerSyncTaskContext *>(context_)->SetSubscribeManager(subManager_); in Initialize()
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1062 tmpContext.SetSubscribeManager(subManager);