Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp98 constexpr int MAX_SANE_VALUE_LEN = 2000; variable
883 if (bufSize == 0 || bufSize > MAX_SANE_VALUE_LEN) { in ActionGetValue()
969 if (bufSize == 0 || bufSize > MAX_SANE_VALUE_LEN) { in ActionSetValue()