Searched refs:NotifyProviderFormDelete (Results 1 – 6 of 6) sorted by relevance
36 ErrCode FormProviderMgr::NotifyProviderFormDelete(const int64_t formId, const FormRecord &formRecor… in NotifyProviderFormDelete() function in OHOS::AppExecFwk::FormProviderMgr
93 ErrCode NotifyProviderFormDelete(const int64_t formId, const FormRecord &formRecord);
77 formProviderMgr.NotifyProviderFormDelete(formId, record); in DoSomethingInterestingWithMyAPI()
301 ErrCode FormProviderMgr::NotifyProviderFormDelete(const int64_t formId, const FormRecord &formRecor… in NotifyProviderFormDelete() function in OHOS::AppExecFwk::FormProviderMgr
703 int result = FormProviderMgr::GetInstance().NotifyProviderFormDelete(formId, record); in HandleDeleteTempForm()740 result = FormProviderMgr::GetInstance().NotifyProviderFormDelete(formId, dbRecord); in HandleDeleteFormCache()1524 FormProviderMgr::GetInstance().NotifyProviderFormDelete(formId, delRecord); in AllotFormById()
759 FormProviderMgr::GetInstance().NotifyProviderFormDelete(formId, formRecord); in HandleHostDied()