/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_supply_callback.h | 37 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_supply_callback.h | 69 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
|
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_form_supply_callback.cpp | 72 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 D | form_supply_interface.h | 100 virtual int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) = 0;
|
H A D | form_supply_proxy.h | 95 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override;
|
/foundation/ability/form_fwk/test/fuzztest/formsupplystub_fuzzer/ |
H A D | formsupplystub_fuzzer.cpp | 56 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_supply_callback.h | 110 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override;
|
/foundation/ability/form_fwk/test/unittest/fms_form_supply_proxy_test/ |
H A D | fms_form_supply_proxy_test.cpp | 257 * @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 D | form_supply_proxy.cpp | 276 int32_t FormSupplyProxy::OnStopRenderingTaskDone(int64_t formId, const Want &want) in OnStopRenderingTaskDone() function in OHOS::AppExecFwk::FormSupplyProxy
|
H A D | form_supply_stub.cpp | 248 int32_t result = OnStopRenderingTaskDone(formId, *want); in HandleOnStopRenderingTaskDone()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_supply_callback.cpp | 335 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 D | form_render_impl.cpp | 168 formSupplyClient->OnStopRenderingTaskDone(formJsInfo.formId, want);
in StopRenderingForm()
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
H A D | fms_form_render_stub_test.cpp | 139 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 D | fms_form_render_impl_test.cpp | 119 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
|
/foundation/ability/form_fwk/test/unittest/fms_form_supply_stub_test/ |
H A D | fms_form_supply_stub_test.cpp | 95 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | form_extension_provider_client_test.cpp | 54 MOCK_METHOD2(OnStopRenderingTaskDone, int32_t(int64_t formId, const Want &want));
|
/foundation/ability/form_fwk/test/unittest/fms_form_provider_stub_test/ |
H A D | fms_form_provider_stub_test.cpp | 106 int32_t OnStopRenderingTaskDone(int64_t formId, const Want &want) override
|