Searched refs:FormCastTempConnection (Results 1 – 5 of 5) sorted by relevance
27 class FormCastTempConnection : public FormAbilityConnection {29 FormCastTempConnection(const int64_t formId, const std::string &bundleName,31 virtual ~FormCastTempConnection() = default;43 DISALLOW_COPY_AND_MOVE(FormCastTempConnection);
28 FormCastTempConnection::FormCastTempConnection(const int64_t formId, const std::string &bundleName, in FormCastTempConnection() function in OHOS::AppExecFwk::FormCastTempConnection40 void FormCastTempConnection::OnAbilityConnectDone( in OnAbilityConnectDone()50 sptr<FormCastTempConnection> connection(this); in OnAbilityConnectDone()
1230 sptr<IAbilityConnection> castTempConnection = new FormCastTempConnection(formId, in HandleCastTempForm()
29 *OHOS::AppExecFwk::FormCastTempConnection*;
493 sptr<FormCastTempConnection> formCastTempConnection =494 new (std::nothrow) FormCastTempConnection(formId, bundleName, abilityName);