Home
last modified time | relevance | path

Searched defs:AddForm (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_theme_manager.cpp31 ErrorCode ThemeManagerClient::AddForm(ThemeFormInfo themeFormInfo) in AddForm() function in OHOS::ThemeManager::ThemeManagerClient
H A Dmock_form_mgr_adapter.cpp170 int FormMgrAdapter::AddForm( in AddForm() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dmock_form_renderer_group.cpp32 void FormRendererGroup::AddForm(const OHOS::AAFwk::Want& want, const OHOS::AppExecFwk::FormJsInfo& … in AddForm() function in OHOS::Ace::FormRendererGroup
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp29 void FormManagerDelegate::AddForm(const WeakPtr<PipelineBase>& context, const RequestFormInfo& info, in AddForm() function in OHOS::Ace::FormManagerDelegate
32 void FormManagerDelegate::AddForm(const WeakPtr<PipelineBase>& context, const RequestFormInfo& info… in AddForm() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_caller.cpp40 void FormProviderCaller::AddForm(const FormJsInfo &formJsInfo) in AddForm() function in OHOS::AppExecFwk::FormProviderCaller
H A Dform_host_client.cpp64 void FormHostClient::AddForm(std::shared_ptr<FormCallbackInterface> formCallback, const FormJsInfo … in AddForm() function in OHOS::AppExecFwk::FormHostClient
H A Dform_mgr.cpp66 int FormMgr::AddForm( in AddForm() function in OHOS::AppExecFwk::FormMgr
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_group.cpp47 void FormRendererGroup::AddForm(const OHOS::AAFwk::Want& want, const OHOS::AppExecFwk::FormJsInfo& … in AddForm() function in OHOS::Ace::FormRendererGroup
H A Dform_renderer.cpp148 void FormRenderer::AddForm(const OHOS::AAFwk::Want& want, const OHOS::AppExecFwk::FormJsInfo& formJ… in AddForm() function in OHOS::Ace::FormRenderer
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp27 void FormHostRecord::AddForm(int64_t formId) in AddForm() function in OHOS::AppExecFwk::FormHostRecord
H A Dform_mgr_service.cpp193 int FormMgrService::AddForm(const int64_t formId, const Want &want, in AddForm() function in OHOS::AppExecFwk::FormMgrService
H A Dform_mgr_adapter.cpp127 int FormMgrAdapter::AddForm(const int64_t formId, const Want &want, in AddForm() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_service.h68 …int AddForm(const int64_t formId, const Want& want, const sptr<IRemoteObject>& callerToken, FormJs… in AddForm() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h41 int AddForm( in AddForm() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h40 int32_t AddForm(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken, in AddForm() function
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp43 int AddForm(const int64_t formId, const Want &want, in AddForm() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp110 void FormManagerDelegate::AddForm(const WeakPtr<PipelineBase>& context, const RequestFormInfo& info, in AddForm() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp193 int AddForm(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken, in AddForm() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp38 int FormMgrProxy::AddForm( in AddForm() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp270 static napi_value AddForm(napi_env env, napi_callback_info info) in AddForm() function in OHOS::AbilityRuntime::JsFormHost