Lines Matching refs:code
904 HILOG_ERROR("DeleteLocal updateContactSql code:%{public}d", retCode);
910 HILOG_ERROR("DeleteLocal updateRawContactSql code:%{public}d", retCode);
916 HILOG_ERROR("DeleteLocal deleted_raw_contact code:%{public}d", retCode);
922 HILOG_ERROR("DeleteLocal deleteSearchContactSql code:%{public}d", retCode);
928 HILOG_ERROR("DeleteLocal deleteContactData code:%{public}d", retCode);
934 HILOG_ERROR("DeleteLocal deleteContactSql code:%{public}d", retCode);
940 HILOG_ERROR("DeleteLocal deleteRawContactSql code:%{public}d", retCode);
1000 HILOG_INFO("Query error code is:%{public}d", errCode);
1233 int code = RDB_EXECUTE_FAIL;
1235 code = matchCandidate.Split(store_, atoi(value.c_str()));
1237 if (code != RDB_EXECUTE_OK) {
1238 HILOG_INFO("Split code %{public}d", code);
1240 return code;
1251 int code = RDB_EXECUTE_FAIL;
1254 code = mergerContacts.ContactMerge(store_);
1255 if (code != RDB_EXECUTE_OK) {
1259 return code;
1272 int code = RDB_EXECUTE_FAIL;
1275 code = mergerContacts.ReContactMerge(store_, predicates);
1276 if (code != RDB_EXECUTE_OK) {
1280 return code;