/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_interface.h | 90 virtual void OnRecycleForm(const int64_t &formId) {} in OnRecycleForm() function in OHOS::AppExecFwk::IFormHost
|
H A D | form_host_proxy.h | 90 void OnRecycleForm(const int64_t &formId) override;
|
H A D | form_supply_interface.h | 115 virtual int32_t OnRecycleForm(const int64_t &formId, const Want &want) { return ERR_OK; } in OnRecycleForm() function in OHOS::AppExecFwk::IFormSupply
|
H A D | form_supply_proxy.h | 110 int32_t OnRecycleForm(const int64_t &formId, const Want &want) override;
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_supply_callback.h | 125 int32_t OnRecycleForm(const int64_t &formId, const Want &want) override;
|
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/ |
H A D | form_supply_callback_test.cpp | 467 * @tc.desc: Test function OnRecycleForm runs normally and will not throw any exceptions. 476 EXPECT_EQ(formSupplyCallback.OnRecycleForm(formId, want), ERR_APPEXECFWK_FORM_COMMON_CODE); in HWTEST_F() 485 EXPECT_EQ(formSupplyCallback.OnRecycleForm(formId, want), ERR_APPEXECFWK_FORM_COMMON_CODE); in HWTEST_F() 489 EXPECT_EQ(formSupplyCallback.OnRecycleForm(formId, want), ERR_APPEXECFWK_FORM_COMMON_CODE); in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_host_client.h | 191 void OnRecycleForm(const int64_t &formId) override;
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_host_stub.cpp | 197 OnRecycleForm(formId); in HandleOnRecycleForm()
|
H A D | form_host_proxy.cpp | 291 void FormHostProxy::OnRecycleForm(const int64_t &formId) in OnRecycleForm() function in OHOS::AppExecFwk::FormHostProxy
|
H A D | form_supply_proxy.cpp | 350 int32_t FormSupplyProxy::OnRecycleForm(const int64_t &formId, const Want &want) in OnRecycleForm() function in OHOS::AppExecFwk::FormSupplyProxy
|
H A D | form_supply_stub.cpp | 281 int32_t result = OnRecycleForm(formId, *want); in HandleOnRecycleForm()
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/ |
H A D | fms_form_host_client_test.cpp | 570 * @tc.name: OnRecycleForm 571 * @tc.desc: Verify OnRecycleForm succeeded. 578 formHostClient->OnRecycleForm(formId); in HWTEST_F() 586 formHostClient->OnRecycleForm(formId); in HWTEST_F() 589 formHostClient->OnRecycleForm(formId); in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_supply_callback.cpp | 349 int32_t FormSupplyCallback::OnRecycleForm(const int64_t &formId, const Want &want) in OnRecycleForm() function in OHOS::AppExecFwk::FormSupplyCallback 384 remoteFormHost->OnRecycleForm(formId); in OnRecycleForm()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_host_client.cpp | 414 void FormHostClient::OnRecycleForm(const int64_t &formId) in OnRecycleForm() function in OHOS::AppExecFwk::FormHostClient
|
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_impl.cpp | 431 formSupplyClient->OnRecycleForm(formId, newWant);
in RecycleForm()
|