Home
last modified time | relevance | path

Searched defs:DeleteForm (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dmock_form_renderer_group.cpp52 void FormRendererGroup::DeleteForm() in DeleteForm() function in OHOS::Ace::FormRendererGroup
57 void FormRendererGroup::DeleteForm(const std::string& compId) in DeleteForm() function in OHOS::Ace::FormRendererGroup
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_group.cpp205 void FormRendererGroup::DeleteForm(const std::string& compId) in DeleteForm() function in OHOS::Ace::FormRendererGroup
256 void FormRendererGroup::DeleteForm() in DeleteForm() function in OHOS::Ace::FormRendererGroup
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_caller.cpp46 void FormProviderCaller::DeleteForm(int64_t formId) in DeleteForm() function in OHOS::AppExecFwk::FormProviderCaller
H A Dform_mgr.cpp122 int FormMgr::DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in DeleteForm() function in OHOS::AppExecFwk::FormMgr
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_service.h82 int DeleteForm(const int64_t formId, const sptr<IRemoteObject>& callerToken) in DeleteForm() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h47 int DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override in DeleteForm() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h45 int32_t DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override in DeleteForm() function
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp48 int DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override in DeleteForm() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp177 int FormMgrAdapter::DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in DeleteForm() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp254 int FormMgrService::DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in DeleteForm() function in OHOS::AppExecFwk::FormMgrService
H A Dform_mgr_adapter.cpp490 int FormMgrAdapter::DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in DeleteForm() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp198 int DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override in DeleteForm() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp101 int FormMgrProxy::DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in DeleteForm() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp999 napi_value NapiFormHost::DeleteForm(napi_env env, napi_callback_info info) in DeleteForm() function in OHOS::AbilityRuntime::NapiFormHost
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp275 static napi_value DeleteForm(napi_env env, napi_callback_info info) in DeleteForm() function in OHOS::AbilityRuntime::JsFormHost