Home
last modified time | relevance | path

Searched refs:optionTitle (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h32 void SetOptionTitle(const std::string &optionTitle);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp68 void ScanOptionDescriptor::SetOptionTitle(const std::string &optionTitle) in SetOptionTitle() argument
70 optionTitle_ = optionTitle; in SetOptionTitle()
236 SCAN_HILOGD("optionTitle = %{public}s", optionTitle_.c_str()); in Dump()
H A Dscan_option_descriptor_helper.cpp23 static constexpr const char *PARAM_OPTION_TITLE = "optionTitle";
87 std::string optionTitle = NapiScanUtils::GetStringPropertyUtf8(env, jsValue, PARAM_OPTION_TITLE); in GetValueFromJs() local
88 nativeObj->SetOptionTitle(optionTitle); in GetValueFromJs()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp51 std::string optionTitle = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetOptionTitle() local
52 scanOptDes.SetOptionTitle(optionTitle); in TestSetOptionTitle()
53 optionTitle = scanOptDes.GetOptionTitle(); in TestSetOptionTitle()
193 std::string optionTitle = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetStrValue() local
194 scanOptVal.SetStrValue(optionTitle); in TestSetStrValue()
195 optionTitle = scanOptVal.GetStrValue(); in TestSetStrValue()

Completed in 4 milliseconds