Home
last modified time | relevance | path

Searched refs:application (Results 1 - 25 of 27) sorted by relevance

12

/base/inputmethod/imf/frameworks/kits/extension/src/
H A Dinputmethod_extension.cpp44 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, in Init()
48 ExtensionBase<InputMethodExtensionContext>::Init(record, application, handler, token); in Init()
52 const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, in CreateAndInitContext()
57 ExtensionBase<InputMethodExtensionContext>::CreateAndInitContext(record, application, handler, token); in CreateAndInitContext()
43 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
51 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
H A Djs_inputmethod_extension.cpp99 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, in Init()
103 InputMethodExtension::Init(record, application, handler, token); in Init()
98 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/base/location/frameworks/native/fence_extension_ability/src/
H A Dfence_extension.cpp40 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, in Init()
43 ExtensionBase<FenceExtensionContext>::Init(record, application, handler, token); in Init()
48 const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, in CreateAndInitContext()
52 ExtensionBase<FenceExtensionContext>::CreateAndInitContext(record, application, handler, token); in CreateAndInitContext()
39 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
47 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
/base/customization/enterprise_device_management/framework/extension/src/
H A Denterprise_admin_extension.cpp41 const std::shared_ptr<AppExecFwk::OHOSApplication>& application, in Init()
46 ExtensionBase<EnterpriseAdminExtensionContext>::Init(record, application, handler, token); in Init()
51 const std::shared_ptr<AppExecFwk::OHOSApplication>& application, in CreateAndInitContext()
56 ExtensionBase<EnterpriseAdminExtensionContext>::CreateAndInitContext(record, application, handler, token); in CreateAndInitContext()
40 Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) Init() argument
49 CreateAndInitContext( const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) CreateAndInitContext() argument
H A Djs_enterprise_admin_extension.cpp48 const std::shared_ptr<AppExecFwk::OHOSApplication>& application, in Init()
52 EnterpriseAdminExtension::Init(record, application, handler, token); in Init()
47 Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) Init() argument
/base/print/print_fwk/frameworks/kits/extension/src/
H A Dprint_extension.cpp45 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, in Init()
49 ExtensionBase<PrintExtensionContext>::Init(record, application, handler, token); in Init()
54 const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, in CreateAndInitContext()
59 ExtensionBase<PrintExtensionContext>::CreateAndInitContext(record, application, handler, token); in CreateAndInitContext()
44 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
53 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
/base/notification/common_event_service/frameworks/extension/src/
H A Dstatic_subscriber_extension.cpp42 const std::shared_ptr<OHOSApplication>& application, in Init()
47 ExtensionBase<StaticSubscriberExtensionContext>::Init(record, application, handler, token); in Init()
52 const std::shared_ptr<OHOSApplication>& application, in CreateAndInitContext()
57 ExtensionBase<StaticSubscriberExtensionContext>::CreateAndInitContext(record, application, handler, token); in CreateAndInitContext()
41 Init(const std::shared_ptr<AbilityLocalRecord>& record, const std::shared_ptr<OHOSApplication>& application, std::shared_ptr<AbilityHandler>& handler, const sptr<IRemoteObject>& token) Init() argument
50 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord>& record, const std::shared_ptr<OHOSApplication>& application, std::shared_ptr<AbilityHandler>& handler, const sptr<IRemoteObject>& token) CreateAndInitContext() argument
H A Djs_static_subscriber_extension.cpp55 "application.StaticSubscriberExtensionContext", &object, 1)->GetNapiValue(); in AttachStaticSubscriberExtensionContext()
91 const std::shared_ptr<AppExecFwk::OHOSApplication>& application, in Init()
95 StaticSubscriberExtension::Init(record, application, handler, token); in Init()
136 env, "application.StaticSubscriberExtensionContext", &contextObj, ARGC_ONE); in ExecNapiWrap()
90 Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, const std::shared_ptr<AppExecFwk::OHOSApplication>& application, std::shared_ptr<AppExecFwk::AbilityHandler>& handler, const sptr<IRemoteObject>& token) Init() argument
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Dwallpaper_extension_ability.cpp43 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, in Init()
47 ExtensionBase<WallpaperExtensionContext>::Init(record, application, handler, token); in Init()
51 const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, in CreateAndInitContext()
56 ExtensionBase<WallpaperExtensionContext>::CreateAndInitContext(record, application, handler, token); in CreateAndInitContext()
42 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
50 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
H A Djs_wallpaper_extension_ability.cpp61 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, in Init()
65 WallpaperExtensionAbility::Init(record, application, handler, token); in Init()
60 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/base/inputmethod/imf/frameworks/kits/extension/include/
H A Dinputmethod_extension.h37 * @param application the application info.
44 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler,
51 * @param application the application info.
56 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler,
H A Djs_inputmethod_extension.h47 * @param application the application info.
52 const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
/base/customization/enterprise_device_management/framework/extension/include/
H A Denterprise_admin_extension.h34 * @param application The application info.
41 const std::shared_ptr<AppExecFwk::OHOSApplication>& application,
49 * @param application The application.
54 const std::shared_ptr<AppExecFwk::OHOSApplication>& application,
H A Djs_enterprise_admin_extension.h45 const std::shared_ptr<AppExecFwk::OHOSApplication>& application,
/base/print/print_fwk/frameworks/kits/extension/include/
H A Dprint_extension.h38 * @param application the application info.
44 const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application,
51 * @param application the application info.
56 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler,
H A Djs_print_extension.h61 * @param application the application info.
66 const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
/base/notification/common_event_service/frameworks/extension/include/
H A Dstatic_subscriber_extension.h33 const std::shared_ptr<AppExecFwk::OHOSApplication>& application,
38 const std::shared_ptr<AppExecFwk::OHOSApplication>& application,
H A Djs_static_subscriber_extension.h43 const std::shared_ptr<AppExecFwk::OHOSApplication>& application,
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/
H A Dwallpaper_extension_ability.h39 * @param application the application info.
45 const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application,
52 * @param application the application info.
57 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler,
H A Djs_wallpaper_extension_ability.h53 * @param application the application info.
58 const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_test/
H A Dstatic_subscriber_extension_test.cpp137 const std::shared_ptr<OHOSApplication> application = nullptr; in HWTEST_F() local
140 auto resulft = testObject->CreateAndInitContext(record, application, handler, token); in HWTEST_F()
161 const std::shared_ptr<OHOSApplication> application = nullptr; in HWTEST_F() local
165 auto resulft = testObject->CreateAndInitContext(record, application, handler, token); in HWTEST_F()
187 const std::shared_ptr<OHOSApplication> application = nullptr; in HWTEST_F() local
191 testObject->Init(record, application, handler, token); in HWTEST_F()
/base/location/frameworks/native/fence_extension_ability/include/
H A Dfence_extension.h47 * @param application the application info.
53 const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application,
60 * @param application the application info.
65 const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler,
H A Djs_fence_extension.h48 * @param application the application info.
53 const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
/base/print/print_fwk/test/unittest/extension_test/
H A Dprint_extension_test.cpp70 std::shared_ptr<OHOSApplication> application = nullptr; in HWTEST_F() local
74 printExtension->CreateAndInitContext(record, application, handler, token); in HWTEST_F()
/base/print/print_fwk/test/unittest/fwk_print_http_request_process_test/
H A Dprint_http_request_process_test.cpp32 static const std::string HTTP_RESP_CONTENT_TYPE = "Content-Type: application/ipp\r\n";
750 requestData.set_header("Content-Type", "application/ipp");
774 requestData.set_header("Content-Type", "application/ipp");
968 requestData.set_header("Content-Type", "application/ipp");

Completed in 9 milliseconds

12