Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_parameter_utils_virtual.c18 bool IsCloudSyncEnabled(void) in IsCloudSyncEnabled() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_parameter_utils.h26 bool IsCloudSyncEnabled(void);
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp90 if (!IsCloudSyncEnabled()) { in RegisterDataChangeListener()
118 if (!IsCloudSyncEnabled()) { in UnRegisterDataChangeListener()
345 if (!IsCloudSyncEnabled()) { in CloudSync()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c497 …bool isSupportCloud = IsCloudSyncEnabled() && IsFeatureSupport(nodeInfo->feature, BIT_CLOUD_SYNC_D… in AuthRestoreAuthManager()
/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()