Home
last modified time | relevance | path

Searched refs:GetFormHostRemoteObj (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h186 void GetFormHostRemoteObj(const int64_t formId, std::vector<sptr<IRemoteObject>> &formHostObjs) const;
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp404 FormDataMgr::GetInstance().GetFormHostRemoteObj(formId, formHostObjs); in HandleConnectFailed()
H A Dform_data_mgr.cpp617 void FormDataMgr::GetFormHostRemoteObj(const int64_t formId, std::vector<sptr<IRemoteObject>> &formHostObjs) const in GetFormHostRemoteObj() function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp3542 * @tc.name: GetFormHostRemoteObj
3543 * @tc.desc: Test GetFormHostRemoteObj by the price of formId.
3557 formDataMgr_.GetFormHostRemoteObj(formId, formHostObjs); in HWTEST_F()

Completed in 14 milliseconds