Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp2096 ErrCode getDbRet = FormDbCache::GetInstance().GetDBRecord(dbInfo.formId, dbRecord); in GetUnusedFormInstancesByFilter() local
2097 if (getDbRet != ERR_OK) { in GetUnusedFormInstancesByFilter()
2216 ErrCode getDbRet = FormDbCache::GetInstance().GetDBRecord(formId, dbRecord); in GetUnusedFormInstanceById() local
2217 if (getDbRet != ERR_OK) { in GetUnusedFormInstanceById()
2294 ErrCode getDbRet = FormDbCache::GetInstance().GetDBRecord(dbInfo.formId, dbRecord); in GetUnusedFormInfos() local
2295 if (getDbRet != ERR_OK) { in GetUnusedFormInfos()
2364 ErrCode getDbRet = FormDbCache::GetInstance().GetDBRecord(dbInfo.formId, dbRecord); in GetUnusedFormInfos() local
2365 if (getDbRet != ERR_OK) { in GetUnusedFormInfos()
H A Dform_mgr_adapter.cpp464 ErrCode getDbRet = FormDbCache::GetInstance().GetDBRecord(formId, dbInfo); in DeleteForm() local
465 HILOG_INFO("getDbRet:%{public}d", getDbRet); in DeleteForm()
466 if (getDbRet == ERR_OK && dbInfo.isThemeForm) { in DeleteForm()
1454 ErrCode getDbRet = FormDbCache::GetInstance().GetDBRecord(formId, dbRecord); in AllotFormById() local
1455 if (getDbRet == ERR_OK && (dbRecord.providerUserId == currentUserId)) { in AllotFormById()
1541 ErrCode getDbRet = FormDbCache::GetInstance().GetDBRecord(formId, dbRecord); in AllotFormBySpecificId() local
1542 if (getDbRet == ERR_OK || hasRecord) { in AllotFormBySpecificId()

Completed in 11 milliseconds