Searched refs:QueryPublishFormToHost (Results 1 – 4 of 4) sorted by relevance
69 formMgrAdapter.QueryPublishFormToHost(wants); in DoSomethingInterestingWithMyAPI()
755 EXPECT_EQ(ERR_APPEXECFWK_FORM_GET_HOST_FAILED, formMgrAdapter.QueryPublishFormToHost(want));1033 EXPECT_EQ(ERR_APPEXECFWK_FORM_GET_HOST_FAILED, formMgrAdapter.QueryPublishFormToHost(want));1051 EXPECT_EQ(ERR_OK, formMgrAdapter.QueryPublishFormToHost(want));1069 EXPECT_EQ(ERR_OK, formMgrAdapter.QueryPublishFormToHost(want));
908 ErrCode QueryPublishFormToHost(Want &want);
2140 ErrCode FormMgrAdapter::QueryPublishFormToHost(Want &wantToHost) in QueryPublishFormToHost() function in OHOS::AppExecFwk::FormMgrAdapter2209 ErrCode errCode = QueryPublishFormToHost(wantToHost); in RequestPublishFormToHost()