Searched refs:localStateVersion (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_data_cloud_sync.c | 456 cacheInfo->localStateVersion = localCaheInfo.stateVersion; in HandleDBAddChangeInternal() 554 …did, char *fieldName, char *trueValue, const CloudSyncValue *parseValue, int32_t localStateVersion) in HandleDBUpdateInternal() argument 576 … cacheInfo.stateVersion, parseValue->stateVersion, cacheInfo.localStateVersion, localStateVersion); in HandleDBUpdateInternal() 579 cacheInfo.localStateVersion = localStateVersion; in HandleDBUpdateInternal() 729 …"" PRIu64, anonyUdid, cacheInfo.stateVersion, cacheInfo.localStateVersion, cacheInfo.updateTimesta… in LnnDBDataAddChangeSyncToCache() 831 oldInfo->localStateVersion = newInfo->localStateVersion; in UpdateDevBasicInfoToCache() 904 cacheInfo->localStateVersion = localCacheInfo.stateVersion; in LnnSaveAndUpdateDistributedNode() 914 …"" PRIu64, anonyUdid, cacheInfo->stateVersion, cacheInfo->localStateVersion, cacheInfo->updateTime… in LnnSaveAndUpdateDistributedNode()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_data_cloud_sync_mock_test.cpp | 498 int32_t localStateVersion = 0; variable 499 …ndleDBUpdateInternal(deviceUdid, fieldName, trueValue, &parseValue, localStateVersion), SOFTBUS_ER… 500 …ndleDBUpdateInternal(deviceUdid, fieldName, trueValue, &parseValue, localStateVersion), SOFTBUS_OK… 501 …ndleDBUpdateInternal(deviceUdid, fieldName, trueValue, &parseValue, localStateVersion), SOFTBUS_OK… 502 EXPECT_EQ(HandleDBUpdateInternal(nullptr, fieldName, trueValue, &parseValue, localStateVersion), 504 … EXPECT_EQ(HandleDBUpdateInternal(deviceUdid, nullptr, trueValue, &parseValue, localStateVersion), 506 … EXPECT_EQ(HandleDBUpdateInternal(deviceUdid, fieldName, nullptr, &parseValue, localStateVersion),
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 175 int32_t localStateVersion; member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 451 *stateVersion != deviceInfo->localStateVersion) { in IsStateVersionChanged() 454 deviceInfo->localStateVersion, *stateVersion); in IsStateVersionChanged()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 2084 nodeInfo->localStateVersion = stateVersion; in UnpackDeviceInfoMessage()
|