Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_page_size_helper.cpp22 static constexpr const char *PARAM_PAGESIZE_ID = "id"; variable
31 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_PAGESIZE_ID, pageSize.GetId()); in MakeJsObject()
47 std::string id = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_PAGESIZE_ID); in BuildFromJs()
68 {PARAM_PAGESIZE_ID, PRINT_PARAM_NOT_SET}, in ValidateProperty()