Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_background_connection.h27 class FormBackgroundConnection : public FormAbilityConnection {
29FormBackgroundConnection(const int64_t formId, const std::string &bundleName, const std::string &a…
31 virtual ~FormBackgroundConnection() = default;
45 DISALLOW_COPY_AND_MOVE(FormBackgroundConnection);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_background_connection.cpp27 FormBackgroundConnection::FormBackgroundConnection(const int64_t formId, const std::string &bundleN… in FormBackgroundConnection() function in OHOS::AppExecFwk::FormBackgroundConnection
40 void FormBackgroundConnection::OnAbilityConnectDone( in OnAbilityConnectDone()
H A Dform_mgr_adapter.cpp2707 sptr<IAbilityConnection> formBackgroundConnection = new (std::nothrow) FormBackgroundConnection( in BackgroundEvent()