Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h60 bool SaveDataCacheToDb(int64_t formId, const FormCache &formCache);
/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp198 return SaveDataCacheToDb(formId, formCache); in AddData()
405 bool FormCacheMgr::SaveDataCacheToDb(int64_t formId, const FormCache &formCache) in SaveDataCacheToDb() function in OHOS::AppExecFwk::FormCacheMgr
415 HILOG_ERROR("SaveDataCacheToDb formId:%{public}s failed.", std::to_string(formId).c_str()); in SaveDataCacheToDb()

Completed in 2 milliseconds