Home
last modified time | relevance | path

Searched refs:FormRefreshConnection (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_refresh_connection.h29 class FormRefreshConnection : public FormAbilityConnection {
31 FormRefreshConnection(const int64_t formId, const Want &want,
33 virtual ~FormRefreshConnection() = default;
47 DISALLOW_COPY_AND_MOVE(FormRefreshConnection);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_refresh_connection.cpp29 FormRefreshConnection::FormRefreshConnection(const int64_t formId, const Want& want, in FormRefreshConnection() function in OHOS::AppExecFwk::FormRefreshConnection
44 void FormRefreshConnection::OnAbilityConnectDone( in OnAbilityConnectDone()
55 sptr<FormRefreshConnection> connection(this); in OnAbilityConnectDone()
H A Dform_provider_mgr.cpp208 …sptr<IAbilityConnection> formRefreshConnection = new (std::nothrow) FormRefreshConnection(formId, … in ConnectAmsForRefresh()
270 …sptr<IAbilityConnection> formRefreshConnection = new (std::nothrow) FormRefreshConnection(formId, … in ConnectAmsForRefreshPermission()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp88 sptr<FormRefreshConnection> formRefreshConnection =
89 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
111 sptr<FormRefreshConnection> formRefreshConnection =
112 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
136 sptr<FormRefreshConnection> formRefreshConnection =
137 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
161 sptr<FormRefreshConnection> formRefreshConnection =
162 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
/ohos5.0/foundation/ability/form_fwk/
H A Dlibfms.map53 *OHOS::AppExecFwk::FormRefreshConnection*;