Home
last modified time | relevance | path

Searched refs:MAX_GET_GLOBAL_SHARE_OPTION_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h59 static constexpr int32_t MAX_GET_GLOBAL_SHARE_OPTION_SIZE = 2000; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp504 if (size > readAbleSize || size > MAX_GET_GLOBAL_SHARE_OPTION_SIZE) { in GetGlobalShareOption()