Home
last modified time | relevance | path

Searched refs:MAX_SYNC_RESULTS_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Dprofile_event_notifier_stub.cpp35 constexpr int32_t MAX_SYNC_RESULTS_SIZE = 50; variable
75 if (size <= 0 || size > MAX_SYNC_RESULTS_SIZE) {
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dsync_completed_callback_stub.cpp66 if (size <= 0 || size > MAX_SYNC_RESULTS_SIZE) { in OnSyncCompletedInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h132 constexpr int32_t MAX_SYNC_RESULTS_SIZE = 50; variable