Searched refs:formHostClient (Results 1 – 6 of 6) sorted by relevance
113 formHostClient->RemoveFormState(want);135 formHostClient->RemoveFormState(want);154 formHostClient->RemoveFormState(want);205 formHostClient->OnUninstall(formIds);208 formHostClient->OnUninstall(formIds);513 formHostClient->OnUpdate(formJsInfo);538 formHostClient->OnUninstall(formIds);578 formHostClient->OnRecycleForm(formId);586 formHostClient->OnRecycleForm(formId);589 formHostClient->OnRecycleForm(formId);[all …]
40 FormHostClient formHostClient; in DoSomethingInterestingWithMyAPI() local44 formHostClient.AddForm(formCallback, formJsInfo); in DoSomethingInterestingWithMyAPI()45 formHostClient.RemoveForm(formCallback, formId); in DoSomethingInterestingWithMyAPI()46 formHostClient.ContainsForm(formId); in DoSomethingInterestingWithMyAPI()48 formHostClient.RegisterUninstallCallback(callback); in DoSomethingInterestingWithMyAPI()50 formHostClient.OnAcquired(formJsInfo, token); in DoSomethingInterestingWithMyAPI()51 formHostClient.OnUpdate(formJsInfo); in DoSomethingInterestingWithMyAPI()54 formHostClient.OnUninstall(formIds); in DoSomethingInterestingWithMyAPI()60 formHostClient.RemoveShareFormCallback(requestCode); in DoSomethingInterestingWithMyAPI()61 formHostClient.UpdateForm(formJsInfo); in DoSomethingInterestingWithMyAPI()[all …]
151 FormMgr::GetInstance().DeleteInvalidForms(validFormIds, formHostClient, numFormsDeleted); in SetUp()168 FormMgr::GetInstance().DeleteForm(formId, formHostClient); in TearDown()179 sptr<FormHostClient> formHostClient = FormHostClient::GetInstance(); member in OHOS::FormManagerTestAddForm186 FormMgr::GetInstance().AddForm(0, want, formHostClient, formInfo); in BENCHMARK_F()
64 sptr<IRemoteObject> formHostClient = nullptr; in DoSomethingInterestingWithMyAPI() local65 formHostRecord.SetFormHostClient(formHostClient); in DoSomethingInterestingWithMyAPI()
238 void FormHostRecord::SetFormHostClient(const sptr<IRemoteObject> &formHostClient) in SetFormHostClient() argument240 formHostClient_ = formHostClient; in SetFormHostClient()
170 void SetFormHostClient(const sptr<IRemoteObject> &formHostClient);