Home
last modified time | relevance | path

Searched refs:OnStopRenderingTaskDone (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_supply_callback.h37 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_supply_callback.h69 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_form_supply_callback.cpp72 int32_t MockFormSupplyCallback::OnStopRenderingTaskDone(int64_t formId, const Want &want) in OnStopRenderingTaskDone() function in OHOS::AppExecFwk::MockFormSupplyCallback
74 HILOG_INFO("OnStopRenderingTaskDone called."); in OnStopRenderingTaskDone()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_interface.h100 virtual int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) = 0;
H A Dform_supply_proxy.h95 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override;
/foundation/ability/form_fwk/test/fuzztest/formsupplystub_fuzzer/
H A Dformsupplystub_fuzzer.cpp56 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
/foundation/ability/form_fwk/services/include/
H A Dform_supply_callback.h110 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override;
/foundation/ability/form_fwk/test/unittest/fms_form_supply_proxy_test/
H A Dfms_form_supply_proxy_test.cpp257 * @tc.name: OnStopRenderingTaskDone
258 * @tc.desc: Verify function OnStopRenderingTaskDone return value is ERROR_NUM
270 EXPECT_EQ(ERROR_NUM, proxy->OnStopRenderingTaskDone(formId, want)); in HWTEST_F()
276 * @tc.name: OnStopRenderingTaskDone
277 * @tc.desc: Verify function OnStopRenderingTaskDone return value is ERR_OK
289 EXPECT_EQ(ERR_OK, proxy->OnStopRenderingTaskDone(formId, want)); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_proxy.cpp276 int32_t FormSupplyProxy::OnStopRenderingTaskDone(int64_t formId, const Want &want) in OnStopRenderingTaskDone() function in OHOS::AppExecFwk::FormSupplyProxy
H A Dform_supply_stub.cpp248 int32_t result = OnStopRenderingTaskDone(formId, *want); in HandleOnStopRenderingTaskDone()
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp335 int32_t FormSupplyCallback::OnStopRenderingTaskDone(int64_t formId, const Want &want) in OnStopRenderingTaskDone() function in OHOS::AppExecFwk::FormSupplyCallback
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp168 formSupplyClient->OnStopRenderingTaskDone(formJsInfo.formId, want); in StopRenderingForm()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp139 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
178 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp119 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
/foundation/ability/form_fwk/test/unittest/fms_form_supply_stub_test/
H A Dfms_form_supply_stub_test.cpp95 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_provider_client_test.cpp54 MOCK_METHOD2(OnStopRenderingTaskDone, int32_t(int64_t formId, const Want &want));
/foundation/ability/form_fwk/test/unittest/fms_form_provider_stub_test/
H A Dfms_form_provider_stub_test.cpp106 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override

Completed in 12 milliseconds