Searched refs:CreateHandleEventMap (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 50 formMgrAdapter.CreateHandleEventMap(matchedFormId, formRecord, eventMaps); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 1295 * @tc.desc: test CreateHandleEventMap function.
1306 EXPECT_EQ(false, formMgrAdapter.CreateHandleEventMap(matchedFormId, formRecord, eventMaps));
in HWTEST_F() 1312 * @tc.desc: test CreateHandleEventMap function.
1329 EXPECT_EQ(true, formMgrAdapter.CreateHandleEventMap(matchedFormId, formRecord, eventMaps));
in HWTEST_F() 1335 * @tc.desc: test CreateHandleEventMap function.
1348 EXPECT_EQ(true, formMgrAdapter.CreateHandleEventMap(matchedFormId, formRecord, eventMaps));
in HWTEST_F()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_adapter.h | 988 bool CreateHandleEventMap(const int64_t matchedFormId, const FormRecord &formRecord,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 882 if (!CreateHandleEventMap(matchedFormId, formRecord, eventMaps)) { in NotifyWhetherVisibleForms() 2736 bool FormMgrAdapter::CreateHandleEventMap(const int64_t matchedFormId, const FormRecord &formRecord, in CreateHandleEventMap() function in OHOS::AppExecFwk::FormMgrAdapter
|
Completed in 18 milliseconds