Searched refs:FormBackgroundConnection (Results 1 – 3 of 3) sorted by relevance
27 class FormBackgroundConnection : public FormAbilityConnection {29 …FormBackgroundConnection(const int64_t formId, const std::string &bundleName, const std::string &a…31 virtual ~FormBackgroundConnection() = default;45 DISALLOW_COPY_AND_MOVE(FormBackgroundConnection);
27 FormBackgroundConnection::FormBackgroundConnection(const int64_t formId, const std::string &bundleN… in FormBackgroundConnection() function in OHOS::AppExecFwk::FormBackgroundConnection40 void FormBackgroundConnection::OnAbilityConnectDone( in OnAbilityConnectDone()
2707 sptr<IAbilityConnection> formBackgroundConnection = new (std::nothrow) FormBackgroundConnection( in BackgroundEvent()