Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_host_callback.cpp111 FormTaskMgr::GetInstance().PostAcquireStateTaskToHost(state, want, callerToken); in OnAcquireState()
H A Dform_task_mgr.cpp338 void FormTaskMgr::PostAcquireStateTaskToHost(AppExecFwk::FormState state, const AAFwk::Want &want, in PostAcquireStateTaskToHost() function in OHOS::AppExecFwk::FormTaskMgr
/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp73 formTaskMgr.PostAcquireStateTaskToHost(state, wants, remoteObject); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h188 void PostAcquireStateTaskToHost(AppExecFwk::FormState state, const AAFwk::Want &want,
/foundation/ability/form_fwk/test/unittest/fms_form_task_mgr_test/
H A Dfms_form_task_mgr_test.cpp373 * @tc.desc: test PostAcquireStateTaskToHost function and eventHandler_ is nullptr
384 formTaskMgr->PostAcquireStateTaskToHost(state, want, remoteObject); in HWTEST_F()
390 * @tc.desc: test PostAcquireStateTaskToHost function and eventHandler_ is not nullptr
402 formTaskMgr->PostAcquireStateTaskToHost(state, want, remoteObject); in HWTEST_F()

Completed in 6 milliseconds