Home
last modified time | relevance | path

Searched refs:SetNumValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp72 void ScanOptionValue::SetNumValue(const int32_t &numValue) in SetNumValue() function in OHOS::Scan::ScanOptionValue
127 SetNumValue(parcel.ReadInt32()); in ReadFromParcel()
H A Dscan_option_value_helper.cpp76 nativeObj->SetNumValue(numValue); in BuildFromJs()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.cpp131 newStyleItem->SetNumValue((int32_t)(jerry_get_number_value(stylePropValue))); in CreateStyleItem()
193 SetNumValue(from.GetNumValue()); in CreateStyleItem()
H A Dapp_style_item.h190 void SetNumValue(int32_t value) in SetNumValue() function
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h39 void SetNumValue(const int32_t &numValue);
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp319 scanOptionValue.SetNumValue(intValue); in GetScanOptionValue()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp173 scanOptVal.SetNumValue(numValue); in TestSetNumValue()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp909 value.SetNumValue(*static_cast<int *>(saneValueBuf)); in ActionGetValue()