Searched refs:E_LAST_SYNC_FRAME (Results 1 – 4 of 4) sorted by relevance
243 if ((packet->GetErrCode() == -E_LAST_SYNC_FRAME) && valueSliceHashNode.empty()) { in RequestRecvCallback()244 return -E_LAST_SYNC_FRAME; in RequestRecvCallback()261 if (packet->GetErrCode() == -E_LAST_SYNC_FRAME) { in RequestRecvCallback()262 return -E_LAST_SYNC_FRAME; in RequestRecvCallback()311 packet->SetErrCode(-E_LAST_SYNC_FRAME); in SendFinishedRequest()
224 if (packet->GetErrCode() == -E_LAST_SYNC_FRAME) { in RequestRecvCallback()225 return -E_LAST_SYNC_FRAME; in RequestRecvCallback()328 packet->SetErrCode(-E_LAST_SYNC_FRAME); in SendFinishedRequest()
174 if (errCode == -E_LAST_SYNC_FRAME) { in ReceiveMessageCallback()
89 constexpr int E_LAST_SYNC_FRAME = (E_BASE + 68); // this frame is the last frame for this sync variable