Searched refs:AdapterParam (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | print_task.h | 58 …uint32_t CallSpooler(napi_env env, napi_callback_info info, const std::shared_ptr<AdapterParam> &a… 64 … std::shared_ptr<BaseContext> asyncContext, const std::shared_ptr<AdapterParam> &adapterParam); 67 void CreateDefaultAdapterParam(const std::shared_ptr<AdapterParam> &adapterParam);
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_utils.h | 30 struct AdapterParam { struct 51 …static void BuildAdapterParam(const std::shared_ptr<AdapterParam> &adapterParam, AAFwk::Want &want… argument 52 …static void BuildPrintAttributesParam(const std::shared_ptr<AdapterParam> &adapterParam, AAFwk::Wa…
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_task.cpp | 120 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); in Start() 143 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); in StartPrintAdapter() 166 …napi_env env, napi_callback_info info, const std::shared_ptr<AdapterParam> &adapterParam, bool isP… in CallSpooler() 249 std::shared_ptr<BaseContext> asyncContext, const std::shared_ptr<AdapterParam> &adapterParam) in StartUIExtensionAbility() 357 void PrintTask::CreateDefaultAdapterParam(const std::shared_ptr<AdapterParam> &adapterParam) in CreateDefaultAdapterParam()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_utils_test.cpp | 323 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); 402 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>();
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 197 void PrintUtils::BuildAdapterParam(const std::shared_ptr<AdapterParam> &adapterParam, AAFwk::Want &… in BuildAdapterParam() 208 void PrintUtils::BuildPrintAttributesParam(const std::shared_ptr<AdapterParam> &adapterParam, AAFwk… in BuildPrintAttributesParam()
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_manager_client.cpp | 613 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); in Print()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 255 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>();
|