Searched refs:FormRefreshConnection (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/form_fwk/services/include/ |
H A D | form_refresh_connection.h | 26 * @class FormRefreshConnection 29 class FormRefreshConnection : public FormAbilityConnection { class 31 FormRefreshConnection(const int64_t formId, const Want &want, 33 virtual ~FormRefreshConnection() = default; 47 DISALLOW_COPY_AND_MOVE(FormRefreshConnection);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_refresh_connection.cpp | 29 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 D | form_provider_mgr.cpp | 206 sptr<IAbilityConnection> formRefreshConnection = new (std::nothrow) FormRefreshConnection(formId, want, in ConnectAmsForRefresh() 209 HILOG_ERROR("create FormRefreshConnection failed"); in ConnectAmsForRefresh() 268 sptr<IAbilityConnection> formRefreshConnection = new (std::nothrow) FormRefreshConnection(formId, want, in ConnectAmsForRefreshPermission() 271 HILOG_ERROR("create FormRefreshConnection failed"); in ConnectAmsForRefreshPermission()
|
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/ |
H A D | fms_form_refresh_connection_test.cpp | 88 sptr<FormRefreshConnection> formRefreshConnection =
in HWTEST_F() 89 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
in HWTEST_F() 111 sptr<FormRefreshConnection> formRefreshConnection =
in HWTEST_F() 112 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
in HWTEST_F() 136 sptr<FormRefreshConnection> formRefreshConnection =
in HWTEST_F() 137 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
in HWTEST_F() 161 sptr<FormRefreshConnection> formRefreshConnection =
in HWTEST_F() 162 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
in HWTEST_F()
|
Completed in 4 milliseconds