Home
last modified time | relevance | path

Searched refs:FormHostDelegateProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_host_delegate_proxy.h24 class FormHostDelegateProxy : public IRemoteProxy<IFormHostDelegate> {
26 …explicit FormHostDelegateProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IFormHostDelegate>(… in FormHostDelegateProxy() function
28 virtual ~FormHostDelegateProxy() = default;
37 static inline BrokerDelegator<FormHostDelegateProxy> delegator_;
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_delegate_proxy.cpp25 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()