Home
last modified time | relevance | path

Searched refs:oldStateVersion (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.c541 int32_t oldStateVersion, uint64_t oldTimestamp, int32_t newStateVersion, uint64_t newTimestamp) in IsIgnoreUpdate() argument
543 …bool isIgnore = oldTimestamp > newTimestamp || (oldTimestamp == 0 && oldStateVersion > newStateVer… in IsIgnoreUpdate()
548 oldStateVersion, oldTimestamp, newStateVersion, newTimestamp); in IsIgnoreUpdate()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1535 int32_t oldStateVersion, uint64_t oldTimestamp, int32_t newStateVersion, uint64_t newTimestamp) in IsIgnoreUpdateToLedger() argument
1537 …bool isIgnore = oldTimestamp > newTimestamp || (oldTimestamp == 0 && oldStateVersion > newStateVer… in IsIgnoreUpdateToLedger()
1542 oldStateVersion, oldTimestamp, newStateVersion, newTimestamp); in IsIgnoreUpdateToLedger()