Home
last modified time | relevance | path

Searched refs:batchDeleteConnection (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp355 …sptr<IAbilityConnection> batchDeleteConnection = new FormBatchDeleteConnection(formIds, bundleName… in NotifyProviderFormsBatchDelete() local
356 if (batchDeleteConnection == nullptr) { in NotifyProviderFormsBatchDelete()
364 …rrCode errorCode = FormAmsHelper::GetInstance().ConnectServiceAbility(want, batchDeleteConnection); in NotifyProviderFormsBatchDelete()