Home
last modified time | relevance | path

Searched refs:UpdateProxyForm (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h78 MOCK_METHOD3(UpdateProxyForm, ErrCode(const int64_t formId, const FormProviderData &formProviderData,
H A Dmock_form_mgr_service.h92 MOCK_METHOD3(UpdateProxyForm, ErrCode(const int64_t formId, const FormProviderData &formProviderData,
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h533 ErrCode UpdateProxyForm(int64_t formId, const FormProviderData &FormProviderData,
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h534 virtual ErrCode UpdateProxyForm(int64_t formId, const FormProviderData &FormProviderData, in UpdateProxyForm() function in OHOS::AppExecFwk::IFormMgr
H A Dform_mgr_proxy.h491 ErrCode UpdateProxyForm(int64_t formId, const FormProviderData &FormProviderData,
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp166 * @tc.name: test UpdateProxyForm function.
167 * @tc.desc: Verify that the UpdateProxyForm interface is called normally
176 ErrCode ret = formMgrService.UpdateProxyForm(formId, formBindingData, formDataProxies); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp977 * @tc.desc: Test UpdateProxyForm function
986 EXPECT_EQ(iFormMgrTest.UpdateProxyForm(formId, formProviderData, formDataProxies), ERR_OK); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp2339 * @tc.desc: test UpdateProxyForm function and return ERR.
2355 int32_t result = proxy->UpdateProxyForm(formId, FormProviderData, formDataProxies); in HWTEST_F()
2363 * @tc.desc: test UpdateProxyForm function and return ERR_OK.
2380 int32_t result = proxy->UpdateProxyForm(formId, FormProviderData, formDataProxies); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp264 return remoteProxy_->UpdateProxyForm(formId, formBindingData, formDataProxies); in UpdateForm()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1585 ErrCode FormMgrService::UpdateProxyForm(int64_t formId, const FormProviderData &formBindingData, in UpdateProxyForm() function in OHOS::AppExecFwk::FormMgrService
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp1932 ErrCode FormMgrProxy::UpdateProxyForm(int64_t formId, const FormProviderData &FormProviderData, in UpdateProxyForm() function in OHOS::AppExecFwk::FormMgrProxy
H A Dform_mgr_stub.cpp1418 int32_t result = UpdateProxyForm(formId, *formProviderData, formDataProxies); in HandleUpdateProxyForm()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2280 EXPECT_CALL(*mockFormMgrService, UpdateProxyForm(_, _, _)) in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2098 EXPECT_CALL(*mockProxy, UpdateProxyForm(_, _, _)) in HWTEST_F()

Completed in 33 milliseconds