Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.h173 void MessageReciveCallback(const std::string &targetDev, Message *inMsg);
H A Dsync_engine.cpp299 …[this](const std::string &targetDev, Message *inMsg) { MessageReciveCallback(targetDev, inMsg); },… in InitComunicator()
492 void SyncEngine::MessageReciveCallback(const std::string &targetDev, Message *inMsg) in MessageReciveCallback() function in DistributedDB::SyncEngine
903 …[this](const std::string &targetDev, Message *inMsg) { MessageReciveCallback(targetDev, inMsg); },… in AllocCommunicator()