Searched refs:FormSupplyProxy (Results 1 – 4 of 4) sorted by relevance
70 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 …]
34 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 …]
28 class FormSupplyProxy : public IRemoteProxy<IFormSupply> {30 explicit FormSupplyProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IFormSupply>(impl) in FormSupplyProxy() function33 virtual ~FormSupplyProxy() = default;129 static inline BrokerDelegator<FormSupplyProxy> delegator_;
41 FormSupplyProxy formSupplyProxy(impl); in DoSomethingInterestingWithMyAPI()