Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_engine.h32 std::function<void(std::string)> offlineChanged; member
H A Dsync_engine.cpp233 const std::function<void(std::string)> &offlineChanged, ISyncInterface *syncInterface) in InitInnerSource()