Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.h182 void PutMsgIntoQueue(const std::string &targetDev, Message *inMsg, int msgSize);
H A Dsync_engine.cpp536 PutMsgIntoQueue(targetDev, inMsg, msgSize); in MessageReciveCallbackInner()
552 void SyncEngine::PutMsgIntoQueue(const std::string &targetDev, Message *inMsg, int msgSize) in PutMsgIntoQueue() function in DistributedDB::SyncEngine