Home
last modified time | relevance | path

Searched refs:formProviderProxy (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formproviderproxy_fuzzer/
H A Dformproviderproxy_fuzzer.cpp41 FormProviderProxy formProviderProxy(impl); in DoSomethingInterestingWithMyAPI()
45 formProviderProxy.NotifyFormDelete(formId, want, callerToken); in DoSomethingInterestingWithMyAPI()
48 formProviderProxy.NotifyFormsDelete(formIds, want, callerToken); in DoSomethingInterestingWithMyAPI()
49 formProviderProxy.NotifyFormUpdate(formId, want, callerToken); in DoSomethingInterestingWithMyAPI()
51 formProviderProxy.EventNotify(formIds, formVisibleType, want, callerToken); in DoSomethingInterestingWithMyAPI()
52 formProviderProxy.NotifyFormCastTempForm(formId, want, callerToken); in DoSomethingInterestingWithMyAPI()
54 formProviderProxy.FireFormEvent(formId, message, want, callerToken); in DoSomethingInterestingWithMyAPI()
57 formProviderProxy.AcquireState(wantArg, provider, want, callerToken); in DoSomethingInterestingWithMyAPI()
61 return formProviderProxy.AcquireShareFormData(formId, remoteDeviceId, formSupplyCallback, requestCode); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp62 formProviderProxy = new FormProviderProxy(mockFormMgrService);
67 sptr<FormProviderProxy> formProviderProxy; member in OHOS::__anon1422::FormMgrProxyTest
427 int result = formProviderProxy ->AcquireProviderFormInfo(formJsInfo, want, token); in HWTEST_F()
443 int result = formProviderProxy ->AcquireProviderFormInfo(formJsInfo, want, nullptr); in HWTEST_F()
460 int result = formProviderProxy ->NotifyFormDelete(formId, want, token); in HWTEST_F()
476 int result = formProviderProxy ->NotifyFormDelete(formId, want, nullptr); in HWTEST_F()
495 int result = formProviderProxy ->NotifyFormsDelete(formIds, want, token); in HWTEST_F()
513 int result = formProviderProxy ->NotifyFormsDelete(formIds, want, nullptr); in HWTEST_F()
530 int result = formProviderProxy ->NotifyFormUpdate(formId, want, token); in HWTEST_F()
546 int result = formProviderProxy in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp463 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); in NotifyFormUpdate() local
464 if (formProviderProxy == nullptr) { in NotifyFormUpdate()
466 HILOG_ERROR("get formProviderProxy failed"); in NotifyFormUpdate()
469 int error = formProviderProxy->NotifyFormUpdate(formId, want, FormSupplyCallback::GetInstance()); in NotifyFormUpdate()
491 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); in EventNotify() local
492 if (formProviderProxy == nullptr) { in EventNotify()
494 HILOG_ERROR("get formProviderProxy failed"); in EventNotify()
498 int error = formProviderProxy->EventNotify(formEvents, formVisibleType, want, FormSupplyCallback::GetInstance()); in EventNotify()
518 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); in NotifyCastTemp() local
519 if (formProviderProxy in NotifyCastTemp()
605 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); ProviderBatchDelete() local
631 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); FireFormEvent() local
657 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); AcquireState() local
683 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); AcquireFormData() local
[all...]
H A Dform_share_mgr.cpp433 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); in AcquireShareFormData() local
435 if (formProviderProxy == nullptr) { in AcquireShareFormData()
438 HILOG_ERROR("get formProviderProxy failed"); in AcquireShareFormData()
442 int32_t error = formProviderProxy->AcquireShareFormData(formId, remoteDeviceId, in AcquireShareFormData()
H A Dform_mgr_adapter.cpp2701 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); in AcquireProviderFormInfo() local
2702 if (formProviderProxy == nullptr) { in AcquireProviderFormInfo()
2704 HILOG_ERROR("get formProviderProxy failed"); in AcquireProviderFormInfo()
2711 int error = formProviderProxy->AcquireProviderFormInfo(formJsInfo, want, FormSupplyCallback::GetInstance()); in AcquireProviderFormInfo()
2723 sptr<IFormProvider> formProviderProxy = iface_cast<IFormProvider>(remoteObject); in NotifyFormDelete() local
2724 if (formProviderProxy == nullptr) { in NotifyFormDelete()
2725 HILOG_ERROR("get formProviderProxy failed"); in NotifyFormDelete()
2729 int error = formProviderProxy->NotifyFormDelete(formId, want, FormSupplyCallback::GetInstance()); in NotifyFormDelete()

Completed in 18 milliseconds