Home
last modified time | relevance | path

Searched refs:HandleFormShareInfoTimeout (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_share_mgr.h110 void HandleFormShareInfoTimeout(int64_t eventId);
/foundation/ability/form_fwk/test/fuzztest/formsharemgr_fuzzer/
H A Dformsharemgr_fuzzer.cpp63 formShareMgr.HandleFormShareInfoTimeout(eventId); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_share_mgr.cpp359 void FormShareMgr::HandleFormShareInfoTimeout(int64_t eventId) in HandleFormShareInfoTimeout() function in OHOS::AppExecFwk::FormShareMgr
533 HandleFormShareInfoTimeout(eventId); in OnEventTimeoutResponse()
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dfms_form_provider_data_new_leg_test.cpp361 * @tc.desc: test HandleFormShareInfoTimeout function.
370 formShareMgr->HandleFormShareInfoTimeout(eventId); in HWTEST_F()
376 * @tc.desc: test HandleFormShareInfoTimeout function.
387 formShareMgr->HandleFormShareInfoTimeout(eventId); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp3698 * @tc.name: HandleFormShareInfoTimeout
3699 * @tc.desc: Verify HandleFormShareInfoTimeout succeeded.
3733 DelayedSingleton<FormShareMgr>::GetInstance()->HandleFormShareInfoTimeout(eventId); in HWTEST_F()
3743 * @tc.name: HandleFormShareInfoTimeout
3744 * @tc.desc: Verify HandleFormShareInfoTimeout failed.
3779 DelayedSingleton<FormShareMgr>::GetInstance()->HandleFormShareInfoTimeout(eventId); in HWTEST_F()

Completed in 9 milliseconds