Home
last modified time | relevance | path

Searched refs:FormMgr (Results 1 - 25 of 36) sorted by relevance

12

/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp94 FormMgr::GetInstance().SetFormMgrService(mockProxy); in SetUp()
101 FormMgr::GetInstance().SetFormMgrService(nullptr); in TearDown()
127 FormMgr::GetInstance().GetFormsInfo(filter, formInfos); in HWTEST_F()
130 // FormMgr is a singleton, therefore, deleteing it will cause segfault for other invocations. in HWTEST_F()
157 FormMgr::GetInstance().GetFormsInfo(filter, formInfos); in HWTEST_F()
175 bool result = FormMgr::GetInstance().IsRequestPublishFormSupported(); in HWTEST_F()
194 int32_t result = FormMgr::GetInstance().StartAbility(want, token); in HWTEST_F()
216 int32_t result = FormMgr::GetInstance().UpdateForm(formJsInfo.formId, formProviderData); in HWTEST_F()
237 int32_t result = FormMgr::GetInstance().RequestForm(formJsInfo.formId, token, want); in HWTEST_F()
257 int32_t result = FormMgr in HWTEST_F()
[all...]
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp32 FormMgr::FormMgr() in FormMgr() function in OHOS::AppExecFwk::FormMgr
37 FormMgr::~FormMgr() in ~FormMgr()
53 std::string FormMgr::GetErrorMsg(int errorCode) in GetErrorMsg()
66 int FormMgr::AddForm( in AddForm()
95 int FormMgr::CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm()
122 int FormMgr::DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) in DeleteForm()
126 if (FormMgr::GetRecoverStatus() == Constants::IN_RECOVERING) { in DeleteForm()
155 int FormMgr
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/
H A Dfms_form_mgr_death_callback_test.cpp144 * Function: FormMgr::FormMgrDeathRecipient
146 * FunctionPoints: FormMgr::FormMgrDeathRecipient OnRemoteDied interface
148 * CaseDescription: Verify if FormMgr::FormMgrDeathRecipient invoke OnRemoteDied works.
173 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().AddForm(0L, want, token_, formJsInfo)); in HWTEST_F()
177 FormMgr::GetInstance().RegisterDeathCallback(deathCallback); in HWTEST_F()
178 EXPECT_EQ(true, FormMgr::GetInstance().CheckIsDeathCallbackRegistered(deathCallback)); in HWTEST_F()
179 FormMgr::GetInstance().GetDeathRecipient()->OnRemoteDied(formyMgrServ_->AsObject()); in HWTEST_F()
189 EXPECT_EQ(true, FormMgr::GetRecoverStatus() == Constants::NOT_IN_RECOVERY); in HWTEST_F()
191 FormMgr::GetInstance().UnRegisterDeathCallback(deathCallback); in HWTEST_F()
192 EXPECT_EQ(false, FormMgr in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/
H A Dform_manager_test.cpp95 ErrCode errCode = FormMgr::GetInstance().GetAllFormsInfo(formInfos); in BENCHMARK_F()
112 ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in BENCHMARK_F()
124 ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByModule(bundleName, moduleName, formInfos); in BENCHMARK_F()
151 FormMgr::GetInstance().DeleteInvalidForms(validFormIds, formHostClient, numFormsDeleted);
168 FormMgr::GetInstance().DeleteForm(formId, formHostClient);
186 FormMgr::GetInstance().AddForm(0, want, formHostClient, formInfo); in BENCHMARK_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_notify_invisible_forms_test/
H A Dfms_form_mgr_notify_invisible_forms_test.cpp113 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, in HWTEST_F()
133 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_INVISIBLE)); in HWTEST_F()
160 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_INVISIBLE)); in HWTEST_F()
191 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_INVISIBLE)); in HWTEST_F()
222 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_INVISIBLE)); in HWTEST_F()
259 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_INVISIBLE)); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_test.cpp102 FormMgr::SetRecoverStatus(AppExecFwk::Constants::IN_RECOVERING); in HWTEST_F()
113 FormMgr::SetRecoverStatus(Constants::NOT_IN_RECOVERY); in HWTEST_F()
134 OHOS::AppExecFwk::FormMgr::GetInstance().SetFormMgrService(mockIFormMgr); in HWTEST_F()
137 OHOS::AppExecFwk::FormMgr::GetInstance().SetFormMgrService(nullptr); in HWTEST_F()
214 OHOS::AppExecFwk::FormMgr::GetInstance().SetFormMgrService(mockIFormMgr); in HWTEST_F()
218 OHOS::AppExecFwk::FormMgr::GetInstance().SetFormMgrService(nullptr); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_notify_visible_forms_test/
H A Dfms_form_mgr_notify_visible_forms_test.cpp122 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, in HWTEST_F()
158 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_VISIBLE)); in HWTEST_F()
202 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_VISIBLE)); in HWTEST_F()
247 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_VISIBLE)); in HWTEST_F()
279 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_VISIBLE)); in HWTEST_F()
311 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_VISIBLE)); in HWTEST_F()
348 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, token_, Constants::FORM_VISIBLE)); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp77 return AppExecFwk::FormMgr::GetInstance().RouterEvent(formId, want, token_); in RouterEvent()
91 int32_t ret = AppExecFwk::FormMgr::GetInstance().RequestPublishFormWithSnapshot(const_cast<Want&>(want), in RequestPublishFormEvent()
94 errMsg = OHOS::AppExecFwk::FormMgr::GetInstance().GetErrorMessage(ret); in RequestPublishFormEvent()
140 return AppExecFwk::FormMgr::GetInstance().BackgroundEvent(formId, want, token); in BackgroundEvent()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H A Dfms_form_mgr_lifecycle_update_test.cpp116 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
134 FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
162 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
200 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
241 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().LifecycleUpdate(formIds, token_, true)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_delete_form_test/
H A Dfms_form_mgr_delete_form_test.cpp99 * Function: FormMgr
101 * FunctionPoints: FormMgr DeleteForm interface
137 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().DeleteForm(formId, token_)); in HWTEST_F()
166 * Function: FormMgr
168 * FunctionPoints: FormMgr DeleteForm interface
192 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().DeleteForm(formId, token_)); in HWTEST_F()
217 * Function: FormMgr
219 * FunctionPoints: FormMgr DeleteForm interface
227 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_FORM_ID, FormMgr::GetInstance().DeleteForm(0, token_)); in HWTEST_F()
229 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/
H A Dform_extension_context.cpp39 if (AppExecFwk::FormMgr::GetRecoverStatus() == AppExecFwk::Constants::IN_RECOVERING) { in UpdateForm()
51 HITRACE_METER_NAME(HITRACE_TAG_ABILITY_MANAGER, "AppExecFwk::FormMgr::GetInstance().UpdateForm"); in UpdateForm()
52 return AppExecFwk::FormMgr::GetInstance().UpdateForm(formId, formProviderData); in UpdateForm()
59 ErrCode err = AppExecFwk::FormMgr::GetInstance().StartAbility(want, token_); in StartAbility()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_release_form_test/
H A Dfms_form_mgr_release_form_test.cpp94 * Function: FormMgr
96 * FunctionPoints: FormMgr ReleaseForm interface
127 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().ReleaseForm(formId, token_, true)); in HWTEST_F()
150 * Function: FormMgr
152 * FunctionPoints: FormMgr ReleaseForm interface
182 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().ReleaseForm(formId1, token_, true)); in HWTEST_F()
194 * Function: FormMgr
196 * FunctionPoints: FormMgr ReleaseForm interface
204 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, FormMgr::GetInstance().ReleaseForm(formId, token_, true)); in HWTEST_F()
210 * Function: FormMgr
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_cast_temp_form_test/
H A Dfms_form_mgr_cast_temp_form_test.cpp102 * Function: FormMgr
104 * FunctionPoints: FormMgr CastTempForm interface
106 * CaseDescription: Verify if FormMgr invoke CastTempForm works.
132 ASSERT_EQ(ERR_OK, FormMgr::GetInstance().CastTempForm(formId, token_)); in HWTEST_F()
168 * Function: FormMgr
170 * FunctionPoints: FormMgr CastTempForm interface
178 ASSERT_EQ(ERR_APPEXECFWK_FORM_INVALID_FORM_ID, FormMgr::GetInstance().CastTempForm(0L, token_)); in HWTEST_F()
184 * Function: FormMgr
186 * FunctionPoints: FormMgr CastTempForm interface
195 ASSERT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, FormMgr in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_request_form_test/
H A Dfms_form_mgr_request_form_test.cpp118 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, FormMgr::GetInstance().RequestForm(formId, token_, want)); in HWTEST_F()
148 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr::GetInstance().RequestForm(formId, token_, want)); in HWTEST_F()
181 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, FormMgr::GetInstance().RequestForm(formId, token_, want)); in HWTEST_F()
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp551 *ret = FormMgr::GetInstance().CreateForm(want, *runningFormInfo); in OnAddForm()
590 *ret = FormMgr::GetInstance().DeleteForm(formId, FormHostClient::GetInstance()); in OnDeleteForm()
641 auto ret = FormMgr::GetInstance().ReleaseForm(formId, FormHostClient::GetInstance(), isReleaseCache); in OnReleaseForm()
677 auto ret = FormMgr::GetInstance().RequestForm(formId, FormHostClient::GetInstance(), want); in OnRequestForm()
725 auto ret = FormMgr::GetInstance().RequestForm(formId, FormHostClient::GetInstance(), want); in OnRequestFormWithParams()
760 auto ret = FormMgr::GetInstance().CastTempForm(formId, FormHostClient::GetInstance()); in OnCastTempForm()
795 auto ret = FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, FormHostClient::GetInstance(), in OnNotifyVisibleForms()
832 auto ret = FormMgr::GetInstance().NotifyWhetherVisibleForms(formIds, FormHostClient::GetInstance(), in OnNotifyInvisibleForms()
869 auto ret = FormMgr::GetInstance().LifecycleUpdate(formIds, FormHostClient::GetInstance(), true); in OnEnableFormsUpdate()
905 auto ret = FormMgr in OnDisableFormsUpdate()
[all...]
H A Djs_form_state_observer.cpp361 AppExecFwk::FormMgr::GetInstance().RegisterAddObserver(bundleName + specialFlag + std::to_string(isVisibility), in RegisterFormInstanceCallback()
375 AppExecFwk::FormMgr::GetInstance().RegisterRemoveObserver( in ClearFormNotifyVisibleCallbackByBundle()
386 AppExecFwk::FormMgr::GetInstance().RegisterRemoveObserver( in ClearFormNotifyVisibleCallbackByBundle()
410 AppExecFwk::FormMgr::GetInstance().RegisterRemoveObserver( in DelFormNotifyVisibleCallbackByBundle()
429 AppExecFwk::FormMgr::GetInstance().RegisterRemoveObserver( in DelFormNotifyVisibleCallbackByBundle()
557 AppExecFwk::FormMgr::GetInstance().RegisterClickEventObserver( in RegisterClickEventCallback()
573 AppExecFwk::FormMgr::GetInstance().RegisterClickEventObserver(bundleName, type, JsFormStateObserver::GetInstance()); in RegisterClickEventCallback()
597 AppExecFwk::FormMgr::GetInstance().UnregisterClickEventObserver( in ClearFormClickCallbackByBundleName()
633 AppExecFwk::FormMgr::GetInstance().UnregisterClickEventObserver( in ClearFormClickCallback()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_update_form_test/
H A Dfms_form_mgr_update_form_test.cpp105 * Function: FormMgr
107 * FunctionPoints: FormMgr UpdateForm interface
109 * CaseDescription: Verify if FormMgr invoke UpdateForm works.
151 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().UpdateForm(formId, formProviderData)); in HWTEST_F()
160 * Function: FormMgr
162 * FunctionPoints: FormMgr UpdateForm interface
164 * CaseDescription: Verify if FormMgr invoke UpdateForm works when passing bandleName is empty.
196 * Function: FormMgr
198 * FunctionPoints: FormMgr UpdateForm interface
200 * CaseDescription: Verify if FormMgr invok
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/form_agent/
H A Djs_form_agent.cpp85 *ret = FormMgr::GetInstance().RequestPublishForm(asyncCallbackInfo->want, false, in OnRequestPublishForm()
91 *ret = FormMgr::GetInstance().AcquireAddFormResult(*cardId); in OnRequestPublishForm()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h46 * @class FormMgr
47 * FormMgr is used to access form manager services.
49 class FormMgr final : public DelayedRefSingleton<FormMgr> {
50 DECLARE_DELAYED_REF_SINGLETON(FormMgr)
52 DISALLOW_COPY_AND_MOVE(FormMgr);
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/
H A Dfms_form_mgr_add_form_test.cpp240 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().AddForm(0L, want, token_, formJsInfo)); in HWTEST_F()
273 * Function: FormMgr
275 * FunctionPoints: FormMgr AddForm interface
329 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().AddForm(formId, want, token_, formJsInfo)); in HWTEST_F()
362 * Function: FormMgr
364 * FunctionPoints: FormMgr AddForm interface
414 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().AddForm(formId, want, token_, formJsInfo)); in HWTEST_F()
448 * Function: FormMgr
450 * FunctionPoints: FormMgr AddForm interface
471 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, FormMgr in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp164 auto ret = OHOS::AppExecFwk::FormMgr::GetInstance().AddForm(info.id, wantCache_, clientInstance, formJsInfo); in AddForm()
166 auto errorMsg = OHOS::AppExecFwk::FormMgr::GetInstance().GetErrorMessage(ret); in AddForm()
644 if (AppExecFwk::FormMgr::GetRecoverStatus() == OHOS::AppExecFwk::Constants::IN_RECOVERING) { in OnActionEvent()
649 AppExecFwk::FormMgr::GetInstance().MessageEvent(runningCardId_, want, AppExecFwk::FormHostClient::GetInstance()); in OnActionEvent()
685 OHOS::AppExecFwk::FormMgr::GetInstance().RecoverForms(formIds, want); in DispatchPointerEvent()
818 OHOS::AppExecFwk::FormMgr::GetInstance().GetExternalError(std::stoi(code), externalErrorCode, errorMsg); in OnFormError()
871 OHOS::AppExecFwk::FormMgr::GetInstance().AddForm(formJsInfo_.formId, wantCache_, clientInstance, formJsInfo_); in ReAddForm()
873 auto errorMsg = OHOS::AppExecFwk::FormMgr::GetInstance().GetErrorMessage(ret); in ReAddForm()
915 return OHOS::AppExecFwk::FormMgr::GetInstance().IsFormBundleForbidden(bundleName); in CheckFormBundleForbidden()
936 OHOS::AppExecFwk::FormMgr in ReleaseForm()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_ability_test.cpp63 FormMgr::GetInstance().SetFormMgrService(sptr<MockFormMgrService>(new (std::nothrow) MockFormMgrService())); in SetUp()
64 FormMgr::SetRecoverStatus(Constants::NOT_IN_RECOVERY); in SetUp()
314 FormMgr::SetRecoverStatus(Constants::IN_RECOVERING); in HWTEST_F()
339 FormMgr::SetRecoverStatus(Constants::NOT_IN_RECOVERY); in HWTEST_F()
446 FormMgr::SetRecoverStatus(Constants::IN_RECOVERING); in HWTEST_F()
449 FormMgr::SetRecoverStatus(Constants::NOT_IN_RECOVERY); in HWTEST_F()
687 FormMgr::GetInstance().SetRecoverStatus(recoverStatus); in HWTEST_F()
693 FormMgr::GetInstance().SetRecoverStatus(recoverStatus); in HWTEST_F()
725 FormMgr::GetInstance().SetRecoverStatus(recoverStatus); in HWTEST_F()
744 FormMgr in HWTEST_F()
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp383 asyncCallbackInfo->result = FormMgr::GetInstance().AcquireFormState(asyncCallbackInfo->want, in InnerAcquireFormState()
633 asyncCallbackInfo->result = FormMgr::GetInstance().NotifyFormsVisible(asyncCallbackInfo->formIds, in InnerNotifyFormsVisible()
786 asyncCallbackInfo->result = FormMgr::GetInstance().NotifyFormsEnableUpdate(asyncCallbackInfo->formIds, in InnerNotifyFormsEnableUpdate()
1126 auto ret = FormMgr::GetInstance().LifecycleUpdate(formIds, FormHostClient::GetInstance(), false); in OnDisableFormsUpdate()
1153 auto ret = FormMgr::GetInstance().CheckFMSReady() ? 0 : 1; in OnIsSystemReady()
1179 auto ret = FormMgr::GetInstance().GetAllFormsInfo(formInfos); in OnGetAllFormsInfo()
1224 ret = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in OnGetFormsInfo()
1226 ret = FormMgr::GetInstance().GetFormsInfoByModule(bundleName, moduleName, formInfos); in OnGetFormsInfo()
1274 auto ret = FormMgr::GetInstance().DeleteForm(formId, FormHostClient::GetInstance()); in OnDeleteForm()
1337 ret = FormMgr in OnReleaseForm()
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/form_observer/
H A Djs_form_observer.cpp41 using FormMgr = AppExecFwk::FormMgr;
155 FormMgr::GetInstance().RegisterFormAddObserverByBundle(bundleName, JsFormStateObserver::GetInstance()); in OnRegisterFormAddObserver()
194 FormMgr::GetInstance().RegisterFormRemoveObserverByBundle(bundleName, JsFormStateObserver::GetInstance()); in OnRegisterFormRemoveObserver()
615 auto ret = hasBundleName ? FormMgr::GetInstance().GetRunningFormInfosByBundleName( in OnGetRunningFormInfos()
617 : FormMgr::GetInstance().GetRunningFormInfos(isUnusedIncluded, runningFormInfos); in OnGetRunningFormInfos()
659 *ret = FormMgr::GetInstance().GetFormInstancesByFilter(filter, *formInstances); in OnGetFormInstancesByFilter()
710 *ret = FormMgr::GetInstance().GetFormInstanceById(formId, isUnusedIncluded, *formInstance); in OnGetFormInstanceById()
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.cpp121 if (FormMgr::GetRecoverStatus() == Constants::IN_RECOVERING) { in InnerRequestPublishForm()
128 ErrCode errCode = FormMgr::GetInstance().RequestPublishForm(asyncCallbackInfo->want, in InnerRequestPublishForm()
407 auto ret = FormMgr::GetInstance().GetFormsInfo(formInfoFilter, formInfos); in OnGetFormsInfo()
458 int32_t ret = FormMgr::GetInstance().SetNextRefreshTime(formId, time); in OnSetFormNextRefreshTime()
508 int32_t ret = FormMgr::GetInstance().UpdateForm(formId, *data); in OnUpdateForm()
547 data->result = FormMgr::GetInstance().IsRequestPublishFormSupported(); in OnIsRequestPublishFormSupported()

Completed in 28 milliseconds

12