Searched refs:AdapterParam (Results 1 - 7 of 7) sorted by relevance
/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> &adapterParam, 64 std::shared_ptr<BaseContext> asyncContext, const std::shared_ptr<AdapterParam> &adapterParam); 67 void CreateDefaultAdapterParam(const std::shared_ptr<AdapterParam> &adapterParam);
|
/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); 52 static void BuildPrintAttributesParam(const std::shared_ptr<AdapterParam> &adapterParam, AAFwk::Want &want);
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_task.cpp | 114 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); in Start() 134 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); in StartPrintAdapter() 157 napi_env env, napi_callback_info info, const std::shared_ptr<AdapterParam> &adapterParam, bool isPrintByAdapter) in CallSpooler() 240 std::shared_ptr<BaseContext> asyncContext, const std::shared_ptr<AdapterParam> &adapterParam) in StartUIExtensionAbility() 340 void PrintTask::CreateDefaultAdapterParam(const std::shared_ptr<AdapterParam> &adapterParam) in CreateDefaultAdapterParam()
|
/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>(); in HWTEST_F() 402 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); in HWTEST_F()
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 192 void PrintUtils::BuildAdapterParam(const std::shared_ptr<AdapterParam> &adapterParam, AAFwk::Want &want) in BuildAdapterParam() 203 void PrintUtils::BuildPrintAttributesParam(const std::shared_ptr<AdapterParam> &adapterParam, AAFwk::Want &want) in BuildPrintAttributesParam()
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_manager_client.cpp | 583 std::shared_ptr<AdapterParam> adapterParam = std::make_shared<AdapterParam>(); in Print()
|
/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>(); in HWTEST_F()
|
Completed in 11 milliseconds