Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_range.h45 [[nodiscard]] int32_t GetQuantValue() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_range.cpp75 int32_t ScanRange::GetQuantValue() const in GetQuantValue() function in OHOS::Scan::ScanRange
H A Dscan_range_helper.cpp33 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_RANGE_QUANTVALUE, range.GetQuantValue()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp495 quantValue = range.GetQuantValue(); in TestSetQuantValue()