Home
last modified time | relevance | path

Searched refs:PostCastTempTask (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cast_temp_connection.cpp55 FormTaskMgr::GetInstance().PostCastTempTask(GetFormId(), want, remoteObject); in OnAbilityConnectDone()
H A Dform_task_mgr.cpp122 void FormTaskMgr::PostCastTempTask(const int64_t formId, const Want &want, const sptr<IRemoteObject… in PostCastTempTask() function in OHOS::AppExecFwk::FormTaskMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp50 formTaskMgr.PostCastTempTask(formId, want, remoteObject); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h120 …void PostCastTempTask(const int64_t formId, const Want &want, const sptr<IRemoteObject> &remoteObj…