Home
last modified time | relevance | path

Searched defs:paraTable (Results 1 – 2 of 2) sorted by relevance

/base/print/print_fwk/frameworks/ohscan/src/
Dscan_context.cpp133 int32_t scannerParaCount, ScanParaTable &paraTable) in GetScannerParameter()
158 ScanParaTable& paraTable, const int32_t& buffLength) in SetRangeStrInParaTable()
218 bool ScanContext::SetParaTable(ScanOptionDescriptor& desc, ScanParaTable& paraTable, int32_t& buffL… in SetParaTable()
241 auto* paraTable = GetScanParaTable(deviceId); in GetOptionValueFromTable() local
371 int32_t &optionCount, ScanParaTable &paraTable) in MemSetScannerOptions()
407 Scan_ScannerOptions* ScanContext::ConvertToScannerOptions(ScanParaTable &paraTable) in ConvertToScannerOptions()
Dohscan.cpp150 std::unique_ptr<ScanParaTable> paraTable = std::make_unique<ScanParaTable>(); in OH_Scan_GetScannerParameter() local