Home
last modified time | relevance | path

Searched defs:onRemoteDataChanged (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_engine.h31 std::function<void(std::string)> onRemoteDataChanged; member
H A Dsync_engine.cpp232 int SyncEngine::InitInnerSource(const std::function<void(std::string)> &onRemoteDataChanged, in InitInnerSource()