Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.h193 ISyncTaskContext *GetContextForMsg(const std::string &targetDev, int &errCode);
H A Dsync_engine.cpp419 ISyncTaskContext *nextContext = GetContextForMsg(inMsg->GetTarget(), errCode); in DealMsgUtilQueueEmpty()
436 ISyncTaskContext *SyncEngine::GetContextForMsg(const std::string &targetDev, int &errCode) in GetContextForMsg() function in DistributedDB::SyncEngine
544 ISyncTaskContext *nextContext = GetContextForMsg(targetDev, errCode); in MessageReciveCallbackInner()