Home
last modified time | relevance | path

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 Dmock_form_db_cache.cpp92 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 Dmock_form_db_cache.cpp63 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 Dform_db_cache.h113 int GetMatchCount(const std::string &bundleName, const std::string &moduleName);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/
H A Dformdbcacheannex_fuzzer.cpp61 formDbCache.GetMatchCount(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp269 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 Dform_event_util.cpp170 …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 Dform_mgr_adapter.cpp754 …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 Dfms_form_db_record_test.cpp298 …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 Dfms_form_mgr_message_event_test.cpp456 EXPECT_EQ(1, formDbCache.GetMatchCount(bundleName, moduleName));