Searched refs:FormHostDelegateProxy (Results 1 – 2 of 2) sorted by relevance
24 class FormHostDelegateProxy : public IRemoteProxy<IFormHostDelegate> {26 …explicit FormHostDelegateProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IFormHostDelegate>(… in FormHostDelegateProxy() function28 virtual ~FormHostDelegateProxy() = default;37 static inline BrokerDelegator<FormHostDelegateProxy> delegator_;
25 int32_t FormHostDelegateProxy::RouterEvent(const int64_t formId, const Want &want) in RouterEvent()52 bool FormHostDelegateProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken()54 if (!data.WriteInterfaceToken(FormHostDelegateProxy::GetDescriptor())) { in WriteInterfaceToken()