Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp68 void ScanOptionDescriptor::SetOptionTitle(const std::string &optionTitle) in SetOptionTitle() function in OHOS::Scan::ScanOptionDescriptor
176 SetOptionTitle(parcel.ReadString()); in ReadFromParcel()
H A Dscan_option_descriptor_helper.cpp88 nativeObj->SetOptionTitle(optionTitle); in GetValueFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h32 void SetOptionTitle(const std::string &optionTitle);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp52 scanOptDes.SetOptionTitle(optionTitle); in TestSetOptionTitle()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp762 desc.SetOptionTitle(std::string(optionDesc->title)); in SetScanOptionDescriptor()