Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp82 void ScanOptionValue::SetStrValue(const std::string &strValue) in SetStrValue() function in OHOS::Scan::ScanOptionValue
131 SetStrValue(parcel.ReadString()); in ReadFromParcel()
H A Dscan_option_value_helper.cpp100 nativeObj->SetStrValue(strValue); in BuildFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h41 void SetStrValue(const std::string &strValue);
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp326 scanOptionValue.SetStrValue(strvalue); in GetScanOptionValue()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp194 scanOptVal.SetStrValue(optionTitle); in TestSetStrValue()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp917 value.SetStrValue(*static_cast<std::string*>(saneValueBuf)); in ActionGetValue()