Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h60 bool SaveDataCacheToDb(int64_t formId, const FormCache &formCache);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp197 return SaveDataCacheToDb(formId, formCache); in AddData()
422 bool FormCacheMgr::SaveDataCacheToDb(int64_t formId, const FormCache &formCache) in SaveDataCacheToDb() function in OHOS::AppExecFwk::FormCacheMgr