Searched refs:FormMsgEventConnection (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_msg_event_connection.h | 29 class FormMsgEventConnection : public FormAbilityConnection { 31 FormMsgEventConnection(const int64_t formId, const Want &want, 33 virtual ~FormMsgEventConnection() = default; 47 DISALLOW_COPY_AND_MOVE(FormMsgEventConnection);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_msg_event_connection.cpp | 29 FormMsgEventConnection::FormMsgEventConnection(const int64_t formId, const Want& want, in FormMsgEventConnection() function in OHOS::AppExecFwk::FormMsgEventConnection 43 void FormMsgEventConnection::OnAbilityConnectDone( in OnAbilityConnectDone() 53 sptr<FormMsgEventConnection> connection(this); in OnAbilityConnectDone()
|
H A D | form_provider_mgr.cpp | 461 …sptr<IAbilityConnection> formMsgEventConnection = new (std::nothrow) FormMsgEventConnection(formId… in MessageEvent()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/ |
H A D | fms_form_refresh_connection_test.cpp | 1067 std::shared_ptr<FormMsgEventConnection> formMsgEventConnection = 1068 std::make_shared<FormMsgEventConnection>(formId, want, bundleName, abilityName); 1091 std::shared_ptr<FormMsgEventConnection> formMsgEventConnection = 1092 std::make_shared<FormMsgEventConnection>(formId, want, bundleName, abilityName); 1116 std::shared_ptr<FormMsgEventConnection> formMsgEventConnection = 1117 std::make_shared<FormMsgEventConnection>(formId, want, bundleName, abilityName);
|
/ohos5.0/foundation/ability/form_fwk/ |
H A D | libfms.map | 48 *OHOS::AppExecFwk::FormMsgEventConnection*;
|