Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp34 static constexpr const char *PARAM_INFO_URI = "uri"; variable
64 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_URI, info.GetUri()); in MakeJsObject()
129 auto jsUri = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_INFO_URI); in BuildFromJs()
131 nativeObj->SetUri(NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_INFO_URI)); in BuildFromJs()
152 {PARAM_INFO_URI, PRINT_PARAM_OPT}, in ValidateProperty()