Home
last modified time | relevance | path

Searched refs:RequestPublishFormToHost (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_mgr_adapter.cpp42 ErrCode FormMgrAdapter::RequestPublishFormToHost(Want &want) in RequestPublishFormToHost() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_adapter_test2.cpp770 EXPECT_NE(formMgrAdapter.RequestPublishFormToHost(want), ERR_APPEXECFWK_FORM_GET_HOST_FAILED);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradaptertwo_fuzzer/
H A Dformmgradaptertwo_fuzzer.cpp43 formMgrAdapter.RequestPublishFormToHost(want); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h915 ErrCode RequestPublishFormToHost(Want &want);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp2197 ErrCode FormMgrAdapter::RequestPublishFormToHost(Want &want) in RequestPublishFormToHost() function in OHOS::AppExecFwk::FormMgrAdapter
2273 errCode = RequestPublishFormToHost(want); in RequestPublishForm()