Searched refs:PostCastTempTask (Results 1 – 4 of 4) sorted by relevance
55 FormTaskMgr::GetInstance().PostCastTempTask(GetFormId(), want, remoteObject); in OnAbilityConnectDone()
122 void FormTaskMgr::PostCastTempTask(const int64_t formId, const Want &want, const sptr<IRemoteObject… in PostCastTempTask() function in OHOS::AppExecFwk::FormTaskMgr
50 formTaskMgr.PostCastTempTask(formId, want, remoteObject); in DoSomethingInterestingWithMyAPI()
120 …void PostCastTempTask(const int64_t formId, const Want &want, const sptr<IRemoteObject> &remoteObj…