Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_retainer.cpp129 std::list<FrameInfo> outFrameList; in FetchFramesForSpecificCommunicator() local
131 return outFrameList; in FetchFramesForSpecificCommunicator()
143 outFrameList.emplace_back(FrameInfo{work.buffer, entry.second, inCommLabel, work.frameId}); in FetchFramesForSpecificCommunicator()
149 return outFrameList; in FetchFramesForSpecificCommunicator()