Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp932 bool isResponseType = (inMsg->GetMessageType() == TYPE_RESPONSE); in IsPacketValid() local
933 if (isResponseType && (inMsg->GetMessageId() == CONTROL_SYNC_MESSAGE) && in IsPacketValid()
939 if (isResponseType && (inMsg->GetMessageId() != TIME_SYNC_MESSAGE) && in IsPacketValid()