Searched refs:formIdsByProvider (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formmgradapterone_fuzzer/ |
H A D | formmgradapterone_fuzzer.cpp | 52 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 D | fms_form_mgr_adapter_test.cpp | 836 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 D | form_mgr_adapter.h | 810 * @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 D | form_mgr_adapter.cpp | 1638 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