Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_feature_capability.h43 BIT_CLOUD_SYNC_DEVICE_INFO, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c531 …if ((!IsCloudSyncEnabled() || !IsFeatureSupport(deviceInfo.feature, BIT_CLOUD_SYNC_DEVICE_INFO)) && in IsNeedConnectOnLine()
884 return IsFeatureSupport(localFeature, BIT_CLOUD_SYNC_DEVICE_INFO) && in IsSupportCloudSync()
885 IsFeatureSupport(info.feature, BIT_CLOUD_SYNC_DEVICE_INFO); in IsSupportCloudSync()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c176 if (!IsFeatureSupport(nodeInfo.feature, BIT_CLOUD_SYNC_DEVICE_INFO)) { in DoSendCapability()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c497 …ortCloud = IsCloudSyncEnabled() && IsFeatureSupport(nodeInfo->feature, BIT_CLOUD_SYNC_DEVICE_INFO); in AuthRestoreAuthManager()