Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp42 FormMgrProxy formMgrProxy(impl); in DoSomethingInterestingWithMyAPI()
47 formMgrProxy.AddForm(formId, want, callerToken, formInfo); in DoSomethingInterestingWithMyAPI()
48 formMgrProxy.DeleteForm(formId, callerToken); in DoSomethingInterestingWithMyAPI()
50 formMgrProxy.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
51 formMgrProxy.RequestForm(formId, callerToken, want); in DoSomethingInterestingWithMyAPI()
55 formMgrProxy.NotifyWhetherVisibleForms(formIds, callerToken, formVisibleType); in DoSomethingInterestingWithMyAPI()
56 formMgrProxy.CastTempForm(formId, callerToken); in DoSomethingInterestingWithMyAPI()
58 formMgrProxy.DumpStorageFormInfos(stringData); in DoSomethingInterestingWithMyAPI()
60 formMgrProxy.DumpFormInfoByBundleName(bundleName, stringData); in DoSomethingInterestingWithMyAPI()
61 formMgrProxy in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp61 formMgrProxy = new FormMgrProxy(mockFormMgrService);
66 sptr<FormMgrProxy> formMgrProxy; member in OHOS::__anon1422::FormMgrProxyTest
90 formMgrProxy->GetFormsInfo(filter, formInfos); in HWTEST_F()
118 formMgrProxy->GetFormsInfo(filter, formInfos); in HWTEST_F()
137 bool result = formMgrProxy->IsRequestPublishFormSupported(); in HWTEST_F()
158 int32_t result = formMgrProxy->StartAbility(want, token); in HWTEST_F()
174 int32_t result = formMgrProxy->StartAbility(want, nullptr); in HWTEST_F()
197 int32_t result = formMgrProxy->NotifyFormsPrivacyProtected(formIds, isProtected, token); in HWTEST_F()
220 int32_t result = formMgrProxy->NotifyFormsPrivacyProtected(formIds, isProtected, token); in HWTEST_F()
245 int32_t result = formMgrProxy in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_background_connection.cpp51 sptr<IFormMgr> formMgrProxy = iface_cast<IFormMgr>(remoteObject); in OnAbilityConnectDone() local
52 if (formMgrProxy == nullptr) { in OnAbilityConnectDone()
53 HILOG_ERROR("fail get formMgrProxy"); in OnAbilityConnectDone()
56 formMgrProxy->SetBackgroundFunction(funcName_, params_); in OnAbilityConnectDone()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxyannex_fuzzer/
H A Dformmgrproxyannex_fuzzer.cpp43 FormMgrProxy formMgrProxy(impl); in DoSomethingInterestingWithMyAPI()
49 formMgrProxy.NotifyFormsPrivacyProtected(formIds, isProtected, callerToken); in DoSomethingInterestingWithMyAPI()

Completed in 3 milliseconds