Home
last modified time | relevance | path

Searched refs:InitInnerSource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.h156 int InitInnerSource(const std::function<void(std::string)> &onRemoteDataChanged,
H A Dsync_engine.cpp91 …errCode = InitInnerSource(callbackParam.onRemoteDataChanged, callbackParam.offlineChanged, syncInt… in Initialize()
232 int SyncEngine::InitInnerSource(const std::function<void(std::string)> &onRemoteDataChanged, in InitInnerSource() function in DistributedDB::SyncEngine