Home
last modified time | relevance | path

Searched refs:FormSupplyProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_proxy_test/
H A Dfms_form_supply_proxy_test.cpp70 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
89 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
107 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
125 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
146 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
167 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
189 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
211 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
230 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
249 std::shared_ptr<FormSupplyProxy> proxy = std::make_shared<FormSupplyProxy>(iremoteObject);
[all …]
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_proxy.cpp34 int FormSupplyProxy::OnAcquire(const FormProviderInfo &formInfo, const Want& want) in OnAcquire()
72 int FormSupplyProxy::OnEventHandle(const Want& want) in OnEventHandle()
165 bool FormSupplyProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken()
167 if (!data.WriteInterfaceToken(FormSupplyProxy::GetDescriptor())) { in WriteInterfaceToken()
244 int32_t FormSupplyProxy::OnRenderTaskDone(int64_t formId, const Want &want) in OnRenderTaskDone()
276 int32_t FormSupplyProxy::OnStopRenderingTaskDone(int64_t formId, const Want &want) in OnStopRenderingTaskDone()
308 int32_t FormSupplyProxy::OnRenderingBlock(const std::string &bundleName) in OnRenderingBlock()
334 int FormSupplyProxy::SendTransactCmd(IFormSupply::Message code, MessageParcel &data, in SendTransactCmd()
350 int32_t FormSupplyProxy::OnRecycleForm(const int64_t &formId, const Want &want) in OnRecycleForm()
381 int32_t FormSupplyProxy::OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) in OnRecoverFormsByConfigUpdate()
[all …]
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_proxy.h28 class FormSupplyProxy : public IRemoteProxy<IFormSupply> {
30 explicit FormSupplyProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IFormSupply>(impl) in FormSupplyProxy() function
33 virtual ~FormSupplyProxy() = default;
129 static inline BrokerDelegator<FormSupplyProxy> delegator_;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplyproxy_fuzzer/
H A Dformsupplyproxy_fuzzer.cpp41 FormSupplyProxy formSupplyProxy(impl); in DoSomethingInterestingWithMyAPI()