Home
last modified time | relevance | path

Searched refs:FormEventUtil (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/
H A Dformsyseventreceiver_fuzzer.cpp52 FormEventUtil::HandleProviderUpdated(bundleName, userId); in DoSomethingInterestingWithMyAPI()
54 FormEventUtil::HandleProviderRemoved(bundleName, userIds); in DoSomethingInterestingWithMyAPI()
57 FormEventUtil::ProviderFormUpdated(formId, formRecord, bundlePackInfo, bundleInfo); in DoSomethingInterestingWithMyAPI()
58 FormEventUtil::HandleBundleFormInfoChanged(bundleName, userIds); in DoSomethingInterestingWithMyAPI()
59 FormEventUtil::HandleUpdateFormCloud(bundleName); in DoSomethingInterestingWithMyAPI()
60 FormEventUtil::HandleBundleFormInfoRemoved(bundleName, userIds); in DoSomethingInterestingWithMyAPI()
61 FormEventUtil::HandleBundleDataCleared(bundleName, userIds); in DoSomethingInterestingWithMyAPI()
63 FormEventUtil::HandleFormHostDataCleared(uid); in DoSomethingInterestingWithMyAPI()
72 FormEventUtil::ClearFormDBRecordData(uid, removedFormsMap); in DoSomethingInterestingWithMyAPI()
73 FormEventUtil in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp92 FormEventUtil::HandleProviderUpdated(bundleName, userId); in HWTEST_F()
110 FormEventUtil::HandleProviderUpdated(bundleName, userId); in HWTEST_F()
125 FormEventUtil::HandleProviderRemoved(bundleName, userId); in HWTEST_F()
140 FormEventUtil::HandleProviderRemoved(bundleName, userId); in HWTEST_F()
156 FormEventUtil::HandleBundleDataCleared(bundleName, userId); in HWTEST_F()
172 FormEventUtil::HandleBundleDataCleared(bundleName, userId); in HWTEST_F()
188 EXPECT_EQ(false, FormEventUtil::ProviderFormUpdated(formId, formRecord, targetForms, bundleInfo)); in HWTEST_F()
211 EXPECT_EQ(false, FormEventUtil::ProviderFormUpdated(formId, formRecord, targetForms, bundleInfo)); in HWTEST_F()
234 EXPECT_EQ(true, FormEventUtil::ProviderFormUpdated(formId, formRecord, targetForms, bundleInfo)); in HWTEST_F()
251 EXPECT_EQ(false, FormEventUtil in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_bundle_event_callback.cpp71 FormEventUtil::HandleBundleFormInfoChanged(bundleName, userId); in OnReceiveEvent()
73 FormEventUtil::HandleUpdateFormCloud(bundleName); in OnReceiveEvent()
74 FormEventUtil::HandleProviderUpdated(bundleName, userId); in OnReceiveEvent()
84 FormEventUtil::HandleBundleFormInfoRemoved(bundleName, userId); in OnReceiveEvent()
86 FormEventUtil::HandleProviderRemoved(bundleName, userId); in OnReceiveEvent()
96 FormEventUtil::HandleAdditionalInfoChanged(bundleName); in OnReceiveEvent()
H A Dform_event_util.cpp69 void FormEventUtil::HandleBundleFormInfoChanged(const std::string &bundleName, int32_t userId) in HandleBundleFormInfoChanged()
75 void FormEventUtil::HandleUpdateFormCloud(const std::string &bundleName) in HandleUpdateFormCloud()
80 void FormEventUtil::HandleProviderUpdated(const std::string &bundleName, const int userId) in HandleProviderUpdated()
142 void FormEventUtil::HandleOnUnlock() in HandleOnUnlock()
147 void FormEventUtil::HandleBundleFormInfoRemoved(const std::string &bundleName, int32_t userId) in HandleBundleFormInfoRemoved()
154 void FormEventUtil::HandleProviderRemoved(const std::string &bundleName, const int32_t userId) in HandleProviderRemoved()
184 void FormEventUtil::HandleBundleDataCleared(const std::string &bundleName, int32_t userId) in HandleBundleDataCleared()
208 void FormEventUtil::HandleFormHostDataCleared(const int uid) in HandleFormHostDataCleared()
229 bool FormEventUtil::ProviderFormUpdated(const int64_t formId, FormRecord &formRecord, in ProviderFormUpdated()
259 bool FormEventUtil
[all...]
H A Dform_sys_event_receiver.cpp60 FormEventUtil::HandleProviderUpdated(bundleName, userId); in HandleAbilityUpdate()
73 FormEventUtil::HandleBundleDataCleared(bundleName, userId); in HandlePackageDataCleared()
99 FormEventUtil::HandleOnUnlock(); in HandleUserUnlocked()
/foundation/ability/form_fwk/services/include/
H A Dform_event_util.h33 class FormEventUtil { class

Completed in 4 milliseconds