Searched refs:GetMatchCount (Results 1 - 9 of 9) sorted by relevance
/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
|
/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
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_db_cache.h | 113 int GetMatchCount(const std::string &bundleName, const std::string &moduleName);
|
/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/ |
H A D | formdbcacheannex_fuzzer.cpp | 61 formDbCache.GetMatchCount(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_db_cache.cpp | 270 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 D | form_event_util.cpp | 164 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 D | form_mgr_adapter.cpp | 716 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 D | fms_form_db_record_test.cpp | 286 * @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 D | fms_form_mgr_message_event_test.cpp | 443 * @tc.desc: test GetMatchCount function. 444 * @tc.type: GetMatchCount 456 EXPECT_EQ(1, formDbCache.GetMatchCount(bundleName, moduleName)); in HWTEST_F()
|
Completed in 13 milliseconds