Searched refs:formEvent (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/ |
H A D | formtaskmgr_fuzzer.cpp | 56 std::vector<int64_t> formEvent; in DoSomethingInterestingWithMyAPI() local 57 formEvent.emplace_back(formId); in DoSomethingInterestingWithMyAPI() 59 formTaskMgr.PostEventNotifyTask(formEvent, formVisibleType, want, remoteObject); in DoSomethingInterestingWithMyAPI() 81 formTaskMgr.EventNotify(formEvent, formVisibleType, want, remoteObject); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_task_mgr_test/ |
H A D | fms_form_task_mgr_test.cpp | 211 std::vector<int64_t> formEvent; in HWTEST_F() local 212 formEvent.emplace_back(formId); in HWTEST_F() 216 formTaskMgr->PostEventNotifyTask(formEvent, formVisibleType, want, remoteObject); in HWTEST_F() 232 std::vector<int64_t> formEvent; in HWTEST_F() local 233 formEvent.emplace_back(formId); in HWTEST_F() 237 formTaskMgr->PostEventNotifyTask(formEvent, formVisibleType, want, remoteObject); in HWTEST_F()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_task_mgr.h | 139 * @param formEvent The vector of form ids. 144 void PostEventNotifyTask(const std::vector<int64_t> &formEvent, const int32_t formVisibleType, const Want &want,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_task_mgr.cpp | 218 * @param formEvent The vector of form ids. 224 void FormTaskMgr::PostEventNotifyTask(const std::vector<int64_t> &formEvent, const int32_t formVisibleType, in PostEventNotifyTask() argument 231 auto eventNotifyFunc = [formEvent, formVisibleType, want, remoteObject]() { in PostEventNotifyTask() 232 FormTaskMgr::GetInstance().EventNotify(formEvent, formVisibleType, want, remoteObject); in PostEventNotifyTask()
|
Completed in 6 milliseconds