Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c543 …bool isIgnore = oldTimestamp > newTimestamp || (oldTimestamp == 0 && oldStateVersion > newStateVer… in IsIgnoreUpdate() local
544 if (isIgnore) { in IsIgnoreUpdate()
550 return isIgnore; in IsIgnoreUpdate()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1537 …bool isIgnore = oldTimestamp > newTimestamp || (oldTimestamp == 0 && oldStateVersion > newStateVer… in IsIgnoreUpdateToLedger() local
1538 if (isIgnore) { in IsIgnoreUpdateToLedger()
1544 return isIgnore; in IsIgnoreUpdateToLedger()