Home
last modified time | relevance | path

Searched refs:formIdsByProvider (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formmgradapterone_fuzzer/
H A Dformmgradapterone_fuzzer.cpp52 std::vector<int64_t> formIdsByProvider; in DoSomethingInterestingWithMyAPI() local
53 formIdsByProvider.emplace_back(formId); in DoSomethingInterestingWithMyAPI()
55 formMgrAdapter.HandleEventNotify(providerKey, formIdsByProvider, formVisibleType); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp836 std::vector<int64_t> formIdsByProvider; in HWTEST_F() local
840 formMgrAdapter.HandleEventNotify(providerKey, formIdsByProvider, formVisibleType)); in HWTEST_F()
854 std::vector<int64_t> formIdsByProvider; in HWTEST_F() local
857 EXPECT_EQ(ERR_OK, formMgrAdapter.HandleEventNotify(providerKey, formIdsByProvider, formVisibleType)); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h810 * @param formIdsByProvider The map of form Ids and their event type which have the same provider.
814 ErrCode HandleEventNotify(const std::string &providerKey, const std::vector<int64_t> &formIdsByProvider,
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1638 ErrCode FormMgrAdapter::HandleEventNotify(const std::string &providerKey, const std::vector<int64_t> &formIdsByProvider, in HandleEventNotify() argument
1645 sptr<IAbilityConnection> formEventNotifyConnection = new (std::nothrow) FormEventNotifyConnection(formIdsByProvider, in HandleEventNotify()

Completed in 20 milliseconds