Home
last modified time | relevance | path

Searched refs:GetMatchCount (Results 1 - 9 of 9) sorted by relevance

/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
/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
/foundation/ability/form_fwk/services/include/
H A Dform_db_cache.h113 int GetMatchCount(const std::string &bundleName, const std::string &moduleName);
/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/
H A Dformdbcacheannex_fuzzer.cpp61 formDbCache.GetMatchCount(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp270 int FormDbCache::GetMatchCount(const std::string &bundleName, const std::string &moduleName) in GetMatchCount() function in OHOS::AppExecFwk::FormDbCache
386 int32_t matchCount = GetMatchCount(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
H A Dform_event_util.cpp164 int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(dbForm.bundleName, dbForm.moduleName); in HandleProviderRemoved()
536 int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
H A Dform_mgr_adapter.cpp716 int32_t matchCount = FormDbCache::GetInstance().GetMatchCount(dbRecord.bundleName, dbRecord.moduleName); in HandleDeleteFormCache()
/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H A Dfms_form_db_record_test.cpp286 * @tc.desc: Verify functionName GetMatchCount.
298 EXPECT_EQ(retNum, FormDbCache::GetInstance().GetMatchCount(formRecord_.bundleName, formRecord_.moduleName)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/
H A Dfms_form_mgr_message_event_test.cpp443 * @tc.desc: test GetMatchCount function.
444 * @tc.type: GetMatchCount
456 EXPECT_EQ(1, formDbCache.GetMatchCount(bundleName, moduleName)); in HWTEST_F()

Completed in 13 milliseconds