Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_cast_temp_connection.h27 class FormCastTempConnection : public FormAbilityConnection {
29 FormCastTempConnection(const int64_t formId, const std::string &bundleName,
31 virtual ~FormCastTempConnection() = default;
43 DISALLOW_COPY_AND_MOVE(FormCastTempConnection);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cast_temp_connection.cpp28 FormCastTempConnection::FormCastTempConnection(const int64_t formId, const std::string &bundleName, in FormCastTempConnection() function in OHOS::AppExecFwk::FormCastTempConnection
40 void FormCastTempConnection::OnAbilityConnectDone( in OnAbilityConnectDone()
50 sptr<FormCastTempConnection> connection(this); in OnAbilityConnectDone()
H A Dform_mgr_adapter.cpp1230 sptr<IAbilityConnection> castTempConnection = new FormCastTempConnection(formId, in HandleCastTempForm()
/ohos5.0/foundation/ability/form_fwk/
H A Dlibfms.map29 *OHOS::AppExecFwk::FormCastTempConnection*;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp493 sptr<FormCastTempConnection> formCastTempConnection =
494 new (std::nothrow) FormCastTempConnection(formId, bundleName, abilityName);