Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_stub.h67 static constexpr int32_t MAX_SET_GLOBAL_SHARE_OPTION_SIZE = 100; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp418 if (size > readAbleSize || size > MAX_SET_GLOBAL_SHARE_OPTION_SIZE) { in OnSetGlobalShareOption()