Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_delete_connection.h27 class FormDeleteConnection : public FormAbilityConnection {
29FormDeleteConnection(const int64_t formId, const std::string &bundleName, const std::string &abili…
30 virtual ~FormDeleteConnection() = default;
42 DISALLOW_COPY_AND_MOVE(FormDeleteConnection);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_delete_connection.cpp28 FormDeleteConnection::FormDeleteConnection(const int64_t formId, const std::string &bundleName, in FormDeleteConnection() function in OHOS::AppExecFwk::FormDeleteConnection
40 void FormDeleteConnection::OnAbilityConnectDone( in OnAbilityConnectDone()
50 sptr<FormDeleteConnection> connection(this); in OnAbilityConnectDone()
H A Dform_provider_mgr.cpp315 sptr<IAbilityConnection> formDeleteConnection = new (std::nothrow) FormDeleteConnection(formId, in NotifyProviderFormDelete()
/ohos5.0/foundation/ability/form_fwk/
H A Dlibfms.map32 *OHOS::AppExecFwk::FormDeleteConnection*;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp514 sptr<FormDeleteConnection> formDeleteConnection =
515 new (std::nothrow) FormDeleteConnection(formId, bundleName, abilityName);