Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp35 static const std::string LAUNCH_PARAMETER_PRINT_ATTRIBUTE = "printAttributes"; variable
202 want.SetParam(LAUNCH_PARAMETER_PRINT_ATTRIBUTE, defaultAttribute); in BuildAdapterParam()
234 want.SetParam(LAUNCH_PARAMETER_PRINT_ATTRIBUTE, attrJson.dump()); in BuildPrintAttributesParam()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp80 static const std::string LAUNCH_PARAMETER_PRINT_ATTRIBUTE = "printAttributes"; variable