Searched refs:FormRefreshConnection (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_refresh_connection.h | 29 class FormRefreshConnection : public FormAbilityConnection { 31 FormRefreshConnection(const int64_t formId, const Want &want, 33 virtual ~FormRefreshConnection() = default; 47 DISALLOW_COPY_AND_MOVE(FormRefreshConnection);
|
/ohos5.0/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 | 208 …sptr<IAbilityConnection> formRefreshConnection = new (std::nothrow) FormRefreshConnection(formId, … in ConnectAmsForRefresh() 270 …sptr<IAbilityConnection> formRefreshConnection = new (std::nothrow) FormRefreshConnection(formId, … in ConnectAmsForRefreshPermission()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/ |
H A D | fms_form_refresh_connection_test.cpp | 88 sptr<FormRefreshConnection> formRefreshConnection = 89 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall); 111 sptr<FormRefreshConnection> formRefreshConnection = 112 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall); 136 sptr<FormRefreshConnection> formRefreshConnection = 137 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall); 161 sptr<FormRefreshConnection> formRefreshConnection = 162 … new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall);
|
/ohos5.0/foundation/ability/form_fwk/ |
H A D | libfms.map | 53 *OHOS::AppExecFwk::FormRefreshConnection*;
|