Home
last modified time | relevance | path

Searched refs:formMgr (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp41 FormMgr formMgr; in DoSomethingInterestingWithMyAPI() local
43 formMgr.GetErrorMsg(errorCode); in DoSomethingInterestingWithMyAPI()
48 formMgr.AddForm(formId, want, callerToken, formInfo); in DoSomethingInterestingWithMyAPI()
49 formMgr.DeleteForm(formId, callerToken); in DoSomethingInterestingWithMyAPI()
51 formMgr.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
53 formMgr.UpdateForm(formId, formBindingData); in DoSomethingInterestingWithMyAPI()
54 formMgr.RequestForm(formId, callerToken, want); in DoSomethingInterestingWithMyAPI()
58 formMgr.NotifyWhetherVisibleForms(formIds, callerToken, formVisibleType); in DoSomethingInterestingWithMyAPI()
59 formMgr.CastTempForm(formId, callerToken); in DoSomethingInterestingWithMyAPI()
61 formMgr in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp41 FormMgr formMgr; in DoSomethingInterestingWithMyAPI() local
42 formMgr.Connect(); in DoSomethingInterestingWithMyAPI()
44 formMgr.ResetProxy(remote); in DoSomethingInterestingWithMyAPI()
46 formMgr.SetFormMgrService(formMgrService); in DoSomethingInterestingWithMyAPI()
52 formMgr.DeleteInvalidForms(formIds, callerToken, numFormsDeleted); in DoSomethingInterestingWithMyAPI()
55 formMgr.AcquireFormState(want, callerToken, stateInfo); in DoSomethingInterestingWithMyAPI()
57 formMgr.NotifyFormsVisible(formIds, isVisible, callerToken); in DoSomethingInterestingWithMyAPI()
61 formMgr.GetAllFormsInfo(formInfos); in DoSomethingInterestingWithMyAPI()
63 formMgr.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
65 formMgr in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp894 std::shared_ptr<FormMgr> formMgr = std::make_shared<FormMgr>(); in HWTEST_F() local
895 ASSERT_NE(nullptr, formMgr); in HWTEST_F()
896 formMgr->RegisterDeathCallback(nullptr); in HWTEST_F()
897 formMgr->UnRegisterDeathCallback(nullptr); in HWTEST_F()
898 formMgr->SetRecoverStatus(Constants::IN_RECOVERING); in HWTEST_F()
1341 std::shared_ptr<FormMgr> formMgr = std::make_shared<FormMgr>(); in HWTEST_F() local
1342 ASSERT_NE(nullptr, formMgr); in HWTEST_F()
1345 formMgr->formDeathCallbacks_.emplace_back(callback); in HWTEST_F()
1346 formMgr->formDeathCallbacks_.emplace_back(callback_first); in HWTEST_F()
1347 formMgr in HWTEST_F()
1359 std::shared_ptr<FormMgr> formMgr = std::make_shared<FormMgr>(); HWTEST_F() local
1484 std::shared_ptr<FormMgr> formMgr = std::make_shared<FormMgr>(); HWTEST_F() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2194 auto formMgr = GetFormMgrProxy(); in StartShareFormFromRemote() local
2195 if (formMgr == nullptr) { in StartShareFormFromRemote()
2200 auto result = formMgr->RecvFormShareInfoFromRemote(formShareInfo); in StartShareFormFromRemote()

Completed in 11 milliseconds