Home
last modified time | relevance | path

Searched refs:IsFormCached (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_provider_mgr.h136 bool IsFormCached(const FormRecord &record);
H A Dform_data_mgr.h826 bool IsFormCached(const FormRecord record);
H A Dform_mgr_adapter.h840 bool IsFormCached(const FormRecord record);
/foundation/ability/form_fwk/test/fuzztest/formmgradaptertwo_fuzzer/
H A Dformmgradaptertwo_fuzzer.cpp68 formMgrAdapter.IsFormCached(record); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/
H A Dformdatamgrthree_fuzzer.cpp75 formDataMgr.IsFormCached(formRecord); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp94 formProviderMgr.IsFormCached(record); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp71 if (IsFormCached(formRecord)) { in AcquireForm()
551 bool FormProviderMgr::IsFormCached(const FormRecord &record) in IsFormCached() function in OHOS::AppExecFwk::FormProviderMgr
H A Dform_data_mgr.cpp1218 if (IsFormCached(formRecord)) { in HandleUpdateHostFormFlag()
1408 bool FormDataMgr::IsFormCached(const FormRecord record) in IsFormCached() function in OHOS::AppExecFwk::FormDataMgr
H A Dform_mgr_adapter.cpp2688 bool FormMgrAdapter::IsFormCached(const FormRecord record) in IsFormCached() function in OHOS::AppExecFwk::FormMgrAdapter
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dfms_form_provider_data_new_leg_test.cpp807 * @tc.desc: test IsFormCached function.
816 EXPECT_EQ(false, formProviderMgr.IsFormCached(record)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1265 * @tc.desc: test IsFormCached function.
1274 EXPECT_EQ(false, formMgrAdapter.IsFormCached(record)); in HWTEST_F()
1280 * @tc.desc: test IsFormCached function.
1289 EXPECT_EQ(true, formMgrAdapter.IsFormCached(record)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp3884 * @tc.name: IsFormCached
3892 bool result = formDataMgr_.IsFormCached(record); in HWTEST_F()
3899 * @tc.name: IsFormCached
3907 bool result = formDataMgr_.IsFormCached(record); in HWTEST_F()

Completed in 27 milliseconds