Searched refs:matchCount (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_db_cache.cpp | 94 int32_t matchCount = 0; in GetMatchCount() local 96 return matchCount; in GetMatchCount() 98 return matchCount + 1; in GetMatchCount()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | string_utils.cpp | 142 size_t matchCount = 0; in parseArgs() local 171 paramIndex = matchCount++; in parseArgs() 279 bool MatchPlaceholderIndex(std::string placeholderIndex, size_t ¶mIndex, size_t &matchCount) in MatchPlaceholderIndex() argument 293 paramIndex = matchCount++; in MatchPlaceholderIndex() 317 size_t matchCount = 0; in ReplacePlaceholderWithParams() local 336 if (!MatchPlaceholderIndex(placeholderIndex, paramIndex, matchCount)) { in ReplacePlaceholderWithParams()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_db_cache.cpp | 271 int32_t matchCount = 0; in GetMatchCount() local 276 ++matchCount; in GetMatchCount() 279 return matchCount; in GetMatchCount() 385 int32_t matchCount = GetMatchCount(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms() local 386 if (matchCount == 0) { in BatchDeleteNoHostDBForms()
|
H A D | form_event_util.cpp | 170 …int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(dbForm.bundleName, dbForm.moduleName… in HandleProviderRemoved() local 171 if (matchCount == 0) { in HandleProviderRemoved() 544 … int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms() local 545 if (matchCount == 0) { in BatchDeleteNoHostDBForms()
|
H A D | form_mgr_adapter.cpp | 754 …int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(dbRecord.bundleName, dbRecord.module… in HandleDeleteFormCache() local 755 if (matchCount == 0) { in HandleDeleteFormCache()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_unittest.cpp | 113 static void CheckSumarryParseResult(std::string& info, int& matchCount) in CheckSumarryParseResult() argument 118 matchCount--; in CheckSumarryParseResult() 123 matchCount--; in CheckSumarryParseResult() 127 matchCount--; in CheckSumarryParseResult() 131 matchCount--; in CheckSumarryParseResult() 146 int matchCount = 0; in CheckKeyWordsInFile() local 149 matchCount++; in CheckKeyWordsInFile() 155 CheckSumarryParseResult(info, matchCount); in CheckKeyWordsInFile() 158 return matchCount; in CheckKeyWordsInFile()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 870 int matchCount = 0; in GetReferenceGidByStmt() local 891 matchCount++; in GetReferenceGidByStmt() 906 if (matchCount != 0) { in GetReferenceGidByStmt() 907 LOGD("[RDBExecutor] get reference gid match %d.", matchCount); in GetReferenceGidByStmt()
|