Searched refs:GetMatchCount (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_db_cache.cpp | 92 int FormDbCache::GetMatchCount(const std::string &bundleName, const std::string &moduleName) in GetMatchCount() function in OHOS::AppExecFwk::FormDbCache
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/ |
H A D | mock_form_db_cache.cpp | 63 int FormDbCache::GetMatchCount(const std::string &bundleName, const std::string &moduleName) in GetMatchCount() function in OHOS::AppExecFwk::FormDbCache
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_db_cache.h | 113 int GetMatchCount(const std::string &bundleName, const std::string &moduleName);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/ |
H A D | formdbcacheannex_fuzzer.cpp | 61 formDbCache.GetMatchCount(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_db_cache.cpp | 269 int FormDbCache::GetMatchCount(const std::string &bundleName, const std::string &moduleName) in GetMatchCount() function in OHOS::AppExecFwk::FormDbCache 385 int32_t matchCount = GetMatchCount(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
|
H A D | form_event_util.cpp | 170 …int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(dbForm.bundleName, dbForm.moduleName… in HandleProviderRemoved() 544 … int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
|
H A D | form_mgr_adapter.cpp | 754 …int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(dbRecord.bundleName, dbRecord.module… in HandleDeleteFormCache()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/ |
H A D | fms_form_db_record_test.cpp | 298 …EXPECT_EQ(retNum, FormDbCache::GetInstance().GetMatchCount(formRecord_.bundleName, formRecord_.mod…
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/ |
H A D | fms_form_mgr_message_event_test.cpp | 456 EXPECT_EQ(1, formDbCache.GetMatchCount(bundleName, moduleName));
|